- Machine Learning with Python
- What is Machine Learning?
- Data Preprocessing in Data Science and Machine Learning
- Feature Selection in Machine Learning
- Train-Test Datasets in Machine Learning
- Evaluate Model Performance - Loss Function
- Model Selection in Machine Learning
- Bias Variance Trade Off
- Supervised Learning Models
- Multiple Linear Regression
- Logistic Regression
- Logistic Regression in Python using scikit-learn Package
- Decision Trees in Machine Learning
- Random Forest Algorithm in Python
- Support Vector Machine Algorithm Explained
- Multivariate Linear Regression in Python with scikit-learn Library
- Classifier Model in Machine Learning Using Python
- Cross Validation to Avoid Overfitting in Machine Learning
- K-Fold Cross Validation Example Using Python scikit-learn
- Unsupervised Learning Models
- K-Means Algorithm Python Example
- Neural Networks Overview
What is Machine Learning?
Machine Learning is the field which applies statistical analysis and computer science for employing algorithms that learn how to perform tasks such as prediction or classification of a target variable as well as grouping data. These algorithms learn from data and are widely diverse as they range from traditional statistical models based on inference to complex deep neural networks architectures.
Machine learning has many applications in quantitative finance and their techniques have evolved and improved very fast in recent years.
Some examples of problems that could be addressed with machine learning are the following:
- Prediction of future asset price movements
- Prediction of liquidity movements due to redemption of capital in large funds
- Finding mispricing opportunities in niche markets
- Categorize stocks for optimizing portfolio allocations
- Image recognition for use in commodity supply/demand signals
- Natural Language Processing to gauge market sentiment and create trading signals for asset price forecasting
The big three categories in the machine learning field are Supervised Learning, Unsupervised Learning and Reinforced Learning. All three methods have their own procedures and are used for different tasks such as prediction, find data patterns, categorizing data among others.
In this tutorial, we will focus on Supervised and Unsupervised Learning and we will provide an explanation of both fields showing examples in python programming for a practical overview and giving theoretical explanation to understand how these models works.
Machine Learning Steps
Working in machine learning involves many skills not only from statistics and mathematics, but also in the field of data cleaning, and data preparation/preprocessing. Along this tutorial, we will focus in data preprocessing, training and testing models, model selection, performance evaluation and hyper-parameter tuning (Change default values of parameters of the models). The end-to-end workflow in machine learning can be described by the following picture:
This content is for paid members only.
Join our membership for lifelong unlimited access to all our data science learning content and resources.