Skip to content

1. What is Deep Learning?

George E Fouche edited this page Nov 22, 2017 · 2 revisions

The heart of deep learning has to do with something call Neural Networks. Neural networks vaguely mimic the process of how the brain operates with neurons that fire bits of information. For example, There's a child playing in the sand with some red an blue shells and we ask the child. Can you draw a line that separates the red and the blue shells? And the child will draw a line.

Child Draw line

That's what a neural network does. Given some data in the form of blue or red points, the neural network will look for the best line that separates them. And if the data is a bit more complicated then we'll need a more complicated algorithm. Here, a deep neural network will do the job and find the more complex boundary that separates the points.

Simple Data Points

If the data is a bit more complicated, then we'll need a more complicated algorithm. Here, a deep neural network will do the job and find the more complex boundary that separates the points.

Complicated Data Points