An open API service indexing awesome lists of open source software.

https://github.com/theamnabb/my-ai-brain

A complete, structured AI learning journey from scratch to advanced. Includes daily logs, mini projects, roadmaps, and useful resources for Artificial Intelligence, Machine Learning, Deep Learning, and Generative AI.
https://github.com/theamnabb/my-ai-brain

matplotlib numpy pandas pyhton3

Last synced: about 1 month ago
JSON representation

A complete, structured AI learning journey from scratch to advanced. Includes daily logs, mini projects, roadmaps, and useful resources for Artificial Intelligence, Machine Learning, Deep Learning, and Generative AI.

Awesome Lists containing this project

README

          

# AI Learning

# [**Phase 1: AI Fundamentals (Theory & Real-World View)**](./01_Phase01_AI/)

### Key Concepts:
- What is AI, Machine Learning (ML), Deep Learning (DL)

- Types of AI:

- Narrow AI (used today — ChatGPT, Siri)

- General AI (still developing — human-level intelligence)

- Real-world examples (chatbots, self-driving cars, YouTube recommendations)

- Terms like datasets, models, training, prediction, etc.

# [**Phase 2: Python Programming for AI**](./02_Pyhton_Libraries/)
🎯 Objective: Learn [Python](https://github.com/theamnabb/Python) basics with AI libraries.

### Key Topics:

- Variables, Data types, Loops, Conditionals, Functions

- Lists, Dictionaries, Tuples

- File Handling, Exception Handling

### Intro to:

- [NumPy (math with arrays)](./02_Pyhton_Libraries/02_Numpy/)

- [Pandas (data tables)](./02_Pyhton_Libraries/03_Pandas/)

- Matplotlib (graphs)