About Artificial Intelligence for Beginners - A Curriculum course
Explore the world of **Artificial Intelligence** (AI) with Microsoft's 12-week, 24-lesson curriculum! Dive into Symbolic AI, Neural Networks, Computer Vision, Natural Language Processing, and more. Hands-on lessons, quizzes, and labs enhance your learning. Perfect for beginners, this comprehensive guide, designed by experts, covers TensorFlow, PyTorch, and ethical AI principles. Start your AI journey today!"
In this curriculum, you will learn:
- Different approaches to Artificial Intelligence, including the "good old" symbolic approach with **Knowledge Representation** and reasoning ([GOFAI](https://en.wikipedia.org/wiki/Symbolic_artificial_intelligence)).
- **Neural Networks** and **Deep Learning**, which are at the core of modern AI. We will illustrate the concepts behind these important topics using code in two of the most popular frameworks - [TensorFlow](https://www.tensorflow.org/?hl=ru) and [PyTorch](https://pytorch.org/).
- **Neural Architectures** for working with images and text. We will cover recent models but may lack a little bit on the state-of-the-art.
- Less popular AI approaches, such as **Genetic Algorithms** and **Multi-Agent Systems**.
What we will not cover in this curriculum:
- Business cases of using **AI in Business**. Consider taking [Introduction to AI for business users](https://learn.microsoft.com/ru-ru/training/paths/introduction-ai-for-business-users/?WT.mc_id=academic-77998-cacaste) learning path on Microsoft Learn, or [AI Business School](https://learn.microsoft.com/uk-ua/training/paths/transform-your-business-with-microsoft-ai/), developed in cooperation with [INSEAD](https://www.insead.edu/).
- **Classic Machine Learning**, which is well described in our [Machine Learning for Beginners Curriculum](https://github.com/Microsoft/ML-for-Beginners).
- Practical AI applications built using **[Cognitive Services](https://azure.microsoft.com/ru-ru/products/ai-services/?WT.mc_id=academic-77998-cacaste)**. For this, we recommend that you start with modules Microsoft Learn for [vision](https://learn.microsoft.com/ru-ru/training/paths/create-computer-vision-solutions-azure-ai/?WT.mc_id=academic-77998-cacaste), [natural language processing](https://learn.microsoft.com/ru-ru/training/paths/explore-natural-language-processing/?WT.mc_id=academic-77998-cacaste), **[Generative AI with Azure OpenAI Service](https://learn.microsoft.com/en-us/training/paths/develop-ai-solutions-azure-openai/?WT.mc_id=academic-77998-bethanycheum)** and others.
- Specific ML **Cloud Frameworks**, such as[ Azure Machine Learning](https://azure.microsoft.com/ru-ru/products/machine-learning/?WT.mc_id=academic-77998-cacaste), [Microsoft Fabric](https://learn.microsoft.com/en-us/training/paths/get-started-fabric/?WT.mc_id=academic-77998-bethanycheum), or [Azure Databricks](https://learn.microsoft.com/ru-ru/training/paths/data-engineer-azure-databricks/?WT.mc_id=academic-77998-cacaste). Consider using [Build and operate machine learning solutions with Azure Machine Learning](https://learn.microsoft.com/ru-ru/training/paths/explore-azure-machine-learning-workspace/?WT.mc_id=academic-77998-cacaste) and [Build and Operate Machine Learning Solutions with Azure Databricks](https://learn.microsoft.com/ru-ru/training/paths/build-operate-machine-learning-solutions-azure-databricks/?WT.mc_id=academic-77998-cacaste) learning paths.
- **Conversational AI** and **Chat Bots**. There is a separate [Create conversational AI solutions](https://learn.microsoft.com/ru-ru/training/paths/create-conversational-ai-solutions/?WT.mc_id=academic-77998-cacaste) learning path, and you can also refer to this blog post for more detail.
- Deep Mathematics behind deep learning. For this, we would recommend [Deep Learning](https://www.amazon.com/Deep-Learning-Adaptive-Computation-Machine/dp/0262035618) by Ian Goodfellow, Yoshua Bengio and Aaron Courville, which is also available online at [https://www.deeplearningbook.org/](https://www.deeplearningbook.org/).
For a gentle introduction to _AI in the Cloud_ topics you may consider taking the [Get started with artificial intelligence on Azure](https://learn.microsoft.com/ru-ru/training/paths/get-started-with-artificial-intelligence-on-azure/?WT.mc_id=academic-77998-cacaste) Learning Path.
[Go to github course page](https://github.com/microsoft/generative-ai-for-beginners/tree/main?tab=readme-ov-file)