Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish * Corrected errors in syntax and punctuation * Multiple corrections of it/s to its plus other grammar corrections * Correction and added paragraph to CSS Flex article * Corrected my own typo * Corrected capitalization, American spellings and typos
This commit is contained in:
@@ -4,7 +4,7 @@ title: Deep Learning
|
||||
## Deep Learning
|
||||
Deep Learning refers to a technique in Machine Learning where you have a lots of artificial neural networks stacked together in some architecture.
|
||||
|
||||
To the uninitiated, an artificial neuron is basically a mathematical function of some sort. And neural nets are neurons conected to each other. So in deep learning, you have lots of mathematical functions stacked on top (or on the side) of each other in some architecture. Each of the mathematical functions may have its own parameters (for an instance, an equation of a line `y = mx + c` has 2 parameters `m` and `c`) which need to be learned (during training). Once learned for a given task (say for classifying cats and dogs), this stack of mathematical functions (neurons) is ready to do its work of classifying images of cats and dogs.
|
||||
To the uninitiated, an artificial neuron is basically a mathematical function of some sort. And neural nets are neurons connected to each other. So in deep learning, you have lots of mathematical functions stacked on top (or on the side) of each other in some architecture. Each of the mathematical functions may have its own parameters (for an instance, an equation of a line `y = mx + c` has 2 parameters `m` and `c`) which need to be learned (during training). Once learned for a given task (say for classifying cats and dogs), this stack of mathematical functions (neurons) is ready to do its work of classifying images of cats and dogs.
|
||||
|
||||

|
||||
|
||||
@@ -43,7 +43,7 @@ These days there are a variety of deep learning frameworks that allow you specif
|
||||
* <a href="http://deeplearning.net/software/theano/">Theano</a>
|
||||
|
||||
### More Information:
|
||||
* <a href="http://www.deeplearningbook.org">Deep Learning Textbook</a>
|
||||
* <a href="http://www.deeplearningbook.org">Deep Learning Textbook</a>
|
||||
* <a href="https://en.wikipedia.org/wiki/Deep_learning">Deep Learning</a>
|
||||
* <a href="https://github.com/freeCodeCamp/guides/blob/master/src/pages/machine-learning/neural-networks/index.md">FreeCodeCamp Guide to Neural Networks</a>
|
||||
* <a href="http://image-net.org/">Imagenet</a>
|
||||
|
Reference in New Issue
Block a user