Code Monkey home page Code Monkey logo

machine-learning-starter-guide's Introduction

Goal: Machine Learning

To achieve proficiency in data science and machine learning, follow this structured learning path:

1. Getting started

1.1. Prerequesties

1.1.1. Mathematics Fundamentals:

  • Algebra

    • Variables, coefficients, and functions
    • Linear equations
    • Logarithms
    • Sigmoid function
  • Linear Algebra

    • tensor and tensor rank
    • matrix multiplication
  • Trigonometry

    • tanh (discussed as an activation function; no prior knowledge needed)
  • Statistics

    • mean, median, outliers, and standard deviation
    • ability to read a histogram
  • Calculus (Optional, for advanced topics)

    • concept of a derivative (you won't have to actually calculate derivatives)
    • gradient or slope
    • partial derivatives (which are closely related to gradients)
    • chain rule (for a full understanding of the backpropagation algorithm for training neural networks)

1.1.2. Programming with Python and Libraries:

  • Learn Python and mainly these things
  • libraries like NumPy and Pandas.

1.1.3. Machine Learning Algorithms:

  • Understand supervised, unsupervised, and reinforcement learning.
  • Study algorithms such as Linear Regression, Logistic Regression, Clustering, KNN, SVM, Decision Trees, Random Forests.
  • Explore concepts like overfitting, underfitting, regularization, gradient descent, and confusion matrix.

1.1.4. Data Preprocessing:

  • Handle null values.
  • Standardize data.
  • Deal with categorical values and perform one-hot encoding.
  • Apply feature scaling.

1.1.5. Machine Learning Libraries:

  • Get familiar with popular libraries like scikit-learn, Matplotlib, and TensorFlow.

1.1.6. Practical Experience:

  • Participate in Kaggle competitions and practice on real-world datasets.
  • Explore projects on GitHub for learning from others' code.

1.2. Resources:

  • Maths:

    • Linear Algebra notes by P. J. Cameron (Link)
    • Statistics and Probability resource (Link)
    • YouTube playlist on Maths (Link)
    • Mathematics for Machine Learning (link)
  • Machine Learning:

    • Google's Machine Learning Crash Course (Link) - This is a great resource for learning the fundamentals of machine learning. It's a free course that covers the theory and practice of ML, including basic concepts like loss function and gradient descent, and also more advanced concepts like training neural networks and recommender systems.
    • Coursera: Machine Learning by Andrew Ng (Stanford University) (Link)
    • Made With ML (Link)
    • Machine Learning Mastery (Link)
  • Data Preprocessing:

    • Data Preprocessing in Machine Learning (Link)
  • Machine Learning Libraries:

    • scikit-learn documentation (Link)
    • TensorFlow documentation (Link)
  • Practice Platforms:

  • Other prerequesties

    To run the programming exercises on your local machine or in a cloud console, you should be comfortable working on the command line:

Follow this roadmap, practice consistently, and explore projects to develop your skills in data science and machine learning. Good luck on your learning journey! This readme was created by @CodeWhiteWeb after contacting many professionals in this field.


machine-learning-starter-guide's People

Contributors

codewhiteweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.