#Day2#100daysofMachineLearning
Today completed 4 videos of 100 days of ML Learning.
Which I already done in the past. So revised it for the upcoming videos and clear concept.
With Ongoing pressure still need to do it,as we are Software Engineer
#Buildinpublic#CampusX
Learning ML alone is hard.
Learning ML together is fun 🚀
I’m looking for people to collaborate on ML projects as part of #100DaysOfMachineLearning.
If you’re building, learning, or just curious — let’s connect 🤝
Comment “ML” or DM me.
#MLTwitter#DataScienceCommunity#AI
🧠 Offline vs Online Machine Learning — in 1 minute
Offline ML = Train once on past data
Online ML = Learn continuously from live data
Same goal. Very different approach.
Part of my #100DaysOfMachineLearning 🚀
👇 Details in comments
#MachineLearning#AI#DataScience#LearnIn
Day 30 of #100DaysOfMachineLearning
I completed Exploratory Data Analysis. It included
-> EDA in python
-> Advance EDA
->Time Series Data Visualization.
Off to Model Evaluation next..
Finished my MERN full-stack journey and ready for the next big leap 🚀 Starting #100DaysOfMachineLearning with @CampusX 🤖
From building websites to building smart systems… let’s see where this takes me! 🙌
Who’s learning ML too? Let’s connect!
#AI#ML#CampusX#LearningTogether
Week 3 of my #100DaysOfMachineLearning has been intense!
From Day 15 to Day 22, these are some topics that I did:
1. Explored Simple Linear Regression – understanding how one feature can predict an outcome.
2. Moved to Multiple Linear Regression – where things get more real.
Day 14 of #100DaysOfMachineLearning
Completed these within the last few days-
1. Complete case analysis
2. Arbitrary value imputation
3. Missing categorical value
4. Automatically select imputer parameters
5. KNN Imputer
6. Outlier removal using Z Score
Day 13 of #100DaysOfMachineLearning
Here’s what I coded in the past few days:
1. Handling missing categorical data
2. Doing a complete case analysis (basically dropping rows with missing values)
3.Trying out arbitrary value imputation
Day 12 of #100DaysOfMachineLearning
I did these topics within the last 3 days:
1. From Statistics, I did- probability distribution function (pdf, pmf, cdf) and Normal distribution.
2. I did 6 cases of handling missing data using: