Intro to Neural Networks (NNs)

DL Frameworks

Types of Neural Networks

  1. Feed-forward NN (FNN) → uni-directional flow (only forward)
  2. Recurrent NN (RNN) → flow can go backwards (loops)

Activation Functions

Ref: https://www.udemy.com/course/aws-certified-machine-learning-engineer-associate-mla-c01/learn/lecture/45285617

Graphs for the different activation functions

image.png

Impractical but theoretical functions

  1. Linear activation function: literally propagates same input to next layer with a linear factor
  2. Binary step function: ON/OFF