Jump to ratings and reviews
Rate this book

Neural Network Programming with Python: Create your own neural network!

Rate this book
This book is a guide on how to implement a neural network in the Python programming language. It begins by giving you a brief overview of neural networks so as to know what they are, where they are used, and how they are implemented. The next step is an exploration of the backpropagation algorithm. This is the algorithm behind the functionality of neural networks, and it involves a forward and backward pass. Numby is a Python library which can be used for the purpose of implementation of a neural network. This library is discussed in this book, and you are guided on how to use it for that purpose. The functionality of neural networks has to be improved. The various ways to improve how a neural network works is also explored. You are then guided on how to implement neural networks with Neupy, another Python library. The following topics are discussed in this - A Brief Overview of Neural Networks - Backpropagation Algorithm - Neural Networks with Numpy - Improving a Neural Network in Python - Neupy - Models in Neural Networks

57 pages, Kindle Edition

Published October 4, 2016

9 people are currently reading
6 people want to read

About the author

Max Sharp

6 books3 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
0 (0%)
4 stars
1 (25%)
3 stars
2 (50%)
2 stars
0 (0%)
1 star
1 (25%)
Displaying 1 of 1 review
Profile Image for Osama.
110 reviews1 follower
March 5, 2018
A waste of time

It's actually unorganized and unexplained long tutorial for building a neural network. The code format is nasty and used fonts are very big. Considering that python indention is very important, this code formatting can turn it into a nightmare to apply it.
It needs more efforts in formatting and explaining in order to be a readable book.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.