Skip to content

Commit c78d10a

Browse files
author
Manash Kumar Mandal
authored
Update README.md
1 parent 001338e commit c78d10a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151

5252
<a name="general" />
5353
## Miscellaneous
54+
5455
- [Machine Learning for Software Engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)
5556

5657
- [Dive into Machine Learning](https://github.com/hangtwenty/dive-into-machine-learning)
@@ -92,30 +93,50 @@
9293
- [Have Fun With Machine Learning](https://github.com/humphd/have-fun-with-machine-learning)
9394

9495
<a name="interview" />
96+
9597
## Interview Resources
98+
9699
- [41 Essential Machine Learning Interview Questions (with answers)](https://www.springboard.com/blog/machine-learning-interview-questions/)
100+
97101
- [How can a computer science graduate student prepare himself for data scientist interviews?](https://www.quora.com/How-can-a-computer-science-graduate-student-prepare-himself-for-data-scientist-machine-learning-intern-interviews)
102+
98103
- [How do I learn Machine Learning?](https://www.quora.com/How-do-I-learn-machine-learning-1)
104+
99105
- [FAQs about Data Science Interviews](https://www.quora.com/topic/Data-Science-Interviews/faq)
106+
100107
- [What are the key skills of a data scientist?](https://www.quora.com/What-are-the-key-skills-of-a-data-scientist)
101108

102109
<a name="ai" />
103110
## Artificial Intelligence
111+
104112
- [Awesome Artificial Intelligence (GitHub Repo)](https://github.com/owainlewis/awesome-artificial-intelligence)
113+
105114
- [UC Berkeley CS188 Intro to AI](http://ai.berkeley.edu/home.html), [Lecture Videos](http://ai.berkeley.edu/lecture_videos.html), [2](https://www.youtube.com/watch?v=W1S-HSakPTM)
115+
106116
- [MIT 6.034 Artificial Intelligence Lecture Videos](https://www.youtube.com/playlist?list=PLUl4u3cNGP63gFHB6xb-kVBiQHYe_4hSi), [Complete Course](https://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-034-artificial-intelligence-fall-2010/)
117+
107118
- [edX course | Klein & Abbeel](https://courses.edx.org/courses/BerkeleyX/CS188x_1/1T2013/info)
119+
108120
- [Udacity Course | Norvig & Thrun](https://www.udacity.com/course/intro-to-artificial-intelligence--cs271)
121+
109122
- [TED talks on AI](http://www.ted.com/playlists/310/talks_on_artificial_intelligen)
110123

111124
<a name="ga" />
125+
112126
## Genetic Algorithms
127+
113128
- [Genetic Algorithms Wikipedia Page](https://en.wikipedia.org/wiki/Genetic_algorithm)
129+
114130
- [Simple Implementation of Genetic Algorithms in Python (Part 1)](http://outlace.com/Simple-Genetic-Algorithm-in-15-lines-of-Python/), [Part 2](http://outlace.com/Simple-Genetic-Algorithm-Python-Addendum/)
131+
115132
- [Genetic Algorithms vs Artificial Neural Networks](http://stackoverflow.com/questions/1402370/when-to-use-genetic-algorithms-vs-when-to-use-neural-networks)
133+
116134
- [Genetic Algorithms Explained in Plain English](http://www.ai-junkie.com/ga/intro/gat1.html)
135+
117136
- [Genetic Programming](https://en.wikipedia.org/wiki/Genetic_programming)
137+
118138
- [Genetic Programming in Python (GitHub)](https://github.com/trevorstephens/gplearn)
139+
119140
- [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)
120141

121142
<a name="stat" />

0 commit comments

Comments
 (0)