Skip to content

Commit 0187f27

Browse files
author
John Washam
committed
Removed machine learning section. It's not needed for software engineering interviews and is a completely different field.
1 parent 3843380 commit 0187f27

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

README.md

-28
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ software development/engineering roles.
228228
- [Linear Programming](#linear-programming-videos)
229229
- [Geometry, Convex hull](#geometry-convex-hull-videos)
230230
- [Discrete math](#discrete-math)
231-
- [Machine Learning](#machine-learning)
232231
- [Additional Detail on Some Subjects](#additional-detail-on-some-subjects)
233232
- [Video Series](#video-series)
234233
- [Computer Science Courses](#computer-science-courses)
@@ -1789,31 +1788,6 @@ You're never really done.
17891788
- [Discrete Mathematics by Shai Simonson (19 videos)](https://www.youtube.com/playlist?list=PLWX710qNZo_sNlSWRMVIh6kfTjolNaZ8t)
17901789
- [Discrete Mathematics By IIT Ropar NPTEL](https://nptel.ac.in/courses/106/106/106106183/)
17911790

1792-
- ### Machine Learning
1793-
- Why ML?
1794-
- [How Google Is Remaking Itself As A Machine Learning First Company](https://backchannel.com/how-google-is-remaking-itself-as-a-machine-learning-first-company-ada63defcb70)
1795-
- [Large-Scale Deep Learning for Intelligent Computer Systems (video)](https://www.youtube.com/watch?v=QSaZGT4-6EY)
1796-
- [Deep Learning and Understandability versus Software Engineering and Verification by Peter Norvig](https://www.youtube.com/watch?v=X769cyzBNVw)
1797-
- [Google's Cloud Machine learning tools (video)](https://www.youtube.com/watch?v=Ja2hxBAwG_0)
1798-
- [Google Developers' Machine Learning Recipes (Scikit Learn & Tensorflow) (video)](https://www.youtube.com/playlist?list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal)
1799-
- [Tensorflow (video)](https://www.youtube.com/watch?v=oZikw5k_2FM)
1800-
- [Tensorflow Tutorials](https://www.tensorflow.org/tutorials)
1801-
- [Practical Guide to implementing Neural Networks in Python (using Theano)](http://www.analyticsvidhya.com/blog/2016/04/neural-networks-python-theano/)
1802-
- Courses:
1803-
- [Great starter course: Machine Learning](https://www.coursera.org/learn/machine-learning)
1804-
- [videos only](https://www.youtube.com/playlist?list=PLZ9qNFMHZ-A4rycgrgOYma6zxF4BZGGPW)
1805-
- see videos 12-18 for a review of linear algebra (14 and 15 are duplicates)
1806-
- [Google's Deep Learning Nanodegree](https://www.udacity.com/course/deep-learning--ud730)
1807-
- [AWS Machine Learning Engineer Nanodegree](https://www.udacity.com/course/aws-machine-learning-engineer-nanodegree--nd189)
1808-
- [Self-Driving Car Engineer Nanodegree](https://www.udacity.com/drive)
1809-
- Resources:
1810-
- Books:
1811-
- [Python Machine Learning](https://www.amazon.com/Python-Machine-Learning-Sebastian-Raschka/dp/1783555130/)
1812-
- [Data Science from Scratch: First Principles with Python](https://www.amazon.com/Data-Science-Scratch-Principles-Python/dp/149190142X)
1813-
- [Introduction to Machine Learning with Python](https://www.amazon.com/Introduction-Machine-Learning-Python-Scientists/dp/1449369413/)
1814-
- [Machine Learning for Software Engineers](https://github.com/ZuzooVn/machine-learning-for-software-engineers)
1815-
- Data School: http://www.dataschool.io/
1816-
18171791
---
18181792

18191793
## Additional Detail on Some Subjects
@@ -1985,10 +1959,8 @@ Sit back and enjoy.
19851959
- 2013: Spanner: Google’s Globally-Distributed Database:
19861960
- [paper](http://static.googleusercontent.com/media/research.google.com/en//archive/spanner-osdi2012.pdf)
19871961
- [video](https://www.usenix.org/node/170855)
1988-
- [2014: Machine Learning: The High-Interest Credit Card of Technical Debt](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43146.pdf)
19891962
- [2015: Continuous Pipelines at Google](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43790.pdf)
19901963
- [2015: High-Availability at Massive Scale: Building Google’s Data Infrastructure for Ads](https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44686.pdf)
1991-
- [2015: TensorFlow: Large-Scale Machine Learning on Heterogeneous Distributed Systems](http://download.tensorflow.org/paper/whitepaper2015.pdf )
19921964
- [2015: How Developers Search for Code: A Case Study](http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/43835.pdf)
19931965
- More papers: [1,000 papers](https://github.com/0voice/computer_expert_paper)
19941966

0 commit comments

Comments
 (0)