You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examples and experiments around ML for upcoming Coding Train videos and ITP course.
3
3
4
+
# Resource attributes
5
+
6
+
Since resources across the internet vary in terms of their pre-requisites and general accessibility, it is useful to
7
+
give attributes to them so that it is easy to understand where a resource fits into the wider machine learning scope. Below is a few suggested attributes (please extend):
8
+
9
+
-:rainbow: = creative
10
+
- :bowtie: = beginner
11
+
-:sweat_smile: = intermediate, some pre-requisites
12
+
- :godmode: = advanced, many pre-requisites
13
+
4
14
# Table of Contents
5
15
<!-- MarkdownTOC depth=4 -->
6
16
-[Articles & Posts](#articles--posts)
@@ -14,53 +24,57 @@ Examples and experiments around ML for upcoming Coding Train videos and ITP cour
14
24
15
25
<!-- /MarkdownTOC -->
16
26
## Articles & Posts
17
-
1.[A Return to Machine Learning](https://medium.com/@kcimc/a-return-to-machine-learning-2de3728558eb#.vlqnbo9yg)
18
-
1.[A Visual Introduction to Machine Learning](http://www.r2d3.us/visual-intro-to-machine-learning-part-1/)
19
-
1.[Deep Reinforcement Learning: Pong from Pixels](http://karpathy.github.io/2016/05/31/rl/)
20
-
1.[Inside Libratus, the Poker AI That Out-Bluffed the Best Humans](https://www.wired.com/2017/02/libratus/?imm_mid=0ed017&cmp=em-data-na-na-newsltr_ai_20170206)
21
-
1.[Machine Learning in Javascript: Introduction](http://burakkanber.com/blog/machine-learning-in-other-languages-introduction/)
22
-
1.[Realtime control of sequence generation with character based Long Short Term Memory Recurrent Neural Networks](http://www.iggi.org.uk/assets/IGGI-2016-Memo-A.pdf)
23
-
1.[Why is machine learning 'hard'?](http://ai.stanford.edu/~zayd/why-is-machine-learning-hard.html)
27
+
1.[A Return to Machine Learning](https://medium.com/@kcimc/a-return-to-machine-learning-2de3728558eb#.vlqnbo9yg):rainbow: :bowtie:
28
+
1.[A Visual Introduction to Machine Learning](http://www.r2d3.us/visual-intro-to-machine-learning-part-1/):rainbow: :bowtie:
29
+
1.[Machine Learning is Fun!](https://medium.com/@ageitgey/machine-learning-is-fun-80ea3ec3c471) :bowtie:
30
+
1.[Deep Reinforcement Learning: Pong from Pixels](http://karpathy.github.io/2016/05/31/rl/):rainbow:
31
+
1.[Inside Libratus, the Poker AI That Out-Bluffed the Best Humans](https://www.wired.com/2017/02/libratus/? imm_mid=0ed017&cmp=em-data-na-na-newsltr_ai_20170206) :bowtie:
32
+
1.[Machine Learning in Javascript: Introduction](http://burakkanber.com/blog/machine-learning-in-other-languages-introduction/) :bowtie:
33
+
1.[Realtime control of sequence generation with character based Long Short Term Memory Recurrent Neural Networks](http://www.iggi.org.uk/assets/IGGI-2016-Memo-A.pdf):sweat_smile:
34
+
1.[Why is machine learning 'hard'?](http://ai.stanford.edu/~zayd/why-is-machine-learning-hard.html) :bowtie:
35
+
1.[Unreasonable effectiveness of RNNs](http://karpathy.github.io/2015/05/21/rnn-effectiveness/):sweat_smile:
1.[ConvNetJS - Javascript library for training Deep Learning models (Neural Networks) ](http://cs.stanford.edu/people/karpathy/convnetjs/):sweat_smile:
65
+
1.[RecurrentJS - Deep Recurrent Neural Networks and LSTMs in Javascript](https://github.com/shiffman/recurrentjs):sweat_smile:
0 commit comments