Review: High-level Understanding of ML from AIF-C01

💡 This section is a deeper dive into ML and DL, builds on top of this section from AIF-C01 notes:

AI and Machine Learning (ML)


Intro to Neural Networks (NNs)

DL Frameworks

Types of Neural Networks

  1. Feed-forward NN (FFNN or 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