HackerNoon Mobile

Better reading experience on the app
Building a Feedforward Neural Network from Scratch in Pythonby@NKumar
42,815 reads

Building a Feedforward Neural Network from Scratch in Python

April 9th 2019
29m
by @NKumar 42,815 reads
tldt arrow
Read on Terminal Reader
Read this story w/o Javascript

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

@NKumar

NiranjanKumar


Receive Stories from @NKumar

react to story with heart

RELATED STORIES

L O A D I N G
. . . comments & more!