From the course: Programming Foundations: Artificial Intelligence
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Set up your AI environment
From the course: Programming Foundations: Artificial Intelligence
Set up your AI environment
- [Instructor] In this video, we'll walk through configuring your AI workspace so you're ready to build amazing AI models without any technical roadblocks. Let's prepare your toolkit and embark on this AI adventure together. We'll use the classic Jupyter Notebook interface with Jupyter Notebooks we'll author code using the Python programming language, which you already know is the best choice for AI. The first step is to install Python by following the download instructions on the Python website. Make sure to follow the instructions for your specific operating system. If you already have Python installed, ensure you're on the latest version. On a Mac, which is what I'm using. You can check your version by navigating to a terminal window, and since I'm using Python three, I'd use this command Python three minus minus version to check my version. I'm currently at 3.8.9. Typically, when you install the most recent version of Python, PIP comes along with it. PIP is a package manager for…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Set up your AI environment3m 7s
-
(Locked)
Build your first machine learning model7m 23s
-
(Locked)
Create a neural network5m 38s
-
(Locked)
Dive into computer vision3m 43s
-
(Locked)
Explore generative AI5m 18s
-
(Locked)
Challenge: Build your first machine learning model2m 33s
-
(Locked)
Solution: Build your first machine learning model3m 44s
-
(Locked)
-
-
-