Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aenyne/teach-AI-in-business
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sk-2000/teach-AI-in-business
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Oct 17, 2020

  1. Added a book in book resources

    A book by PETER NOVIG named "Paradigms of Artificial Intelligence Programming"
    sk-2000 authored Oct 17, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    eamanu Emmanuel Arias
    Copy the full SHA
    9de8ec1 View commit details
  2. Added a book in book resources

    A book by PETER NOVIG named "Paradigms of Artificial Intelligence Programming"
    sk-2000 authored Oct 17, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    eamanu Emmanuel Arias
    Copy the full SHA
    1d5d368 View commit details
Showing with 2 additions and 0 deletions.
  1. +2 −0 README.md
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ I am collecting material for teaching AI-related issues to non-tech people. The
| [Indonesian Machine Learning Tutorial](https://medium.com/bisa-ai) | Turorial Teachable Machine to train a computer for beginner |
| [Indonesian Youtube Playlist AI Tutorial](https://www.youtube.com/watch?v=45cH302yBZA&list=PLIeJsyt_FUfKYGuSx92yekr9I4O7U1IGY) | Youtube Playlist AI Tutorial For Beginner |
| [Artificial Intelligence Search Methods For Problem Solving By Prof. Deepak Khemani](https://nptel.ac.in/courses/106/106/106106126/)|These video lectures are for absolute beginners with no technical knowledge|
| [ AI with Google] ( https://ai.google/principles/ )


## Book Resources
@@ -65,3 +66,4 @@ I am collecting material for teaching AI-related issues to non-tech people. The
|---| A Course in Machine Learning |---|
| Tom M Mitchell | [Machine Learning](https://www.cs.cmu.edu/~tom/mlbook.html) | This book covers the field of machine learning, which is the study of algorithms that allow computer programs to automatically improve through experience. The book is intended to support upper level undergraduate and introductory level graduate courses in machine learning. |
| Charu C. Aggarwal| [Neural Networks and Deep Learning](http://neuralnetworksanddeeplearning.com/index.html) | This book covers both classical and modern models in deep learning. The primary focus is on the theory and algorithms of deep learning. The book is also rich in discussing different applications in order to give the practitioner a flavor of how neural architectures are designed for different types of problems. |
| PETER NOVIG | [Paradigms of Artificial Intelligence Programming ](https://krembol.ga/book.php?id=eH6jBQAAQBAJ) | One of the oldest(1922) book written for undertstanding the principles of AI |