Supervised Learning

Sort options

Fundamentals of Machine Learning in Finance (Coursera)

The course aims at helping students to be able to solve practical ML-amenable problems that they may encounter in real life that include: (1) understanding where the problem one faces lands on a general landscape of available ML methods, (2) understanding which particular ML approach(es) would be most appropriate [...]

Practical Predictive Analytics: Models and Methods (Coursera)

Statistical experiment design and analytics are at the heart of data science. In this course you will design statistical experiments and analyze the results using modern methods. You will also explore the common pitfalls in interpreting statistical arguments, especially those associated with big data. Collectively, this course will help [...]

Introduction to Machine Learning with Python (Coursera)

This course will give you an introduction to machine learning with the Python programming language. You will learn about supervised learning, unsupervised learning, deep learning, image processing, and generative adversarial networks. You will implement machine learning models using Python and will learn about the many applications of machine learning [...]

The Nuts and Bolts of Machine Learning (Coursera)

Dec 4th 2023
The Nuts and Bolts of Machine Learning (Coursera)
Course Auditing
Categories
Effort
Languages
This is the sixth of seven courses in the Google Advanced Data Analytics Certificate. In this course, you’ll learn about machine learning, which uses algorithms and statistics to teach computer systems to discover patterns in data. Data professionals use machine learning to help analyze large amounts of data, solve [...]
Dec 4th 2023
Course Auditing
36.00 EUR/month

Machine Learning Capstone (Coursera)

Dec 4th 2023
Machine Learning Capstone (Coursera)
Course Auditing
Categories
Effort
Languages
In this Machine Learning Capstone course, you will be using various Python-based machine learning libraries such as Pandas, scikit-learn, Tensorflow/Keras, to: build a course recommender system; analyze course related datasets, calculate cosine similarity, and create a similarity matrix; create recommendation systems by applying your knowledge of KNN, PCA, and [...]

Supervised Machine Learning: Regression and Classification (Coursera)

Dec 4th 2023
Supervised Machine Learning: Regression and Classification (Coursera)
Course Auditing
Categories
Effort
Languages
In the first course of the Machine Learning Specialization, you will: build machine learning models in Python using popular machine learning libraries NumPy and scikit-learn; build and train supervised machine learning models for prediction and binary classification tasks, including linear regression and logistic [...]

Advanced Learning Algorithms (Coursera)

Dec 4th 2023
Advanced Learning Algorithms (Coursera)
Course Auditing
Categories
Effort
Languages
In the second course of the Machine Learning Specialization, you will: build and train a neural network with TensorFlow to perform multi-class classification; apply best practices for machine learning development so that your models generalize to data and tasks in the real world; build and use decision trees and [...]

Machine Learning: an overview (Coursera)

The course provides a general overview of the main methods in the machine learning field. Starting from a taxonomy of the different problems that can be solved through machine learning techniques, the course briefly presents some algorithmic solutions, highlighting when they can be successful, but also their limitations. These [...]

Microsoft Azure Machine Learning for Data Scientists (Coursera)

Dec 4th 2023
Microsoft Azure Machine Learning for Data Scientists (Coursera)
Course Auditing
Categories
Effort
Languages
Machine learning is at the core of artificial intelligence, and many modern applications and services depend on predictive machine learning models. Training a machine learning model is an iterative process that requires time and compute resources. Automated machine learning can help make it easier. In this course, you will [...]
Dec 4th 2023
Course Auditing
41.00 EUR/month

Supervised Learning: Regression (Coursera)

Dec 4th 2023
Supervised Learning: Regression (Coursera)
Course Auditing
Categories
Effort
Languages
This course introduces you to one of the main types of modelling families of supervised Machine Learning: Regression. You will learn how to train regression models to predict continuous outcomes and how to use error metrics to compare across different models. This course also walks you through best practices, [...]