Neural Networks - A Visual Introduction For Beginners
The author says that there are five things about Neural Networks that any ML enthusiast should know:
Neural Networks are specific : They are always built to solve a specific problem
Neural Networks have three basic parts, i.e. Input Layer, Hidden Layer and Output Layer
Neural Networks are built in two ways
Feed Forward : In this type of network, signals travel only one way, from input to output.