0% found this document useful (0 votes)
2 views3 pages

AI Study Guide Fixed

All about AI intelligence

Uploaded by

youngmarine538
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

AI Study Guide Fixed

All about AI intelligence

Uploaded by

youngmarine538
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

AI Study Guide and Calendar (Weeks 1-12)

Weeks 1-4: Python Programming and Math Basics

Week 1: Python Basics

- Monday: Install Python and VS Code. Learn variables, data types.

- Tuesday: Lists, dictionaries, tuples, sets.

- Wednesday: If-else statements, logic operations.

- Thursday: Loops.

- Friday: Functions.

- Saturday: Practice exercises.

- Sunday: Build "Guess the Number" game.

Week 2: Python Intermediate

- Monday: Classes and Objects.

- Tuesday: Exception Handling.

- Wednesday: File Handling.

- Thursday: Install libraries (numpy, pandas).

- Friday: Numpy Basics.

- Saturday: Project: Simple Calculator.

- Sunday: Review.

Week 3: Mathematics for AI

- Linear Algebra: vectors, matrices

- Probability: basics

- Statistics: mean, median, variance

- Graph plotting (matplotlib)

- Practice math problems.

Week 4: Python Projects

- Monday-Thursday: Build "To-do list" app and "Contact Manager" app.

- Friday-Sunday: Solve coding challenges and review Python.


AI Study Guide and Calendar (Weeks 1-12)

Weeks 5-8: Machine Learning Foundations

Week 5: Intro to ML

- Supervised vs Unsupervised Learning.

- Train first model (Simple Linear Regression).

Week 6: ML Algorithms 1

- Linear Regression, Decision Trees, K-Nearest Neighbors.

Week 7: ML Algorithms 2

- Logistic Regression, Confusion Matrix.

Week 8: Bigger ML Projects

- House Price Prediction project.

- Data cleaning, feature engineering.

Weeks 9-12: Deep Learning Basics

Week 9: Neural Networks Introduction

- Neurons, weights, biases.

- Build simple NN manually.

- Train model with TensorFlow.

Week 10: CNNs

- Convolutional Neural Networks (for images).

- Train MNIST dataset.


AI Study Guide and Calendar (Weeks 1-12)

Week 11: Specialized Areas

- NLP basics (text analysis).

- Reinforcement Learning basics.

Week 12: Portfolio

- Build GitHub Portfolio.

- Upload all projects.

- Plan next 3 months.

You might also like