Skip to content

Marvinsky/machine_learning_vs_deep_learning

Repository files navigation

Machine Learning vs Deep Learning

Generally speaking, in this Webinar we are going to learn that Deep Learning is a subset of Machine Learning and when to apply Machine Learning (Prediction based on Historical Data) and Deep Learning (Prediction applications in: Image Recognition, object Detection, etc.)

In order to know the important things of these areas of Artificial Intelligence we we need to understand concepts such as:

  • Definitions, Approaches and Algorithms of Machine Learning

  • Definitions, Neural Networks, Architectures of Deep Learning.

1.- Approaches of Machine Learning

See Predicting House's price using Linear Regression

3.- Classification

Clustering Distance

Pseudo Code:

for every point in our dataset:
    calculate the distance between the current point and input_vector
    sort the distances in increasing order
    take k items with lowest disances to input_vector
    find the majority class among these items
    return the majority class label from the k closest neighbors

4.1.- K-means

Optimization Function

Lossy Data Compression

5.1.- Matrix Factorization

5.3.- Singular Value Decomposition

6.1.- Atari Game

See Pong AI with Policy Gradients

6.2.- DeepMind - AlphaGo vs Lee Sedol

7.- Deep Learning

See Image Classification - Multi-Layer Perceptron - MNIST

7.1.- What is it used for?

Pretty much, everywhere. Recent applications include things such as beating humans in games such as Go, or even jeopardy, detecting spam in emails, forecasting stock prices, recognizing images in a picture, and even diagnosing illnesses with more precision than doctors. One of the most celebrated applications in deep learning is self-driving cars.

What is the heart of deep learning? The wonderful object called Neural Networks. Neural Networks mimic the process of how the brain operates, with neurons that fire bits of information.

7.2.- Neural Network

7.2.- Perceptron

7.3.- Architectures

7.3.- More Applications

After completing the theory part, we are going to show two real-world problems from Machine Learning and Deep Learning.

Hope you enjoy this Webinar!

Thanks.

About

Belatrix Webinar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published