Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
aenyne authored Oct 1, 2020
2 parents 3a5422e + d812ab4 commit 204567b
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,23 @@ I am collecting material for teaching AI-related issues to non-tech people. The
| [AI4All](https://ai4all.docebosaas.com/learn) | AI 4 All is a resource for AI facilitators to bring AI to scholars and students |
| [Elements of AI](https://www.elementsofai.com/) | Elements of AI is a free open online course to teach AI principles |
| [Teachable Machine](https://teachablemachine.withgoogle.com/) | Use Teachable Machine to train a computer to recognize your own images, sounds, & poses |
| [eCraft2Learn](https://ecraft2learn.github.io/ai/) | Resource and interactive space (Snap, a visual programming environment like Scratch) to learn how to create AI programs |
| [LIAI](https://medium.com/autonomous-agents/laymans-intro-to-ai-and-neural-networks-ce074457d85a) | A detailed introduction to AI and neural networks |
| [Layman's Intro](https://towardsdatascience.com/a-simple-layman-introduction-to-ai-bcf793be7b4a) | A layman's introduction to AI |


## Book Resources
| Author | Book |
|---|---|
|Peter Harrington|Machine Learning in Action(Source: https://github.com/kerasking/book-1/blob/master/ML%20Machine%20Learning%20in%20Action.pdf)|
|---| Machine Learning |
|---| Understanding Machine Learning From Theory to Algorithms |
|---| Machine Learning Yearning |
|---| A Course in Machine Learning |
|---| Machine Learning |
|---| Neural Networks and Deep Learning |
|---| Deep Learning Book |
|---| Reinforcement Learning: An Introduction |
|---| Reinforcement Learning |
| Author | Book | Personal Notes |
|---|---|---|
| Peter Harrington | Machine Learning in Action | (Source: https://github.com/kerasking/book-1/blob/master/ML%20Machine%20Learning%20in%20Action.pdf)|
|---| Machine Learning |---|
|---| Understanding Machine Learning From Theory to Algorithms |---|
|---| Machine Learning Yearning |---|
|---| A Course in Machine Learning |---|
|---| Machine Learning |---|
|---| Neural Networks and Deep Learning |---|
|---| Deep Learning Book |---|
|---| Reinforcement Learning: An Introduction |---|
|---| Reinforcement Learning |---|
| Stuart Russel & Peter Norvig | Artificial Intelligence: A Modern Approach, 3rd Edition | This is the prescribed text book for my Introduction to AI university course. It starts off explaining all the basics and definitions of what AI is, before launching into agents, algorithms, and how to apply them. Russel is from the University of California at Berkeley. Norvig is from Google.|

0 comments on commit 204567b

Please sign in to comment.