#LSPPDay59
Today I learned ARMA and ARIMA for time series forecasting. I explored AR, MA, differencing, ACF/PACF, and the ADF stationarity test, then built an ARIMA model to forecast future sales using Python.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay58
Today I explored SVM decision boundaries and maximum margin, learning how Support Vector Machines choose the optimal hyperplane for better classification. I also visualized decision boundaries using Python.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay57
Today I learned the basics of SVM, including hyperplanes, support vectors, and how SVM finds the best decision boundary for binary classification. I also visualized the decision boundary using Python.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay56
Today I learned about Sentence Transformers and sentence embeddings, generated vector representations for text using all-MiniLM-L6-v2, and measured semantic similarity between sentences using cosine similarity.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay54
Today I explored the basics of Natural Language Processing (NLP) using NLTK, learned text preprocessing, performed word stemming with PorterStemmer, and downloaded WordNet for future NLP tasks.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay50
Today I started Transfer Learning with ResNet18 in PyTorch. I learned how to prepare image datasets, apply data augmentation, create DataLoaders, and use pretrained models for efficient image classification.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog
#LSPPDay49
Today I learned about Pooling (Max & Average) and Batch Normalization in CNNs. I explored how pooling reduces feature size while BatchNorm normalizes features for faster and more stable model training.
@lftechnology#60DaysOfLearning2026#LearningWithLeapfrog