Python

ML and Python are linked together – all the major software (Scikit-Learn, Keras, Tensor-Flow, PyTorch) are written with Python and use Python libraries.  An introduction to ML software can be found here : Scikit-learn, TensorFlow, PyTorch, Keras… Machine Learning with Python Complete Python NumPy Tutorial  Real-World Python ML Tutorial     

Anaconda Package

Anaconda is the easiest way to start with ML and Python. It contains all the libraries needed and can be installed in Windows giving you a full Python interface to write, execute and display ML scripts.  You can find out Anaconda to download here:  Repository  Anaconda web site and Introduction  A tutorial for installing Anaconda … Read more

Machine Learning Lectures – Andrew Ng, Stanford

The following videos are introduction to ML lecture 1.1  Lectures 1.2 to 19 On YouTube The next videos will go further in the ML subject with special applications, such as convolution networks Neural Networks and Deep Learning – 43 short videos (less than 10 minutes)  Improving Deep Neural Networks : Tuning Hyper-parameters – 34 short … Read more

Machine Learning course

Sargur Srihari Department of Computer Science and Engineering, University at Buffalo Slides and Videos   Very complete course on ML with 19 chapters   Introduction to Regression  Quick introduction using cheat-sheets Cheat-sheets pdf  Machine learning regression (basic)  A quick Overview of regression in ML     

Stanford University School of Engineering

instructors: Fei-Fei Li: http://vision.stanford.edu/feifeili/ Justin Johnson: http://cs.stanford.edu/people/jcjohns/ Serena Yeung: http://ai.stanford.edu/~syyeung/ Justin Johnson Follow the link below to see the video and get the link to the slides Lecture 1 | Introduction to Convolutional Neural Networks for Visual Recognition Lecture 2 | Image Classification Lecture 3 | Loss Functions and Optimization Lecture 4 | Introduction to … Read more

Machine-Learnia – Guillaume Saint-Cirgue

Site web en Français pour une introduction aux techniques du Machine Learning  Web Site in French for an introduction of machine Learning   Machine Learnia Blog Machine_Learnia_YouTube MachineLearnia_Twitch       

Scikit-Learn

Scikit-Learn is the easiest way to start ML coding.  Scikit-Learn Crash Course  Machine Learning Course for beginners  Real-World Machine Learning Tutorial with Scikit-Learn  Scikit-Learn web page Scikit-Learn Tutorials  Scikit-Learn project  Introduction  Python Scientific Libraries (SciPy)