[Link]
in/
Machine Learning Course Structure
Week-1
1. Installing Python:
[Link]
2. Datasets and types:
[Link]
Source to find datasets:
[Link]
3. Using Pandas(to explore and clean data):
Comprehensive:
[Link]
Fast: [Link]
4. Data Preprocessing:
[Link]
Week-2
1. Implementing traditional machine learning algorithms in python using scikit-learn:
[Link]
(Tutorial has a section on ml specific data preprocessing)
2. Some algorithms to consider implementing in your project:
Decision Trees
[Link]
Random Forest
[Link]
Support Vector Machines
[Link]
Naive Bayes
[Link]
/*You can also refer Algorithms of your choice from YouTube it’s completely up to you */
[Link]
Week-3
1. OpenCV(usage and introduction): [Link]
For recognition systems.
Can go on to implement Deep Learning models on the image/video cleaned.
Neural Networks :
Convolutional Neural Network(CNN): [Link]
CNN implementation using TensorFlow(Follow along the video to understand code implementation) :
[Link]
Example Project Ideas:-
[Link] and Prediction
Movie Prediction
Music Recommendation
Vehicle price predictor
Weather Forecasting
Handwriting to text convertor
[Link] System
Fraud detection system
Fake news detection
[Link] and Safety System
Prediction of disease (Diabetes)
Suggesting best Doctors nearby
BMI Calculator
Waste management
** Contact mentors in the group for any further guidance!!!
LEARN GOOD AND BE CREATIVE!!
ALL THE BEST!!