You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Descriptive Statistics is a set of brief descriptive coefficients that summarize a given data set representative of an entire or sample population.
85
85
86
-
- <b>B2. Probability Distributions</b>
86
+
- <b> :material-dice-6-outline: B2. Probability Distributions</b>
87
87
88
88
---
89
89
90
90
<p>In probability theory and statistics, a probability distribution is a function that gives the probabilities of occurrence of possible events for an experiment.
<p>Unsupervised learning is a type of machine learning where algorithms learn from unlabeled data, identifying patterns and structures without specific guidance or desired outputs.
<p>Supervised learning is a type of machine learning where an algorithm learns to predict an output variable by being trained on a labeled dataset.
129
129
130
-
- <b>C4. Ensemble Learning</b>
130
+
- <b> :material-ballot: C4. Ensemble Learning</b>
131
131
132
132
---
133
133
@@ -142,28 +142,28 @@ timeline
142
142
143
143
<divclass="grid cards"markdown>
144
144
145
-
- <b>D1. Deep Learning in PyTorch </b>
145
+
- <b> :material-brain: D1. Deep Learning in PyTorch </b>
146
146
147
147
---
148
148
149
149
<p>PyTorch is an open-source ML framework offering flexible deep learning development with Python integration. It features dynamic computation graphs and GPU acceleration for neural networks, computer vision, and NLP tasks.
150
150
151
151
152
-
- <b>D2. Transformers with HuggingFace</b>
152
+
- <b> :material-robot: D2. Transformers with HuggingFace</b>
153
153
154
154
---
155
155
156
156
<p>Hugging Face Transformers is a Python library and open-source framework used to access and utilize pre-trained machine learning models for tasks like natural language processing (NLP), computer vision, audio processing, and multi-modal applications.
157
157
158
158
159
-
- <b>D3. Generative AI 1 - LLM, RAG</b>
159
+
- <b> :material-sitemap: D3. Generative AI 1 - LLM, RAG</b>
160
160
161
161
---
162
162
163
163
<p>Retrieval-augmented generation (RAG) is a technique that enables large language models (LLMs) to retrieve and incorporate new information.
164
164
165
165
166
-
- <b>D4. Generative AI - Multimodal LLMs </b>
166
+
- <b> :material-multimedia: D4. Generative AI - Multimodal LLMs </b>
167
167
168
168
---
169
169
@@ -176,20 +176,20 @@ timeline
176
176
177
177
<divclass="grid cards"markdown>
178
178
179
-
- <b>D1. MLOps</b>
179
+
- <b> :material-developer-board: D1. MLOps</b>
180
180
181
181
---
182
182
183
183
<p>MLOps (Machine Learning Operations), is a way to manage machine learning models, making it easier to develop, deploy, and update them as business needs change.
184
184
185
-
- <b>D2. LLMOps</b>
185
+
- <b> :material-developer-board: D2. LLMOps</b>
186
186
187
187
---
188
188
189
189
<p> LLMOps (Large Language Model Operations), extends MLOps practices to handle large language model deployment challenges. It focuses on managing computational resources, prompt engineering, and monitoring model performance and ethics.
0 commit comments