https://github.com/lucatosc/generative-ai-2
Key Words: Generative AI, Machine Learning, Code-Generation
https://github.com/lucatosc/generative-ai-2
generative-ai learning-machine ml text-to-code
Last synced: 3 months ago
JSON representation
Key Words: Generative AI, Machine Learning, Code-Generation
- Host: GitHub
- URL: https://github.com/lucatosc/generative-ai-2
- Owner: lucatosc
- Created: 2024-09-30T09:16:30.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T09:18:33.000Z (8 months ago)
- Last Synced: 2025-01-01T04:43:08.009Z (5 months ago)
- Topics: generative-ai, learning-machine, ml, text-to-code
- Homepage:
- Size: 3.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧬 Generative AI
## 🤖 Introduction
This repository offers an introduction to Generative AI, focusing on the concepts rather than diving deep into specific algorithms.
_Key Concepts: Generative AI, Transformer Architecture, Machine Learning, Code Generation_
## Project Structure
This README serves as a starting point, guiding you through the project step by step, with links for further exploration.
## 📚 Literature
Explore more [here](./literature/README.md).
## 🦆 Questions Addressed
Context:
1. [Motivation](./context/motivation/README.md)
2. [Understanding AI, Machine Learning, and Deep Learning](./context/README.md)
3. [What is a neuronal network?](./context/neuronal-networks/README.md)Generative AI:
1. [What are LLMs?](./main/llms/README.md)
2. [What is the Transformer Architecture?](./main/transformer/README.md)