Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

RGPV Notes | Machine Learning

Unit I: Introduction to Machine Learning

Unit II: Fundamentals of Neural Networks

  • Linearity vs non-linearity
  • Activation functions (e.g., sigmoid, ReLU)
  • Weights and bias
  • Loss function
  • Gradient descent
  • Multilayer networks
  • Backpropagation
  • Weight initialization
  • Training and testing
  • Unstable gradient problem
  • Autoencoders
  • Batch normalization
  • Dropout
  • L1 and L2 regularization
  • Momentum
  • Hyperparameter tuning

Unit III: Convolutional Neural Networks (CNNs)

  • Flattening
  • Subsampling
  • Padding
  • Stride
  • Convolutional layer
  • Pooling layer
  • Loss layer
  • 1×1 convolution
  • Inception network
  • Input channels
  • Transfer learning
  • One-shot learning
  • Dimension reduction
  • Implementation using frameworks like TensorFlow, Keras, etc.

Unit IV: Recurrent Neural Networks (RNNs) and Reinforcement Learning

  • Long Short-Term Memory (LSTM)
  • Gated Recurrent Unit (GRU)
  • Translation
  • Beam search and width
  • BLEU score
  • Attention model
  • Reinforcement learning (RL) framework
  • Markov Decision Processes (MDP)
  • Bellman equations
  • Value Iteration and Policy Iteration
  • Actor-critic model
  • Q-learning
  • SARSA

Unit V: Advanced Topics and Applications

Leave a Comment