Skip to content

Commit 693de74

Browse files
Update mlpaths_grids.md
1 parent 4649cbf commit 693de74

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/mlpaths_grids.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@ We present 20 topics in the data science learning path, providing learning objec
1111
timeline
1212
1313
title Machine Learning/Artificial Intelligence Learning Paths
14-
<b>A. General Data Science</b> : A1. Introduction to Data Science and Machine Learning
14+
A. General Data Science : A1. Introduction to Data Science and Machine Learning
1515
: A2. Data Analyis with Pandas
1616
: A3. Data Visualization
1717
: A3. Ethical Considerations in Data Science
18-
<b>B. Statistics</b> : B1. Descriptive Statistics
18+
B. Statistics : B1. Descriptive Statistics
1919
: B2. Probability Distributions
2020
: B3. Inferential Statistics
2121
: B4. Bayesian Statistics
22-
<b>C. Machine Learning</b> : C1. Machine Learning with Scikit-Learn
22+
C. Machine Learning : C1. Machine Learning with Scikit-Learn
2323
: C2. Supervised Learning
2424
: C3. Unsupervised Learning
2525
: C4. Ensemble Methods
26-
<b>D. Deep Learning</b> : D1. Neural Networks with PyTorch
26+
D. Deep Learning : D1. Neural Networks with PyTorch
2727
: D2. Transformers with HuggingFace
2828
: D3. GenAI 1 <br> (LLM, RAG)
2929
: D4. GenAI 2 <br> (Multimodal LLMs)
3030
: D5. Agents and MCP
31-
<b>E. Continuous Integration / Continuous Deployment</b> : E1. MLOps
31+
E. Continuous Integration / Continuous Deployment : E1. MLOps
3232
: E2. LLMOps
3333
: E3. AgentsOps
3434
```
@@ -44,28 +44,28 @@ timeline
4444

4545
<div class="grid cards" markdown>
4646

47-
- [:material-creation: **A1. Introduction to Data Science and Machine Learning**](mlpaths/A1_Intro_to_DataScience_and_ML.md)
47+
- [<b> :material-creation: A1. Introduction to Data Science and Machine Learning</b>](mlpaths/A1_Intro_to_DataScience_and_ML.md)
4848

4949
---
5050

5151
<p>Data Science is an interdisciplinary field focused on extracting knowledge and insights from data. Machine Learning (ML), a key component of Artificial Intelligence (AI), enables systems to learn from data to make decisions or predictions.</p>
5252

5353

54-
- [<b>:material-poll: A2. Data Analysis with Pandas</b>](mlpaths/A2_Python_for_DataScience.md)
54+
- [<b> :material-poll: A2. Data Analysis with Pandas</b>](mlpaths/A2_Python_for_DataScience.md)
5555

5656
---
5757

5858
<p>Pandas is an open-source Python library used for data manipulation and analysis. It provides data structures, such as Series (1D) and DataFrames (2D), designed to handle tabular datasets efficiently.
5959

6060

61-
- [<b>:material-chart-scatter-plot-hexbin: A3. Data Visualization with Matplotlib and Seaborn</b>](mlpaths/A2_Python_for_DataScience.md)
61+
- [<b> :material-chart-scatter-plot-hexbin: A3. Data Visualization with Matplotlib and Seaborn</b>](mlpaths/A2_Python_for_DataScience.md)
6262

6363
---
6464

6565
<p>Matplotlib is a library in Python that enables users to generate visualizations like histograms, scatter plots, bar charts, pie charts and much more. Seaborn is a visualization library that is built on top of Matplotlib. It provides data visualizations that are typically more aesthetic and statistically sophisticated.
6666

6767

68-
- <b>:material-scale-balance: A4. Ethical Considerations of Data Science</b>
68+
- <b> :material-scale-balance: A4. Ethical Considerations of Data Science</b>
6969

7070
---
7171

0 commit comments

Comments
 (0)