Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/packtworkshops/the-applied-artificial-intelligence-workshop
https://github.com/packtworkshops/the-applied-artificial-intelligence-workshop
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/packtworkshops/the-applied-artificial-intelligence-workshop
- Owner: PacktWorkshops
- License: mit
- Created: 2020-01-14T11:51:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T21:30:38.000Z (almost 2 years ago)
- Last Synced: 2023-07-15T10:12:28.129Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 19.1 MB
- Stars: 11
- Watchers: 4
- Forks: 28
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Applied Artificial Intelligence Workshop
[![GitHub issues](https://img.shields.io/github/issues/PacktWorkshops/The-Applied-Artificial-Intelligence-Workshop.svg)](https://github.com/PacktWorkshops/The-Applied-Artificial-Intelligence-Workshop/issues)
[![GitHub forks](https://img.shields.io/github/forks/PacktWorkshops/The-Applied-Artificial-Intelligence-Workshop.svg)](https://github.com/PacktWorkshops/The-Applied-Artificial-Intelligence-Workshop/network)
[![GitHub stars](https://img.shields.io/github/stars/PacktWorkshops/The-Applied-Artificial-Intelligence-Workshop.svg)](https://github.com/PacktWorkshops/The-Applied-Artificial-Intelligence-Workshop/stargazers)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/PacktWorkshops/The-Applied-Artificial-Intelligence-Workshop/pulls)This is the repository for The [Applied Artificial Intelligence Workshop](https://www.amazon.com/Applied-Artificial-Intelligence-Workshop-decision-ebook/dp/B08BZS3X9S/ref=sr_1_1?dchild=1&keywords=the%20applied%20artificial%20intelligence%20workshop&qid=1610708393&sr=8-1&utm_source=github&utm_medium=repository&utm_campaign=9781800205819&utm_term=Applied%20Aritificial%20Intelligence&utm_content=The%20Applied%20Aritificial%20Intelligence%20Workshop), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the course from start to finish.
To get started with the project files, you'll need to:
1. Setup [The Jupyter Notebook](https://jupyter.readthedocs.io/en/latest/install.html)## About The Applied Artificial Intelligence Workshop
[The Applied Artificial Intelligence Workshop](https://www.amazon.com/Applied-Artificial-Intelligence-Workshop-decision-ebook/dp/B08BZS3X9S/ref=sr_1_1?dchild=1&keywords=the%20applied%20artificial%20intelligence%20workshop&qid=1610708393&sr=8-1&utm_source=github&utm_medium=repository&utm_campaign=9781800205819&utm_term=Applied%20Aritificial%20Intelligence&utm_content=The%20Applied%20Aritificial%20Intelligence%20Workshop) teaches you the ins and outs of machine learning and neural networks from the ground up, using real-world examples. You'll learn to develop AI and ML models using Python, starting with using the minmax algorithm and alpha-beta pruning to create your first game, and ending with classifying images using neural networks.## What you will learn
* Create your first AI game in Python with the minimax algorithm
* Implement regression techniques to simplify real-world data
* Experiment with classification techniques to label real-world data
* Perform predictive analysis in Python using decision trees and random forests
* Use clustering algorithms to group data without manual support
* Understand how to use neural networks to process and classify labeled images## Related Workshops
If you've found this repository useful, you might want to check out some of our other workshop titles:
* [The Natural Language Processing Workshop](https://www.amazon.com/Natural-Language-Processing-Workshop-understand/dp/1800208421/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1611057842&sr=8-1&utm_source=github&utm_medium=repository&utm_campaign=9781801077811&utm_term=Natural%20Language%20Processing&utm_content=The%20Natural%20Language%20Processing%20Workshop)
* [The Computer Vision Workshop](https://www.amazon.com/Computer-Vision-Workshop-algorithms-intelligence-dp-180020177X/dp/180020177X/ref=mt_other?_encoding=UTF8&me=&qid=1611064944&utm_source=github&utm_medium=repository&utm_campaign=9781800201774&utm_term=Computer%20Vision&utm_content=The%20Computer%20Vision%20Workshop)
* [The Machine Learning Workshop](https://www.amazon.com/Machine-Learning-Workshop-high-performance-scikit-learn/dp/1839219068/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1611061956&sr=1-1&utm_source=github&utm_medium=repository&utm_campaign=9781801070065&utm_term=Machine%20Learning&utm_content=The%20Machine%20Learning%20Workshop)