📚Self-Study AI/ML/LLM Roadmap for Security Folks

This roadmap is coming from a security enthusiast who wanted to improve herself in AI/ML/LLM area to discover its security side.

Small tips before jumping in it:

Roadmap

  1. The start point is a good detailed entrance training: Introduction to Machine Learning in Production course from DeepLearning.AI - https://www.coursera.org/learn/introduction-to-machine-learning-in-production/

  2. To get much more know-how about neural networks, supervised learning, and regression problems, this course can be a second step for this roadmap. https://www.coursera.org/learn/neural-networks-deep-learning/

  3. This course is developed by DeepLearning.AI. At the end of the course, you'll gain foundational knowledge, practical skills, and a functional understanding of how generative AI works. Hopefully, you'll be able to dive into the latest research on Gen AI to understand how companies are creating value with cutting-edge technology- Instruction from expert AWS AI practitioners who actively build and deploy AI in business use cases today. https://www.coursera.org/learn/generative-ai-with-llms/ As another option, this course could be quite useful: https://aws.amazon.com/blogs/machine-learning/new-technical-deep-dive-course-generative-ai-foundations-on-aws/

  4. The prompt is everything! You need to learn how you can talk with an LLM!

    https://www.deeplearning.ai/short-courses/chatgpt-prompt-engineering-for-developers/

  5. More know-how about neural networks and training cycles! Advanced Learning Algorithms - https://www.coursera.org/learn/advanced-learning-algorithms

  6. This part may require a bit more math background than the others. But it's a gem to learn about Reinforcement Learning. Unsupervised Learning Recommenders Reinforcement Learning - https://www.coursera.org/learn/unsupervised-learning-recommenders-reinforcement-learning#modules

References for Security / Essential to Look

  1. HuggingFace.co is the ‘GitHub’ of LLMs and machine learning. This is a central point for ML models, datasets, and other content. The transformers library, maintained by HuggingFace, is the cornerstone of the foundation in open-source LLMs. https://huggingface.co/

  2. LLM Agency - LlamaIndex (formerly GPT Index) - LangChain, transformers, agents, llamaindex and other similar libraries or custom codes give LLMs agency. This concept is an agency in the truest meaning of the word. These libraries and the concept of agency expose tools and capabilities to an LLM via prompting and then give the model a task. The model is iteratively prompted by making a plan and then drilling down through each step until it gets a final answer. This is where the major new functionality sits and where the new vulnerabilities will be found. https://gpt-index.readthedocs.io/en/latest/

YouTube Channels to Stay Updated

I've got all those good channel advice from Garrett! (^^,) Thank you so much!

https://www.youtube.com/@matthew_berman https://www.youtube.com/@mreflow https://www.youtube.com/@YannicKilcher

https://www.youtube.com/@HuggingFace

https://www.youtube.com/@RobertMilesAI

https://www.youtube.com/@HeatonResearch

https://www.youtube.com/@NicholasRenotte

https://www.youtube.com/@reidhoffman

https://www.youtube.com/@testingai/videos

https://www.youtube.com/@engineerprompt

https://www.youtube.com/@MachineLearningStreetTalk

https://www.youtube.com/@Deeplearningai/videos

https://www.youtube.com/@DrAlanDThompson

Last updated