https://github.com/linkedinlearning/artificial-intelligence-foundations-machine-learning-3067770
This is a repo for the LinkedIn Learning course Artificial Intelligence Foundations: Machine Learning
https://github.com/linkedinlearning/artificial-intelligence-foundations-machine-learning-3067770
Last synced: 9 months ago
JSON representation
This is a repo for the LinkedIn Learning course Artificial Intelligence Foundations: Machine Learning
- Host: GitHub
- URL: https://github.com/linkedinlearning/artificial-intelligence-foundations-machine-learning-3067770
- Owner: LinkedInLearning
- License: other
- Created: 2022-05-17T18:08:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-27T02:23:05.000Z (over 2 years ago)
- Last Synced: 2025-06-09T18:11:43.156Z (10 months ago)
- Language: Jupyter Notebook
- Size: 2.04 MB
- Stars: 142
- Watchers: 10
- Forks: 217
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Artificial Intelligence Foundations: Machine Learning
This is the repository for the LinkedIn Learning course Artificial Intelligence Foundations: Machine Learning. The full course is available from [LinkedIn Learning][lil-course-url].
![Artificial Intelligence Foundations: Machine Learning][lil-thumbnail-url]
Machine learning is the most exciting branch of artificial intelligence. It allows systems to learn from data by identifying patterns and making decisions with little to no human intervention. In this course, you'll navigate the machine learning lifecycle by getting hands-on practice training your first machine learning model. Join instructor Kesha Williams as she explores widely adopted machine learning methods: supervised, unsupervised, and reinforcement. There's a focus on sourcing and preparing data and selecting the best learning algorithm for your project. After training a model, learn to evaluate model performance using standard metrics. Finally, Kesha shows you how to streamline the process by building a machine learning pipeline. If you’re looking to understand the machine learning lifecycle and the steps required to build systems, check out this course.
## Installing
1. To use these exercise files, you must have the following installed:
- Jupyter Notebook environment in the cloud or locally, with the necessary libraries installed
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
## Library Dependencies
Before running the code, make sure to install the following dependencies in your environment.
* pandas - %pip install pandas
* matplotlib - %pip install matplotlib
* seaborn - %pip install seaborn
* scikit-learn - %pip install scikit-learn
* numpy - %pip install numpy
* xgboost - %pip install xgboost
### Instructor
Kesha Williams
Software Engineer and Speaker
Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/kesha-williams).
[lil-course-url]: https://www.linkedin.com/learning/artificial-intelligence-foundations-machine-learning-22345868?dApp=59033956&leis=LAA
[lil-thumbnail-url]: https://media.licdn.com/dms/image/D560DAQHTLyEF1VUcKA/learning-public-crop_675_1200/0/1685047176389?e=2147483647&v=beta&t=VHefIu7Q1B_2I8VY36PLJ3XyPde588GFO5DtAWL3kVo