0% found this document useful (0 votes)
90 views2 pages

Machine Learning Course Guide

The document outlines a machine learning course structure over 3 weeks, including tutorials on Python installation, Pandas for data exploration, scikit-learn algorithms like decision trees and Naive Bayes, OpenCV for computer vision, neural networks and CNNs. Example project ideas suggested are for recognition, prediction, security, and health applications.

Uploaded by

gaurav13239
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views2 pages

Machine Learning Course Guide

The document outlines a machine learning course structure over 3 weeks, including tutorials on Python installation, Pandas for data exploration, scikit-learn algorithms like decision trees and Naive Bayes, OpenCV for computer vision, neural networks and CNNs. Example project ideas suggested are for recognition, prediction, security, and health applications.

Uploaded by

gaurav13239
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

[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!!

You might also like