6

Is anyone able to recommend some resources (preferably books) on the topic of neural networks that goes beyond that of introductory reading?

I'm still relatively new to the subject, however, I have successfully created my own neural network, so I wouldn't consider myself a beginner, so I'm looking for something more intermediate.

nbro
  • 39,006
  • 12
  • 98
  • 176
Astronought
  • 179
  • 3
  • For readers and people willing to give an answer: _this question is about **neural networks** (not any other machine learning model or technique) and it is about **intermediate** (or advanced) resources (preferably **books**)_. – nbro Oct 08 '20 at 12:12

2 Answers2

4

Neural Network Design (2nd edition) by Hagan et al. is one resource you could look at. It's a huge tome, weighing in at over 1000 pages in pdf form, but it is freely available (you can also buy a dead-tree version if you really want one).

nbro
  • 39,006
  • 12
  • 98
  • 176
mindcrime
  • 3,737
  • 14
  • 29
0

Another good (although a bit old) and freely available online book (apart from the one suggested in this answer) is Neural Networks - A Systematic Introduction (1996) by Raul Rojas. This book contains several exercises at the end of each chapter and covers topics that you will not find in many online courses.

nbro
  • 39,006
  • 12
  • 98
  • 176