{"id":31120890,"url":"https://github.com/cllspy/learn_ai","last_synced_at":"2026-05-16T18:08:34.241Z","repository":{"id":227218595,"uuid":"770795646","full_name":"CllsPy/learn_ai","owner":"CllsPy","description":"A repository documenting my exploration of AI through experiments, projects, and lessons learned.","archived":false,"fork":false,"pushed_at":"2025-09-16T16:07:14.000Z","size":21681,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-16T18:13:50.707Z","etag":null,"topics":["deep-learning","huggingface","kaggle-competition","machine-learning","nlp","python","pytorch"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CllsPy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-12T07:11:50.000Z","updated_at":"2025-09-16T16:07:18.000Z","dependencies_parsed_at":"2024-04-26T18:39:40.579Z","dependency_job_id":"de4ba070-6b2e-4e0f-b79c-8be2704c48dd","html_url":"https://github.com/CllsPy/learn_ai","commit_stats":null,"previous_names":["cllspy/ml-competition-kaggle","cllspy/kaggle_competition_scripts","cllspy/learn_ai_from_scratch","cllspy/ai","cllspy/ultra-learning-ai","cllspy/learnai","cllspy/learn_ai"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CllsPy/learn_ai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CllsPy%2Flearn_ai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CllsPy%2Flearn_ai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CllsPy%2Flearn_ai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CllsPy%2Flearn_ai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CllsPy","download_url":"https://codeload.github.com/CllsPy/learn_ai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CllsPy%2Flearn_ai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275615297,"owners_count":25496811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","huggingface","kaggle-competition","machine-learning","nlp","python","pytorch"],"created_at":"2025-09-17T15:06:43.191Z","updated_at":"2025-09-17T15:06:46.017Z","avatar_url":"https://github.com/CllsPy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roadmap de Estudos em Inteligência Artificial\n\n\u003cimg width=\"1536\" height=\"1024\" alt=\"image\" src=\"https://github.com/user-attachments/assets/f04dfcf8-cbe3-42ab-89d5-55db5991fb72\" /\u003e\n\nEste repositório é um guia prático para você que deseja dominar os fundamentos de **Inteligência Artificial e Machine Learning**, inspirado no **Stanford AI Graduate Certificate** e organizado pela [Exaltitude](https://www.exaltitude.io/job-seekers#Roadmap).  \n\n\n## O que você pode esperar\n\n- O tempo médio de estudo varia de **1 a 2 anos** em dedicação parcial, mas o ritmo é totalmente ajustável.  \n- O foco está em **entender profundamente os conceitos**, não em acelerar o processo.  \n- Você terá contato com **matemática, programação, IA aplicada** e também dicas de **desenvolvimento de carreira**.  \n\n\n\n## Estrutura do Roadmap\n\n### Fase 1 – Fundamentos Matemáticos\n- **Cálculo**: [Khan Academy](https://www.khanacademy.org/math/calculus-1), [Calculus for Dummies](https://amzn.to/4hF2xuH).  \n- **Álgebra Linear**: [Khan Academy](https://www.khanacademy.org/math/linear-algebra), [Linear Algebra Done Right](https://linear.axler.net/).  \n- **Probabilidade e Estatística**: [Stanford CS109](https://online.stanford.edu/courses/cs109-introduction-probability-computer-scientists), [Khan Academy](https://www.khanacademy.org/math/statistics-probability), [A First Course in Probability – Sheldon Ross](https://amzn.to/4f6Txxc).  \n\n### Fase 2 – Fundamentos de Programação\n- **Linux e linha de comando**: [Tutorial Ubuntu](https://ubuntu.com/tutorials/command-line-for-beginners#1-overview).  \n- **Estruturas de Dados e Algoritmos**: [Google Tech Dev Guide](https://techdevguide.withgoogle.com/paths/data-structures-and-algorithms/), [Coursera Specialization](https://www.coursera.org/specializations/boulder-data-structures-algorithms).  \n- **Python**: [Automate the Boring Stuff](https://automatetheboringstuff.com/), [Stanford Python](https://stanfordpython.com/#/), [NumPy Tutorial](https://youtu.be/XeixIlK7Tdg), [Pandas Docs](https://pandas.pydata.org/docs/getting_started/intro_tutorials/index.html).  \n\n### Fase 3 – Fundamentos de IA\n- **Machine Learning**: [Stanford CS229](https://online.stanford.edu/courses/cs229-machine-learning), [Andrew Ng ML Specialization](https://www.coursera.org/specializations/machine-learning-introduction), [Fast.ai](https://course18.fast.ai/ml.html).  \n- **Artificial Intelligence (IA geral)**: [Stanford CS221](https://online.stanford.edu/courses/cs221-artificial-intelligence-principles-and-techniques), [MIT OCW](https://ocw.mit.edu/courses/6-034-artificial-intelligence-fall-2010/).  \n\n### Fase 4 – Projeto de Conclusão (Capstone)\n- Inspire-se em projetos do [ICML](https://icml.cc/Conferences/2020/Schedule) e [NeurIPS](https://neurips.cc/Conferences/2020/Schedule).  \n- Utilize diretrizes como o [CS229 Final Report Guidelines](https://cs229.stanford.edu/final-report-guidelines.pdf).  \n\n### Fase 5 – Eletivas Avançadas\n- **Machine Learning com Grafos**: [CS224W](https://online.stanford.edu/courses/cs224w-machine-learning-graphs).  \n- **Deep Learning**: [CS230](https://online.stanford.edu/courses/cs230-deep-learning).  \n- **Visão Computacional**: [CS231N](https://online.stanford.edu/courses/cs231n-deep-learning-computer-vision).  \n- **NLP**: [CS224N](https://online.stanford.edu/courses/cs224n-natural-language-processing-deep-learning).  \n- **Robótica**: [CS223A](https://online.stanford.edu/courses/cs223a-introduction-robotics), [CS237A](https://online.stanford.edu/courses/cs237a-principles-robot-autonomy-i).  \n- **Reinforcement Learning**: [CS234](https://online.stanford.edu/courses/cs234-reinforcement-learning), [CS224R](https://online.stanford.edu/courses/cs224r-deep-reinforcement-learning).  \n- **Probabilistic Graphical Models**: [CS228](https://online.stanford.edu/courses/cs228-probabilistic-graphical-models-principles-and-techniques).  \n\n\n\n## Desenvolvimento de Carreira\n\nAprender a programar é só metade do caminho. Para se destacar no mercado, você precisa também de preparação de carreira:  \n\n- **Currículo**: [Ultimate Resume Handbook](https://www.exaltitude.io/resume-handbook?utm_source=roadmap), [Dicas no YouTube](https://youtu.be/kArOk8tudoM).  \n- **Entrevistas**: [Cracking the Coding Interview](https://amzn.to/48a9X4z), [Blind 75 Leetcode](https://leetcode.com/discuss/interview-question/460599/Blind-75-LeetCode-Questions).  \n- **Q\u0026A ao vivo com Jean**: [LinkedIn Events](https://www.linkedin.com/events/jan-softwareengineeringcareersi7269411175199580160/comments/).  \n- **Mercado de Trabalho**: [Tendências de Salários em Tech](https://youtu.be/_MT4SgfQ8QY), [Zero to AI ML Engineer](https://youtu.be/rZTiXIsFc6s).  \n\n\n\n## Dicas de Estudo\n\n- Defina horários fixos e seja consistente.  \n- Faça pausas curtas para evitar sobrecarga.  \n- Participe de comunidades online e troque experiências.  \n- Construa pequenos projetos práticos.  \n- Celebre seus avanços — cada etapa é um progresso real.  \n\n\n## O que estou fazendo agora\n\nEstou aplicando este roadmap de IA como meu guia pessoal de estudos, documentando aprendizados e referências neste repositório para que outros também possam aproveitar.\n\n\n\n## Créditos e Inspiração\n\n- [Exaltitude – AI Roadmap](https://www.exaltitude.io/job-seekers#Roadmap)  \n- Documento de referência: *AI Roadmap based on Stanford AI Graduate Certificate*  \n- Conteúdo e curadoria: **Jean K. Lee (Exaltitude)** – [YouTube](https://www.youtube.com/@exaltitude) | [LinkedIn](https://www.linkedin.com/in/jeanklee/)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcllspy%2Flearn_ai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcllspy%2Flearn_ai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcllspy%2Flearn_ai/lists"}