An open API service indexing awesome lists of open source software.

https://github.com/ashishpatel26/llm-engineering-crash-course

LLM Engineering CrashCourse
https://github.com/ashishpatel26/llm-engineering-crash-course

Last synced: 8 days ago
JSON representation

LLM Engineering CrashCourse

Awesome Lists containing this project

README

        

# LLM-Engineering-Crash-Course

## Prerequisite Course

#### 1. NLP Crash Course (6th January,2024 - 13th January, 2024)

![](images/NLPWorkshopMindMap.png)

| Day 1: Foundations of NLP (6th January,2024) | Topic | |
| :----------------------------------------------------------- | :----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Session 1: Introduction to NLP** | Defining NLP and real-world applications | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/) |
| | Evolution and trends in NLP | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/) |
| | Applications, case studies, challenges, and limitations | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/) |
| **Session 2: Fundamentals of Language Analysis** | Levels of language analysis: morphology, syntax, semantics, pragmatics | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/blob/main/NLPCrashCourse/Session2/2_1_Levels_of_language_analysis.ipynb) |
| | Text representation: Bag-of-words, TF-IDF, word embeddings | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/blob/main/NLPCrashCourse/Session2/2_2_Text_representation.ipynb) |
| | Language modeling: N-grams, RNNs, LSTMs, GRUs | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/blob/main/NLPCrashCourse/Session2/2_3_Language_modeling.ipynb) |
| **Day 2: Advanced NLP Techniques(13th January, 2024)** | | |
| **Session 3: Lexical and Syntactic Processing** | Lexical processing techniques: tokenization, normalization | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/blob/main/NLPCrashCourse/Session3/3_1_Lexical_Processing.ipynb) |
| | Syntactic processing: parsing with dependency grammar, constituency parsing | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/blob/main/NLPCrashCourse/Session3/3_2_Syntactic_processing.ipynb) |
| **Session 4: Semantic and Pragmatic Processing** | Semantic processing: word sense disambiguation, textual entailment | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/blob/main/NLPCrashCourse/Session4/4_1_Semantic_Processing.ipynb) |
| | Pragmatic processing: building dialogue systems, analyzing discourse | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/blob/main/NLPCrashCourse/Session4/4_2_Pragmatic_Processing.ipynb) |
| **Session 5: Applications in Real-world Scenarios** | Text representation and embeddings: Word2Vec, GloVe, BERT | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/) |
| | Language modeling techniques: Transformers, attention mechanisms | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/) |
| | Text classification, sentiment analysis, machine translation, and text summarization | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ashishpatel26/LLM-Engineering-Crash-Course/) |

## Main Course

#### 2.LLM Engineering Beginner to Advance Course

***Continue...!!!***