Neural Nets 3: Difference between revisions

From bradwiki
Jump to navigation Jump to search
(Created page with "<big>'''machine learning tutorial on supervised learning in neural net classifiers'''</big>{{SmallBox|float=right|clear=none|width=180px|font-size=13px|Tutorial Pages|txt-size...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<big>'''machine learning tutorial on supervised learning in neural net classifiers'''</big>{{SmallBox|float=right|clear=none|width=180px|font-size=13px|Tutorial Pages|txt-size=11px|
<big>'''machine learning tutorial on supervised learning in neural net classifiers'''</big>{{SmallBox|float=right|clear=none|width=170px|font-size=13px|Tutorial Pages|txt-size=11px|
#[[Neural Nets|Tensorflow Intro]]
1. [[Neural Nets|Tensorflow Intro]]<br>
#[[Neural Nets 2|Neural Net Classifiers]]
2. [[Neural Nets 2|Neural Net Classifiers]]<br>
#[[Neural Nets 3|DIY Machine Learning]]
3. [[Neural Nets 3|DIY Machine Learning]]<br>
#[[Neural Nets 4|PCA &nbsp; t-SNE]]}}
4. [[Neural Nets 4|PCA &nbsp; t-SNE]]<br>
}}


Let's just dive right in... Below I've embedded a neural network classifier rendered using [https://www.tensorflow.org Tensorflow][http://playground.tensorflow.org Playground]. There are a variety of knobs and buttons on the interface; there are even some that I've hidden. There is no need to go looking for documentation about what each one does. I will explain what they all mean in due time. For now though, let's define our primary goal throughout this tutorial: '''categorization'''


{{#widget:Tensorflow1}}
 
{{#widget:Tensorflow3}}

Latest revision as of 00:34, 9 February 2018

machine learning tutorial on supervised learning in neural net classifiers

Tutorial Pages


Let's just dive right in... Below I've embedded a neural network classifier rendered using TensorflowPlayground. There are a variety of knobs and buttons on the interface; there are even some that I've hidden. There is no need to go looking for documentation about what each one does. I will explain what they all mean in due time. For now though, let's define our primary goal throughout this tutorial: categorization


{{#widget:Tensorflow3}}