Results for ""
The textbook by Stuart Russell and Peter Norvig, Artificial Intelligence – A Modern Approach, is a standard teaching authority on the subject. In 2021, the fourth edition appeared in print. In its preface, the authors explain how this edition reflects the changes in Artificial Intelligence since the previous edition a decade ago. Two comments that stood out for me were:
These comments perfectly capture the technological basis of current AI. Learning Artificial Intelligence today is mostly about learning-machine learning, and deep learning, as applied to natural language and vision. The explosion of AI implementations (and the consequent emphasis on skill development) is a result of the relative ease of implementing deep neural networks.
The mainstays of AI skill development continue to be variants of convolutional neural networks for computer vision, and variants of recurrent neural networks for natural language understanding. Implementation is typically through readily-available template code in Python or through low-code cloud-based environments such as AWS. The learning journey is curated so that even learners new to programming can execute elementary AI tasks such as image classification and sentiment analysis within a few weeks and move on to more sophisticated tasks in less than a year.
As AI based on deep learning relies on large datasets, skilling in AI has also focused on how to work with large volumes of unstructured data. For instance, techniques and algorithms for image segmentation and parsing of text are learned as preliminaries and rather useful by-products. Courses in AI thus become specialized courses in data science or big data too. It has become common for skill-based courses to combine data science, machine learning, and artificial intelligence into single coherent curricula.
Will this relatively low-bar yet highly impactful entry to AI remain? The answer depends on how synchronized AI skilling will be with trends in AI. Some relevant trends are:
AI upskilling is expected to absorb these and other trends into training and learning programs. For example, working directly and earlier within a cloud environment will make it easier to train learners to create and deploy microservices and also work with generative AI services as they are made available. Methodologically, unsupervised and reinforcement learning may supplement some of the now-traditional supervised learning techniques.
In a larger scheme of things, AI training is being embedded into other disciples. A quick look at recent papers appearing in Science and Nature shows that machine learning (ML) and AI methods are being creatively used for scientific discovery across physical and life sciences. Scientists and engineers are being educated to add AI and ML to their analytical methodology. Similarly, business schools are incorporating computer-intensive data analysis in their elective curricula, going beyond core business analytics. Cases in point aiming for this kind of interdisciplinarity are MIT’s new Schwarzman College of Computing and the joint IIM-IIT-ISI program closer to home.
In closing, it may be worth noting that there is a growing consensus that an AI-driven society needs new laws, business rules, and codes of ethical behavior. So far, AI has been an engineering discipline. Soon, it may be crucial humanities discipline, intersecting with law, sociology, psychology, philosophy, etc. That path to learning and wisdom awaits.