Artificial Intelligence with an introduction to Machine Learning second edition – Richar E. Neapolitan & Xia Jiang

Over the years, my view of an artificial intelligence (AI) course has changed significantly. I used to view it as a course that should discuss our efforts to develop an artificial entity that can learn and make decisions in a complex, changing environment, affect that environment, and communicate its knowledge and choices to humans; that is, an entity that can think. I would therefore cover the weak AI methods that failed to scale up. However, as strong methods that solved challenging problems in limited domains became more predominant, my course increasingly concerned these methods. I would cover backward chaining, forward chaining, planning, inference in Bayesian networks, normative decision analysis, evolutionary
computation, decision tree learning, Bayesian network learning, supervised and unsupervised learning, and reinforcement learning. I would show useful applications of these methods.

These techniques have come to be as important to a computer science student’s repertoire as techniques such as divide-and-conquer, greedy methods, branch-and-bound, etc. Yet a student would not see them unless the student took an AI course. So my AI course evolved into a course that undergraduate students would take either concurrently or following an
analysis of algorithms course, and would cover what I viewed as important problem-solving strategies that have emerged from the field of AI. I feel such a course should be a standard component of every computer science curriculum just like data structures and analysis of algorithms.

Related posts:

Deep Learning for Natural Language Processing - Jason Brownlee
Python Data Analytics with Pandas, NumPy and Matplotlib - Fabio Nelli
Neural Networks - A visual introduction for beginners - Michael Taylor
Superintelligence - Paths, Danges, Strategies - Nick Bostrom
Python Machine Learning - Sebastian Raschka
Deep Learning with PyTorch - Vishnu Subramanian
Natural Language Processing Recipes - Akshay Kulkni & Adarsha Shivananda
Machine Learning - A Probabilistic Perspective - Kevin P.Murphy
Machine Learning - The art and science of alhorithms that make sense of data - Peter Flach
Deep Learning with Python - Francois Chollet
Building Chatbots with Python Using Natural Language Processing and Machine Learning - Sumit Raj
Deep Learning and Neural Networks - Jeff Heaton
Statistical Methods for Machine Learning - Disconver how to Transform data into Knowledge with Pytho...
The hundred-page Machine Learning Book - Andriy Burkov
Scikit-learn Cookbook Second Edition over 80 recipes for machine learning - Julian Avila & Trent Hau...
Deep Learning from Scratch - Building with Python form First Principles - Seth Weidman
Medical Image Segmentation Using Artificial Neural Networks
Machine Learning Applications Using Python - Cases studies form Healthcare, Retail, and Finance - Pu...
Artificial Intelligence - 101 things you must know today about our future - Lasse Rouhiainen
Introduction to Deep Learning - Eugene Charniak
Machine Learning with Python for everyone - Mark E.Fenner
Hands-On Machine Learning with Scikit-Learn and TensorFlow - Aurelien Geron
Building Machine Learning Systems with Python - Willi Richert & Luis Pedro Coelho
Understanding Machine Learning from theory to algorithms - Shai Shalev-Shwartz & Shai Ben-David
Deep Learning Illustrated - A visual, Interactive Guide to Arficial Intelligence First Edition - Jon...
Natural Language Processing with Python - Steven Bird & Ewan Klein & Edward Loper
Deep Learning for Natural Language Processing - Palash Goyal & Sumit Pandey & Karan Jain
Introducing Data Science - Davy Cielen & Arno D.B.Meysman & Mohamed Ali
Hands-on Machine Learning with Scikit-Learn, Keras & TensorFlow - Aurelien Geron
Deep Learning with Theano - Christopher Bourez
Artificial Intelligence by example - Denis Rothman
Python for Programmers with introductory AI case studies - Paul Deitel & Harvey Deitel