7 posts about "courses"
also tagged:
- MITx 6.00.2X: Intro to Computational Thinking and Data Science a great intro course to python
- fastai Practical Deep Learning For Coders, Part 1, 2018 notes taken during/after this meetup
- deeplearning.ai: Structuring Machine Learning Projects notes for part 3 of the deeplearning.ai course
- Udacity ND101: Deep Learning Nanodegree notes from the course
- deeplearning.ai: Improving Deep Neural Networks my notes on part 2 of the deeplearning.ai course
- deeplearning.ai: Neural Networks and Deep Learning
It had been a while since I finished Udacity's Deep Learning course, so as a refresher I signed up for Andrew NG's deeplearning.ai course.
These are my notes for the first course in the series: Neural Networks and Deep Learning.
- Udacity CS101: Intro to CS
This was one of Udacity's first computer science MOOC's, and I really liked it. Its a great fast intro to computer science concepts and python.
In particular, I liked that the class both had a cameo by Google's founder and the final project was to build a simple version of Google's original search engine using the pagerank algorithim.