Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.93 KB

README.md

File metadata and controls

65 lines (48 loc) · 1.93 KB

Machine-Learning-L2

Mentorship Repository for Machine Learning Type = Level 2

Repository Navigation Guide

  • Mentor needs to fork this repository
  • Mentee needs to joins as a contributor

This template is designed to assist Twoleaps mentorship program. The template consists of two major sections: Goals and Progress tracker. Mentors and mentee should add goals prior to start of mentorship. Goals should be such that both party agree on. Progress tracker is to be updated on week by week basis with new tasks to complete the defined goals. For each week, a folder in the repository has to be maintained which captures the work done. It can be a small essay of things learned or written code etc.

Providing Feedback

Regular feedback is highly encouraged. Feedbacks should inspire improvement. Mentors should summarize week by week progress in form of feedback whenever possible and add it to the weekly work folder in form of week1/feedback.md

Timeline

<Add mentorship timeline here in weeks. Example: 8 weeks starting 10th August>

Goals

The objectives of the mentorship should be listed down here. They can be customized over time by the mentor or the mentee's preferences.

  • Basic Requirements and Tools

    • Git/Github
    • Python/IPython
    • Numpy
    • Pandas
    • MySql
    • File I/O
    • Linux
  • Mathematics Brush-up

    • Linear Algebra Primer
    • Matrix Operations
    • Basics of Probability and Statistics
    • Basic Terminology
  • Diving into Code

    • Linear Regression
    • Logistic Regression
    • Clustering Algorithms
    • Regression Trees
    • Ensemble Models
  • Python Libraries

    • SciPy
    • Matplotlib
    • Scikit Learn
    • NLTK

Progress Tracking

Track weekly progress in this section according to above mentioned goals.

  • Week 1

    • Task 1
    • Task 2
    • Task 3