Skip to content

Instantly share code, notes, and snippets.

View Akhil-Pillai's full-sized avatar

Akhil Pillai Akhil-Pillai

View GitHub Profile
@Akhil-Pillai
Akhil-Pillai / Intro_to_Neural_Networks_1-10.md
Last active November 21, 2019 10:29
These are the course notes for the Udacity Bertelsmann Challenge course, Introduction to Deep Learning with Pytorch

Introduction to Neural Network

These are course notes for lesson videos 1 to 10

What is Deep Learning?

  • A field of Machine Learning which utilizes massive neural networks, data sets and accelerated computing on GPUs.
    • At the heart of Deep Learning is Neural Networks.

    • Neural Networks vaguely mimic a brain, with neurons that fire bits of information.

    • A Neural Network will try to look for the best line that separates the data.

      Here a Neural Network will work and create a boundary that separates the data points