Skip to content

Commit 8b88c5c

Browse files
Update mlpaths_grids.md
1 parent 18392e0 commit 8b88c5c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

docs/mlpaths_grids.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,25 @@ timeline
7777

7878
<div class="grid cards" markdown>
7979

80-
- <b>B1. Descriptive Statistics</b>
80+
- <b> :material-poll: B1. Descriptive Statistics</b>
8181

8282
---
8383

8484
<p>Descriptive Statistics is a set of brief descriptive coefficients that summarize a given data set representative of an entire or sample population.
8585

86-
- <b>B2. Probability Distributions</b>
86+
- <b> :material-dice-6-outline: B2. Probability Distributions</b>
8787

8888
---
8989

9090
<p>In probability theory and statistics, a probability distribution is a function that gives the probabilities of occurrence of possible events for an experiment.
9191

92-
- <b>B3. Inferential Statistics</b>
92+
- <b> :material-ab-testing: B3. Inferential Statistics</b>
9393

9494
---
9595

9696
<p>Inferential statistical analysis infers properties of a population, for example by testing hypotheses and deriving estimates.
9797

98-
- <b>B4. Bayesian Statistics</b>
98+
- <b> :material-update: B4. Bayesian Statistics</b>
9999

100100
---
101101

@@ -109,25 +109,25 @@ timeline
109109

110110
<div class="grid cards" markdown>
111111

112-
- <b>C1. Machine Learning with Scikit-Learn</b>
112+
- <b> :material-chart-line: C1. Machine Learning with Scikit-Learn</b>
113113

114114
---
115115

116116
<p>Scikit-learn is a powerful and widely used Python library for machine learning.
117117

118-
- <b>C2. Unsupervised Learning</b>
118+
- <b> :material-view-dashboard: C2. Unsupervised Learning</b>
119119

120120
---
121121

122122
<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.
123123

124-
- <b>C3. Supervised Learning</b>
124+
- <b> :material-human-male-board-poll: C3. Supervised Learning</b>
125125

126126
---
127127

128128
<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.
129129

130-
- <b>C4. Ensemble Learning</b>
130+
- <b> :material-ballot: C4. Ensemble Learning</b>
131131

132132
---
133133

@@ -142,28 +142,28 @@ timeline
142142

143143
<div class="grid cards" markdown>
144144

145-
- <b>D1. Deep Learning in PyTorch </b>
145+
- <b> :material-brain: D1. Deep Learning in PyTorch </b>
146146

147147
---
148148

149149
<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.
150150

151151

152-
- <b>D2. Transformers with HuggingFace</b>
152+
- <b> :material-robot: D2. Transformers with HuggingFace</b>
153153

154154
---
155155

156156
<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.
157157

158158

159-
- <b>D3. Generative AI 1 - LLM, RAG</b>
159+
- <b> :material-sitemap: D3. Generative AI 1 - LLM, RAG</b>
160160

161161
---
162162

163163
<p>Retrieval-augmented generation (RAG) is a technique that enables large language models (LLMs) to retrieve and incorporate new information.
164164

165165

166-
- <b>D4. Generative AI - Multimodal LLMs </b>
166+
- <b> :material-multimedia: D4. Generative AI - Multimodal LLMs </b>
167167

168168
---
169169

@@ -176,20 +176,20 @@ timeline
176176

177177
<div class="grid cards" markdown>
178178

179-
- <b>D1. MLOps</b>
179+
- <b> :material-developer-board: D1. MLOps</b>
180180

181181
---
182182

183183
<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.
184184

185-
- <b>D2. LLMOps</b>
185+
- <b> :material-developer-board: D2. LLMOps</b>
186186

187187
---
188188

189189
<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.
190190

191191

192-
- <b>D3. AgentOps</b>
192+
- <b> :material-face-agent: D3. AgentOps</b>
193193

194194
---
195195

0 commit comments

Comments
 (0)