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
Copy file name to clipboardExpand all lines: README.md
+38-47Lines changed: 38 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,82 +45,70 @@ This repository contains a topic-wise curated list of Machine Learning tutorials
45
45
46
46
<aname="general" />
47
47
##General Stuff
48
-
-[**A curated list of awesome Machine Learning frameworks, libraries and software**](https://github.com/josephmisiti/awesome-machine-learning)
49
-
-[Awesome Data Viz](https://github.com/fasouto/awesome-dataviz)
50
-
-[**An awesome Data Science repository to learn and apply for real world problems**](https://github.com/okulbilisim/awesome-datascience)
51
-
-[**The Open Source Data Science Masters**](http://datasciencemasters.org/)
-[**ML University Courses**](https://github.com/prakhar1989/awesome-courses#machine-learning)
54
-
-[**Machine Learning algorithms that you should always have a strong understanding of**](https://www.quora.com/What-are-some-Machine-Learning-algorithms-that-you-should-always-have-a-strong-understanding-of-and-why)
55
-
-[*Linearly Independent, Orthogonal, and Uncorrelated Variables*](https://www.psych.umn.edu/faculty/waller/classes/FA2010/Readings/rodgers.pdf)
56
-
-[*List of ML Concepts*](https://en.wikipedia.org/wiki/List_of_machine_learning_concepts)
-[ML mistakes to avoid](https://medium.com/@nomadic_mind/new-to-machine-learning-avoid-these-three-mistakes-73258b3848a4#.lih061l3l)
67
-
-[ML University Courses Awesome](https://github.com/prakhar1989/awesome-courses#machine-learning)
48
+
-[A curated list of awesome Machine Learning frameworks, libraries and software](https://github.com/josephmisiti/awesome-machine-learning)
49
+
-[A curated list of awesome data visualization libraries and resources.](https://github.com/fasouto/awesome-dataviz)
50
+
-[An awesome Data Science repository to learn and apply for real world problems](https://github.com/okulbilisim/awesome-datascience)
51
+
-[The Open Source Data Science Masters](http://datasciencemasters.org/)
52
+
-[Machine Learning FAQs on Cross Validated](http://stats.stackexchange.com/questions/tagged/machine-learning)
53
+
-[List of Machine Learning University Courses](https://github.com/prakhar1989/awesome-courses#machine-learning)
54
+
-[Machine Learning algorithms that you should always have a strong understanding of](https://www.quora.com/What-are-some-Machine-Learning-algorithms-that-you-should-always-have-a-strong-understanding-of-and-why)
55
+
-[Differnce between Linearly Independent, Orthogonal, and Uncorrelated Variables](https://www.psych.umn.edu/faculty/waller/classes/FA2010/Readings/rodgers.pdf)
56
+
-[List of Machine Learning Concepts](https://en.wikipedia.org/wiki/List_of_machine_learning_concepts)
57
+
-[Slides on Several Machine Learning Topics](http://www.slideshare.net/pierluca.lanzi/presentations)
-[Intro to ML](http://alex.smola.org/teaching/10-701-15/index.html)
70
63
-[TheAnalyticsEdge edX Notes and Codes](https://github.com/pedrosan/TheAnalyticsEdge)
71
64
72
65
<aname="interview" />
73
66
##Interview Resources
74
67
-[How can a computer science graduate student prepare himself for data scientist/machine learning interviews?](https://www.quora.com/How-can-a-computer-science-graduate-student-prepare-himself-for-data-scientist-machine-learning-intern-interviews)
75
-
-[**How do I learn Machine Learning**](https://www.quora.com/How-do-I-learn-machine-learning-1)
68
+
-[How do I learn Machine Learning?](https://www.quora.com/How-do-I-learn-machine-learning-1)
-[Genetic Programming in Python | GitHub](https://github.com/trevorstephens/gplearn)
95
-
-[GA vs GP Quora](https://www.quora.com/Whats-the-difference-between-Genetic-Algorithms-and-Genetic-Programming), [StackOverflow](http://stackoverflow.com/questions/3819977/what-are-the-differences-between-genetic-algorithms-and-genetic-programming)
85
+
-[Genetic Alogorithms vs Genetic Programming | Quora](https://www.quora.com/Whats-the-difference-between-Genetic-Algorithms-and-Genetic-Programming), [StackOverflow](http://stackoverflow.com/questions/3819977/what-are-the-differences-between-genetic-algorithms-and-genetic-programming)
96
86
97
87
<aname="stat" />
98
88
##Statistics
99
-
-[Stat Trek Website](http://stattrek.com/)
100
-
-[STATISTICS USING PYTHON! | GITHUB](https://github.com/rouseguy/intro2stats)
101
-
-[THINK STATS BOOK](http://greenteapress.com/thinkstats/), [THINK BAYES BOOK | BAYESIAN STATITICS MADE SIMPLE](http://greenteapress.com/thinkbayes/)
89
+
-[Stat Trek Website](http://stattrek.com/) - A dedicated website to teach Yourselves Statistics
90
+
-[Learn Statistics Using Python](https://github.com/rouseguy/intro2stats) - Learn Statistics using an application-centric programming approach
102
91
-[Statistics for Hackers | Slides | @jakevdp](https://speakerdeck.com/jakevdp/statistics-for-hackers)
103
-
-[Online Stat Book](http://onlinestatbook.com/2/index.html)
-[What is an Unbiased Estimator](https://www.physicsforums.com/threads/what-is-an-unbiased-estimator.547728/), [Unbiased Estimate](http://stattrek.com/statistics/dictionary.aspx?definition=Unbiased_estimator)
98
+
-[What is an Unbiased Estimator?](https://www.physicsforums.com/threads/what-is-an-unbiased-estimator.547728/), [Unbiased Estimate](http://stattrek.com/statistics/dictionary.aspx?definition=Unbiased_estimator)
110
99
-[Goodness of Fit Explained](https://en.wikipedia.org/wiki/Goodness_of_fit)
-[**Understanding Natural Language with Deep Neural Networks Using Torch**](http://devblogs.nvidia.com/parallelforall/understanding-natural-language-deep-neural-networks-using-torch/)
265
255
-[**Stanford Deep Learning Tutorial**](http://ufldl.stanford.edu/tutorial/)
256
+
-[Deep Learning FAQs on Quora](https://www.quora.com/topic/Deep-Learning/faq)
0 commit comments