Day(27/30)
Today I learned about Gradient Descent. It’s an algorithm that helps model reduce errors by adjusting its parameters step by step in the direction that minimizes the loss like walking downhill to reach the lowest point.
#LearningUtsav2025#FestivalOfLearning#LUD27
Day(26/30)
Today I learned about overfitting and underfitting. Overfitting is when a model learns too much from training data and fails on new data, while underfitting is when it learns too little and performs poorly everywhere.
#LearningUtsav2025#FestivalOfLearning#LUD26
Day(25/30)
Today I learned Model Training in TensorFlow .
compile() → define how to learn
fit() → train
evaluate() → test
predict() → use
save() → store
#AI#ML#LearningUtsav2025#FestivalOfLearning#LUD25
Day(24/30)
Today I learned about models and layers in TensorFlow!
1. Layers are the building blocks of a neural network.
2. Models connect these layers to form the complete network.
#LearningUtsav2025#FestivalOfLearning#LUD24
Day(23/30)
Today I learned about metrics in TensorFlow!
Metrics help check how well your model is doing.
1. accuracy – for classification
2. MSE – for regression .
3. Precision & Recall – for tricky datasets
#LearningUtsav2025#FestivalOfLearning#LUD23
Day(22/30)
Today I learned about different types of TensorFlow Optimizers like SGD, Adam, RMSProp, and Adagrad . each with its own way of updating weights for better model performance!
#LearningUtsav2025#FestivalOfLearning#LUD22
Day (20/30)
Today I learnedTensorFlow basics!
Explored more about tensors, datasets, and how TensorFlow handles data for training deep learning models.
#LearningUtsav2025#FestivalOfLearning#LUD20
Day(18/30)
Today I started building a digit classification model using Keras!
Excited to dive deeper into neural networks and see how machines learn to recognize handwritten digits.
#deeplearningai#learningutsav2025#festivaloflearning#LUD18
Day(15/30)
Today I learned about Neural Networks and Natural Language Processing. Neural Networks are like a mini brain for computers, and NLP is about teaching computers to understand human language.
#AI#datascience#ML#learningutsav2025#festivaloflearning#LUD15
Day(14/30)
Today I learned:
Cleaned and visualized the Dragon Real Estate dataset, removed empty rows, and trained a basic machine learning model using Scikit-learn.
#LearningUtsav2025#festivaloflearning#LUD14
Day(12/30)
Today I learned about KNN, Linear Regression, and Logistic Regression and how they are used to predict values and classify data in machine learning.
#learningutsav2025#festivaloflearning#LUD12