Neural Networks Basics:
Perceptrons, activation
functions (sigmoid, ReLU, tanh)
Feedforward neural networks
Deep Learning Frameworks:
TensorFlow: Basics of tensors,
building neural networks
PyTorch: Tensors, autograd,
building dynamic neural
networks
Convolutional Neural Networks (CNNs):
Architecture, filters, pooling
layers
Applications in computer vision
Recurrent Neural Networks (RNNs):
Architecture, LSTM, GRU
Applications in sequence
modeling (e.g., NLP)