1 of 7

Machine Learning & AI with Python

Machine Learning & AI with Python

2 of 7

Course Overview

This week we will cover:

  • The Data Science Process Using Python
  • Using Machine Learning Algorithms
  • Natural Language Processing
  • Creating Games with Advanced AI

2

Machine Learning & AI with Python

3 of 7

Exploring Data

Machine Learning & AI with Python

4 of 7

What Are We Doing?

  • Learning to Use the Spyder IDE
  • Learning about Data Sources
  • Cleaning and Formatting Data
  • Exploring Data Sources

4

Machine Learning & AI with Python

5 of 7

Spyder IDE

  • What the Spyder IDE is used for
  • How to create a project
  • How to create files
  • How to write code in the IDE

5

Machine Learning & AI with Python

6 of 7

Data Collection and Treatment

  • Create a new file and save it
  • Learn about data treatment
  • Collect data from online sources
  • Profile data sources
  • Format data
  • Perform feature engineering
  • Split data
  • Find interesting data sources

6

Machine Learning & AI with Python

7 of 7

Activity

  1. Find a dataset from the internet, using one of the provided resources or finding your own
  2. Look at the data sources and try to identify whether it is already cleaned and formatted, or what type of cleaning you would need to perform on the data set

7

Machine Learning & AI with Python