0% found this document useful (0 votes)
56 views

Ebook_30_Days_Creating_AI_EN

This 30-day study plan guides beginners in creating their own artificial intelligence by covering programming fundamentals, machine learning, and deep learning. Each week focuses on specific objectives, including Python basics, building models with scikit-learn, working with real data, and exploring generative AI. The plan concludes with tips for sharing projects and pursuing further learning opportunities in the AI field.

Uploaded by

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

Ebook_30_Days_Creating_AI_EN

This 30-day study plan guides beginners in creating their own artificial intelligence by covering programming fundamentals, machine learning, and deep learning. Each week focuses on specific objectives, including Python basics, building models with scikit-learn, working with real data, and exploring generative AI. The plan concludes with tips for sharing projects and pursuing further learning opportunities in the AI field.

Uploaded by

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

STUDY PLAN: 30 DAYS TO CREATE YOUR OWN ARTIFICIAL INTELLIGENCE

Turn your curiosity into practice. Learn to build an AI even starting from scratch.
Artificial Intelligence is present in almost everything around us — from YouTube
recommendations to assistants like ChatGPT. This guide was created for beginners who
want to enter this world in a practical and accessible way. In 30 days, you will learn
programming logic, data analysis, machine learning, and even generative AI.

✅ Tip: You don't need to be a math genius to get started — just take the first step.

Week 1 – Programming Fundamentals and Python

🎯 Objective: Learn programming logic, variables, functions, and basic structures using
Python.

Learning Checklist:

 ☐ Install Python or use Google Colab


 ☐ What is AI and Machine Learning (YouTube - AI in 10 Minutes):
https://www.youtube.com/watch?v=2ePf9rue1Ao
 ☐ Learn variables, types, and operators:
https://www.youtube.com/playlist?
list=PLHz_AreHm4dk_nZHmxxf_J0WRAqy5Czye
 ☐ Explore loops (for, while) and lists
 ☐ Create functions and work with dictionaries
 ☐ Challenge: Build a simple calculator in Python

Week 2 – Introduction to Artificial Intelligence and Machine Learning

🎯 Objective: Understand how AI learns from data and build your first model using scikit-
learn.

Learning Checklist:

 ☐ Study Pandas and Numpy for data manipulation


 ☐ Create regression and classification models using scikit-learn
 ☐ Visualize data with Matplotlib charts
 ☐ Challenge: Predict student approval based on their grades

Week 3 – AI with Real Data and Visualization

🎯 Objective: Work with real-world data, apply simple AI, and learn how to interpret
results.
Learning Checklist:

 ☐ Import real datasets (e.g., housing prices)


 ☐ Clean and prepare data for analysis
 ☐ Build models that estimate values based on features
 ☐ Challenge: AI that suggests rental prices for properties

Week 4 – Deep Learning and Generative AI (ChatGPT Style)

🎯 Objective: Explore neural networks, NLP, and generative AI such as chatbots and
sentiment analysis.

Learning Checklist:

 ☐ Use Keras to build a simple neural network (digit recognition)


 ☐ Use text-generating AI (OpenAI Playground):
https://platform.openai.com/playground/prompts
 ☐ Use Hugging Face for sentiment analysis
 ☐ Build a simple chatbot with rules
 ☐ Explore language models (like GPT-3)
 ☐ Final Project: Combine two ideas you’ve learned and publish on GitHub

Final Tips and Next Steps

🔹 Share your projects on GitHub


🔹 Create a simple portfolio with your solutions
🔹 Study more advanced topics like convolutional neural networks, transformers, and
MLOps
🔹 Consider applying for freelance jobs or internships in the AI field

Extras (optional)

 Google AI for everyone (in Portuguese): https://ai.google/education/


 Python Playlist for AI and Data – Hashtag Treinamentos:
https://www.youtube.com/playlist?
list=PLdPPE0hUkt0rPyAkdhHIIquKbwrGUkvw3
 Free OpenAI GPT-3 with Python Course (Advanced):
https://www.youtube.com/watch?v=H9M02of22z4

You might also like