Python Forum
Developing larger Neural Networks
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Developing larger Neural Networks
#3
hi,
why do you want to write the network from scratch yourself?
you can use tensorflow, torch, mxnet etc to do the heavy work for you.
the benefit of using them is, they are fast in terms of computation (they support GPU to do the computation).
also, something like gluon (which i'm using), keras allow you to add the network layers with a single call.
if you want to design by yourself and learn from it, then that's another thing.
Reply


Messages In This Thread
Developing larger Neural Networks - by Chriskelm - Nov-02-2018, 12:21 PM
RE: Developing larger Neural Networks - by brighteningeyes - Nov-03-2018, 02:47 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Star [HELP] The Application of Deep Neural Networks MistyhV1 0 99 May-05-2024, 02:22 PM
Last Post: MistyhV1
  Compare two lists. Count larger values dervast 2 2,877 Dec-11-2019, 11:39 AM
Last Post: perfringo
  Centralities for Weighted Networks fishbacp 0 1,851 Oct-15-2018, 11:20 PM
Last Post: fishbacp

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020