Shweta0002 / ML-winter-mentorship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning Mentorship

This is the repository that contains all the material/code required to get started with the mentorship programme. A few points of administration:

  1. The length of the mentorship is around 5 weeks.

  2. We assume you have some prior knowledge of programming.

  3. For any help with the course, you can contact your mentor. A better option would be to open an issue on this repository, so that others can see your question, and it'll prevent any replicated effort on the part of the mentor.

  4. All your code will be pushed to GitHub, so if you haven't already, create a GitHub account. Fork and clone this repository and create your respective folders (refer the sample folder with my name).

  5. Create a README.md in your folder where you can keep track of your progress over the next month. The mentors will be using the README.md as a progress tracker. (Refer the sample README.md given)

Don't be afraid to ask any questions (however irrelevant you think it may be). The mentors are here to help you every step of the way.

Prerequisites:-

  1. Language: We'll be using Python3 throughout this course. So familiarise yourself with the language. Also learn to install packages using pip.
  2. Python 3 installation : Download and Install
  3. Working with Jupyter: Download and Install
  4. git: You'll be using GitHub for all your code/assignment submission, so learn the basics of git: pull, push, add, commit.

Course Structure

WEEK 1

  1. Basics of Python:

    a. Python Fundamentals

    b. Variables

    c. Data Types

    d. Operators

    e. Conditions and Loops,

    f. Python Functions,

    g. Python Data Structures :

    • Lists

    • Sets

    • Tuples

    • Strings

    • Dictionary

Task : Submit atleast 40 problems including Hackerrank and CodeChef within 4 days

WEEK 2

  1. NumPy:Used for matrix computations.

    a. NumPy basics

    b. Random Generators

    c. Stastical Computation

    d. Linear algebra - matrices

    e. Norms of Vectors

  2. Pandas: Used for data analysis. Pandas Basics

  3. Matplotlib: Used for data visualization

    a. Line plots

    b. Scatter plots

    c.Bar graphs

    d.Normal Distribution

Task : Numpy,Pandas Exercise practices

WEEK 3

  1. Gradient Descent
  2. Update rule for squared error
  1. Boston Housing Prices
  2. Maximum likelihood estimation
  3. K-fold cross validation

Task :

Submit your code in the Task 3 folder.

Air Quality Prediction

WEEK 4

  1. Likelihood estimation and loss
  2. Gradient Descent Update Rule

K-Nearest Neighbours :

https://medium.com/datadriveninvestor/k-nearest-neighbors-knn-7b4bd0128da7

  1. Introduction
  2. Implementation using MNIST Handwritten Digits

Task :

Diabetes Prediction

4.1 Using Logistic Regression

4.2 Using KNN

WEEK 5

Introduction to K-Means Clustering

  1. Article/Blog

  2. Article (A bit long but quite useful)

Support Vector Machine

  1. Article

  2. Code

  3. Lecture

Task : Extracting Dominant Colours

About


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%