I am collecting material for teaching AI-related issues to non-tech people. The links should provide for a general understanding of AI without going too deep into technical issues. Please contribute!
Register here for Hacktoberfest and make four pull requests (PRs) between October 1-31 to earn a free t-shirt.
Make this Issue your First Issue I am collecting material for teaching AI-related issues to non-tech people. The links should have provide for a general understanding of AI without going too deep into technical issues. Please contribute!
Please only Resources with NO CODE
Link to Issue | Description |
---|---|
Top Trending Technologies | Youtube Channel to master top trending technologyies including artificial intelligence |
AI4All | AI 4 All is a resource for AI facilitators to bring AI to scholars and students |
Elements of AI | Elements of AI is a free open online course to teach AI principles |
Teachable Machine | Use Teachable Machine to train a computer to recognize your own images, sounds, & poses |
Visual Introduction to Machine Learning | Visual introduction to Machine Learning is a beautiful website that gives a comprehensive introduction and easily understood first encounter with machine learning |
Crash course for AI | This is a fun video series that introduces students and educators to Artificial Intelligence and also offers additional more advanced videos. Learn about the basics, neural networks, algorithms, and more. |
Youtuber Channel Machine Learning Tutorial | Youtube Channel Turorial Teachable Machine for beginner |
Machine Learning Crash Course | A Machine Learning crash course using Tensorflow APIs by Google |
eCraft2Learn | Resource and interactive space (Snap, a visual programming environment like Scratch) to learn how to create AI programs |
LIAI | A detailed introduction to AI and neural networks |
Layman's Intro | A layman's introduction to AI |
The Non-Technical AI Guide | One of the good blog post that could help AI more understandable for people without technical background |
Artificial Intelligence (AI) | ULearn the fundamentals of Artificial Intelligence (AI), and apply them. Design intelligent agents to solve real-world problems including, search, games, machine learning, logic, and constraint satisfaction problems |
AI For Everyone by Andrew Ng | AI For Everyone is a course especially for people from a non-technical background to understand AI strategies |
How far is too far? The age of AI | This is a Youtube Orignals series by Robert Downey |
Fundamentals of Artificial Intelligence | This course is for absolute beginners with no technical knowledge. |
Bandit Algorithm (Online Machine Learning) | No requirement of technical knowledge and a basic understending of Probability theory would help |
AI and Machine Learning: A Nontechnical Overview | AI and Machine Learning: A Nontechnical Overview from OREILLY themselves is a guide to learn anyone everything they need to know about AI, focussed on non-tech people |
Indonesian Machine Learning Tutorial | Turorial Teachable Machine to train a computer for beginner |
Indonesian Youtube Playlist AI Tutorial | Youtube Playlist AI Tutorial For Beginner |
Artificial Intelligence Search Methods For Problem Solving By Prof. Deepak Khemani | These video lectures are for absolute beginners with no technical knowledge |
[ AI with Google] ( https://ai.google/principles/ ) |
Author | Book | Description & Notes |
---|---|---|
Ethem Alpaydin | Machine Learning: The New AI | Graph Theory with Applications to Engineering & Computer Science |
Ian Goodfellow and Yoshua Bengio and Aaron Courville | Deep Learning | The book starts with a discussion on machine learning basics, including the applied mathematics and algorithms needed to effectively study deep learning from an academic perspective. There is no code covered in the book, making it perfect for a non-technical AI enthusiast. |
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. |
Shai Shalev-Shwartz and Shai Ben-David | Understanding Machine Learning From Theory to Algorithms | --- |
Oliver Theobald | Machine Learning For Absolute Beginners: A Plain English Introduction | This is an absolute beginners ML guide.No mathematical background is needed, nor coding experience — this is the most basic introduction to the topic for anyone interested in machine learning.“Plain” language is highly valued here to prevent beginners from being overwhelmed by technical jargon. Clear, accessible explanations and visual examples accompany the various algorithms to make sure things are easy to follow. |
John Paul Mueller and Luca Massaron | Machine Learning For Dummies | This book aims to get readers familiar with the basic concepts and theories of machine learning and how it applies to the real world. And "Dummies" here refers to absolute beginners with no technical background.The book introduces a little coding in Python and R used to teach machines to find patterns and analyze results. From those small tasks and patterns, we can extrapolate how machine learning is useful in daily lives through web searches, internet ads, email filters, fraud detection, and so on. With this book, you can take a small step into the realm of machine learning and we can learn some basic coding in Pyton and R (if interested) |
John D. Kelleher, Brian Mac Namee and Aoife D'Arcy | Fundamentals of Machine Learning for Predictive Data Analytics: Algorithms, Worked Examples, and Case Studies (The MIT Press) | This book covers all the fundamentals of machine learning, diving into the theory of the subject and using practical applications, working examples, and case studies to drive the knowledge home. |
Peter Harrington | Machine Learning in Action | (Source: https://github.com/kerasking/book-1/blob/master/ML%20Machine%20Learning%20in%20Action.pdf) This book acts as a guide to walk newcomers through the techniques needed for machine learning as well as the concepts behind the practices. |
Richard S. Sutton and Andrew G. Barto | Reinforcement Learning: An Introduction | Reinforcement learning, one of the most active research areas in artificial intelligence, is a computational approach to learning whereby an agent tries to maximize the total amount of reward it receives while interacting with a complex, uncertain environment. |
Jeff Heaton | Artificial Intelligence for Humans | This book helps its readers get an overview and understanding of AI algorithms. It is meant to teach AI for those who don’t have an extensive mathematical background. The readers need to have only a basic knowledge of computer programming and college algebra. |
Chandra S.S.V | Artificial Intelligence and Machine Learning | This book is primarily intended for undergraduate and postgraduate students of computer science and engineering. This textbook covers the gap between the difficult contexts of Artificial Intelligence and Machine Learning. It provides the most number of case studies and worked-out examples. In addition to Artificial Intelligence and Machine Learning, it also covers various types of learning like reinforced, supervised, unsupervised and statistical learning. It features well-explained algorithms and pseudo-codes for each topic which makes this book very useful for students. |
Tom Taulli | Artificial Intelligence Basics: A Non-Technical Introduction | This book equips you with a fundamental grasp of Artificial Intelligence and its impact. It provides a non-technical introduction to important concepts such as Machine Learning, Deep Learning, Natural Language Processing, Robotics and more. Further the author expands on the questions surrounding the future impact of AI on aspects that include societal trends, ethics, governments, company structures and daily life. |
Andrew Barto and Richard S. Sutton | Reinforcement Learning: An Introduction (https://www.amazon.com/Reinforcement-Learning-Introduction-Richard-Sutton/dp/0262193981) | Reinforcement Learning is an aspect of Machine learning where an agent learns to behave in an environment, by performing certain actions and observing the rewards/results which it get from those actions. |
--- | Reinforcement Learning | --- |
--- | Understanding Machine Learning From Theory to Algorithms | --- |
Andrew Ng | Machine Learning Yearning | AI, machine learning, and deep learning are transforming numerous industries. But building a machine learning system requires that you make practical decisions |
--- | A Course in Machine Learning | --- |
Tom M Mitchell | Machine Learning | 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 | 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 | One of the oldest(1922) book written for undertstanding the principles of AI |