Building a Feedforward Neural Network from Scratch in Pythonby@NKumar
43,741 reads
43,741 reads

Building a Feedforward Neural Network from Scratch in Python

by NiranjanKumar15mApril 9th, 2019
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Feedforward neural networks are also known as Multi-layered Network of Neurons (MLN) These network of models are called feedforward because the information only travels forward in the neural network. Traditional models such as McCulloch Pitts, Perceptron and Sigmoid neuron models capacity is limited to linear functions. To handle the complex non-linear decision boundary between input and the output we are using the feedforward network. In this section, we will see how to randomly generate non-linearly separable data.

People Mentioned

Mention Thumbnail

Companies Mentioned

Mention Thumbnail
Mention Thumbnail

Coin Mentioned

Mention Thumbnail
featured image - Building a Feedforward Neural Network from Scratch in Python
NiranjanKumar HackerNoon profile picture
NiranjanKumar

NiranjanKumar

@NKumar

DeepLearning Enthusiast. Data Science Writer @marktechpost.com

About @NKumar
LEARN MORE ABOUT @NKUMAR'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

NiranjanKumar HackerNoon profile picture
NiranjanKumar@NKumar
DeepLearning Enthusiast. Data Science Writer @marktechpost.com

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!