Merge pull request #41 from Murgio/readme-fixes

Fixing typos
This commit is contained in:
John Washam 2016-10-15 12:16:39 -07:00 committed by GitHub
commit 1d896e5f32

View File

@ -126,7 +126,7 @@ When I started this project, I didn't know a stack from a heap, didn't know Big-
traverse a graph. If I had to code a sorting algorithm, I can tell ya it wouldn't have been very good. traverse a graph. If I had to code a sorting algorithm, I can tell ya it wouldn't have been very good.
Every data structure I've ever used was built into the language, and I didn't know how they worked Every data structure I've ever used was built into the language, and I didn't know how they worked
under the hood at all. I've never had to manage memory, unless a process I was running would give an "out of under the hood at all. I've never had to manage memory, unless a process I was running would give an "out of
memory" error, and then I'd have to find a workaround. I've used a few multi-dimensional arrays in my life and memory" error, and then I'd have to find a workaround. I've used a few multidimensional arrays in my life and
thousands of associative arrays, but I've never created data structures from scratch. thousands of associative arrays, but I've never created data structures from scratch.
But after going through this study plan I have high confidence I'll be hired. It's a long plan. It's going to take me But after going through this study plan I have high confidence I'll be hired. It's a long plan. It's going to take me
@ -214,7 +214,7 @@ I'm on the journey, too. Follow along on my blog at [GoogleyAsHeck.com](https://
Some videos are available only by enrolling in a Coursera, EdX, or Lynda.com class. These are called MOOCs. Some videos are available only by enrolling in a Coursera, EdX, or Lynda.com class. These are called MOOCs.
Sometimes the classes are not in session so you have to wait a couple of months, so you have no access. Lynda.com courses are not free. Sometimes the classes are not in session so you have to wait a couple of months, so you have no access. Lynda.com courses are not free.
I'd appreciate your help adding free and always-available public sources, such as YouTube videos to accompany the online course videos. I'd appreciate your help to add free and always-available public sources, such as YouTube videos to accompany the online course videos.
I like using university lectures. I like using university lectures.
@ -287,7 +287,7 @@ through my notes and making flashcards so I could review (see below).
To solve the problem, I made a little flashcards site where I could add flashcards of 2 types: general and code. To solve the problem, I made a little flashcards site where I could add flashcards of 2 types: general and code.
Each card has different formatting. Each card has different formatting.
I made a mobile-first website so I could review on my phone and tablet, whereever I am. I made a mobile-first website so I could review on my phone and tablet, wherever I am.
Make your own for free: Make your own for free:
@ -1332,7 +1332,7 @@ Have a story, not just data, about something you accomplished.
Some of mine (I already may know answer to but want their opinion or team perspective): Some of mine (I already may know answer to but want their opinion or team perspective):
- How large is your team? - How large is your team?
- What is your dev cycle look like? Do you do waterfall/sprints/agile? - What does your dev cycle look like? Do you do waterfall/sprints/agile?
- Are rushes to deadlines common? Or is there flexibility? - Are rushes to deadlines common? Or is there flexibility?
- How are decisions made in your team? - How are decisions made in your team?
- How many meetings do you have per week? - How many meetings do you have per week?
@ -1632,7 +1632,7 @@ You're never really done.
- [ ] [Google Developers' Machine Learning Recipes (Scikit Learn & Tensorflow) (video)](https://www.youtube.com/playlist?list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal) - [ ] [Google Developers' Machine Learning Recipes (Scikit Learn & Tensorflow) (video)](https://www.youtube.com/playlist?list=PLOU2XLYxmsIIuiBfYad6rFYQU_jL2ryal)
- [ ] [Tensorflow (video)](https://www.youtube.com/watch?v=oZikw5k_2FM) - [ ] [Tensorflow (video)](https://www.youtube.com/watch?v=oZikw5k_2FM)
- [ ] [Tensorflow Tutorials](https://www.tensorflow.org/versions/r0.11/tutorials/index.html) - [ ] [Tensorflow Tutorials](https://www.tensorflow.org/versions/r0.11/tutorials/index.html)
- [ ] [Practical Guide to implementing Neural Networks in Python](using Theano)])http://www.analyticsvidhya.com/blog/2016/04/neural-networks-python-theano/) - [ ] [Practical Guide to implementing Neural Networks in Python (using Theano)](http://www.analyticsvidhya.com/blog/2016/04/neural-networks-python-theano/)
- Courses: - Courses:
- [Great starter course: Machine Learning](https://www.coursera.org/learn/machine-learning) - [Great starter course: Machine Learning](https://www.coursera.org/learn/machine-learning)
- [videos only](https://www.youtube.com/playlist?list=PLZ9qNFMHZ-A4rycgrgOYma6zxF4BZGGPW) - [videos only](https://www.youtube.com/playlist?list=PLZ9qNFMHZ-A4rycgrgOYma6zxF4BZGGPW)