Start Here with Machine Learning

These are the Step-by-Step Guides that YouveBeen Looking For!What do you want help with?

How Do I Get Started?

The most common question Im asked is: how do I get started?

My best advice for getting started in machine learning is broken down into a 5-step process:

For more on this top-down approach, see:

Many of my students have used this approach to go on and do well in Kaggle competitions and get jobs as Machine Learning Engineers and Data Scientists.

Applied Machine Learning Process

The benefit of machine learning are the predictions and the models that make predictions.

To have skill at applied machine learning means knowing how to consistently and reliably deliver high-quality predictions on problemafter problem. You need to follow a systematic process.

Below is a 5-step process that you can follow to consistently achieve above average results on predictive modeling problems:

For a good summary of this process, see the posts:

Linear Algebra

Linear algebra is an important foundation area of mathematics required for achieving a deeper understanding of machine learning algorithms.

Below is the 3 step process that you can use to get up-to-speed with linear algebra for machine learning, fast.

You can see all linear algebra posts here. Below is a selection of some of the most popular tutorials.

Statistical Methods

Statistical Methods an important foundation area of mathematics required for achieving a deeper understanding of the behavior of machine learning algorithms.

Below is the 3 step process that you can use to get up-to-speed with statistical methods for machine learning, fast.

You can see all of the statistical methods posts here.Below is a selection of some of the most popular tutorials.

Understand Machine Learning Algorithms

Machine learning is about machine learning algorithms.

You need to know what algorithms are available for a given problem, how they work, and how to get the most out of them.

Heres how to get started withmachine learning algorithms:

You can see all machine learning algorithm posts here. Below is a selection of some of the most popular tutorials.

Weka Machine Learning (no code)

Weka is a platform that you can use to get started in applied machine learning.

It has a graphical user interface meaning that no programming is required and it offers a suite of state of the art algorithms.

Heres how you can get started with Weka:

You can see all Weka machine learning posts here. Below is a selection of some of the most popular tutorials.

Python Machine Learning (scikit-learn)

Python is one of the fastest growing platforms for applied machine learning.

You can use the same tools like pandas andscikit-learn in the development and operational deployment of your model.

Below are the steps that you can use to get started with Python machine learning:

You can see all Python machine learning posts here. Below is a selection of some of the most popular tutorials.

R Machine Learning (caret)

R is a platform for statistical computing and is the most popular platform among professional data scientists.

Its popular because of the large number oftechniques available, and because of excellent interfaces to these methods such as the powerful caret package.

Heres how to get started with R machine learning:

You can see all R machine learning posts here. Below is a selection of some of the most popular tutorials.

Code Algorithm from Scratch (Python)

You can learn a lot about machine learning algorithms by coding them from scratch.

Learning via coding is the preferred learning style for many developers and engineers.

Heres how to get started with machine learning by coding everything from scratch.

You can see all of the Code Algorithms from Scratch posts here.Below is a selection of some of the most popular tutorials.

Introduction to Time Series Forecasting (Python)

Time series forecasting is an important topic in business applications.

Many datasets contain a time component, but the topic of time series is rarely covered in much depth from a machine learning perspective.

Heres how to get started with Time Series Forecasting:

You can see all Time Series Forecasting posts here. Below is a selection of some of the most popular tutorials.

XGBoost in Python (Stochastic Gradient Boosting)

XGBoost is a highly optimized implementation ofgradient boosted decision trees.

It is popularbecause it is being usedby some of the best data scientists in the world to win machine learning competitions.

Heres how to get started with XGBoost:

You can see all XGBoosts posts here. Below is a selection of some of the most popular tutorials.

Deep Learning (Keras)

Deep learning is afascinating and powerful field.

State-of-the-art results are coming from the field of deep learning and it is asub-field of machine learning that cannot be ignored.

Heres how to get started with deep learning:

You can see all deep learning posts here. Below is a selection of some of the most popular tutorials.

Better Deep Learning

Although it is easy to define and fit a deep learning neural network model, it can be challenging to get good performance on a specific predictive modeling problem.

There are standard techniques that you can use to improve the learning, reduce overfitting, and make better predictions with your deep learning model.

Heres how to get started with getting better deep learning performance:

You can see all better deep learning posts here. Below is a selection of some of the most popular tutorials.

Long Short-Term Memory (LSTM)

Long Short-Term Memory (LSTM) Recurrent Neural Networks are designed for sequence prediction problems and are astate-of-the-art deep learning technique for challenging prediction problems.

Heres how to get started with LSTMs in Python:

You can see all LSTMposts here. Below is a selection of some of the most popular tutorials using LSTMs in Python with the Keras deep learning library.

Deep Learning for Natural Language Processing (NLP)

Working with text data is hard because of the messy nature of natural language.

Text is not solved but to get state-of-the-art results on challenging NLP problems, you need to adopt deep learning methods

Heres how to get started with deep learning for natural language processing:

You can see all deep learning for NLP posts here. Below is a selection of some of the most popular tutorials.

Deep Learning for Computer Vision

Working with image data is hard because of the gulf between raw pixels and the meaning in the images.

Computer vision is not solved, but to get state-of-the-art results on challenging computer vision tasks like object detection and face recognition, you need deep learning methods.

Heres how to get started with deep learning for computer vision:

You can see all deep learning for Computer Vision posts here. Below is a selection of some of the most popular tutorials.

Deep Learning for Time Series Forecasting

Deep learning neural networks are able to automatically learn arbitrary complex mappings from inputs to outputs and support multiple inputs and outputs.

Methods such as MLPs, CNNs, and LSTMs offer a lot of promise for time series forecasting.

Heres how to get started with deep learning for time series forecasting:

You can see all deep learning for time series forecasting posts here.Below is a selection of some of the most popular tutorials.

Generative Adversarial Networks

Generative Adversarial Networks, or GANs for short, are an approach to generative modeling using deep learning methods, such as convolutional neural networks.

GANs are an exciting and rapidly changing field, delivering on the promise of generative models in their ability to generate realistic examples across a range of problem domains, most notably in image-to-image translation tasks.

Heres how to get started with deep learning for Generative Adversarial Networks:

You can see all Generative Adversarial Networktutorials listed here. Below is a selection of some of the most popular tutorials.

Need More Help?

Im here to help you become awesome at applied machine learning.

If youstill have questions and need help, you have some options:

Excerpt from:

Start Here with Machine Learning

Related Posts

Comments are closed.