cyber-security-resources/ai_research/labs/README.md

13 lines
697 B
Markdown
Raw Normal View History

2023-09-05 20:49:13 -04:00
# Different Labs for Omar's O'Reilly Live Training
2024-08-07 11:55:43 -04:00
## RAG for Cybersecurity
[This repository](https://github.com/santosomar/RAG-for-cybersecurity) contains resources and materials for courses like "Using Retrieval Augmented Generation (RAG), Langchain, and LLMs for Cybersecurity Operations" and other courses by Omar Santos.
## Additional Examples
2023-09-05 21:17:18 -04:00
- [Gorilla Example](gorilla.md)
- [Basic OpenAI API interaction](basic_openai_api.md)
2023-09-05 21:24:28 -04:00
- [Machine Learning Basics with Scikit-learn](scikit_learn.md)
- [Image Recognition with TensorFlow and Keras](tf_keras.md)
- [Natural Language Processing (NLP) with NLTK/Spacy](nltk.md)
2023-09-05 21:33:07 -04:00
- [Reinforcement Learning with Gymnasium](https://gymnasium.farama.org/)