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
-[**Linear Algebra Review and Reference**](https://www.cs.cmu.edu/%7Ezkolter/course/linalg/linalg_notes.pdf) written by [*Zico Kolter*](https://zicokolter.com).
@@ -118,19 +118,19 @@ Installing `matplotlib` and `pandas` is **OPTIONAL**. They are used exclusively
118
118
-**Pandas**
119
119
- A powerful, open-source data analysis and manipulation library built on top of NumPy for Python
120
120
- Official site: [pandas.pydata.org](https://pandas.pydata.org/)
121
-
- My Pandas Workshop: [Coming Soon](https://github.com/mr-pylin/#)
121
+
- My Pandas Workshop: [**Coming Soon**](https://github.com/mr-pylin/#)
122
122
-**Data Visualization**
123
123
- A comprehensive collection of Python libraries for creating static, animated, and interactive visualizations: **Matplotlib**, **Seaborn**, and **Plotly**.
124
124
- Official sites: [matplotlib.org](https://matplotlib.org/) | [seaborn.pydata.org](https://seaborn.pydata.org/) | [plotly.com](https://plotly.com/)
125
-
- My MatPlotLib Workshop: [github.com/mr-pylin/data-visualization-workshop](https://github.com/mr-pylin/data-visualization-workshop)
125
+
- My MatPlotLib Workshop: [**github.com/mr-pylin/data-visualization-workshop**](https://github.com/mr-pylin/data-visualization-workshop)
126
126
-**PyTorch**
127
127
- An open-source **machine learning** library for Python developed by [**Meta AI**](https://ai.meta.com/), used for applications such as **deep learning** and **neural networks**.
128
128
- Official site: [pytorch.org](https://pytorch.org/)
129
-
- My PyTorch Workshop: [github.com/mr-pylin/pytorch-workshop](https://github.com/mr-pylin/pytorch-workshop)
129
+
- My PyTorch Workshop: [**github.com/mr-pylin/pytorch-workshop**](https://github.com/mr-pylin/pytorch-workshop)
130
130
-**Media Processing**
131
131
- A comprehensive resource to explore media processing, from fundamental concepts to advanced techniques.
132
132
- Official sites: [opencv.org](https://opencv.org/) | [scikit-image.org](https://scikit-image.org/) | [pillow.readthedocs.io](https://pillow.readthedocs.io/en/stable/index.html) | [scipy.org](https://scipy.org/)
133
-
- My Media Processing Workshop: [github.com/mr-pylin/media-processing-workshop](https://github.com/mr-pylin/media-processing-workshop)
133
+
- My Media Processing Workshop: [**github.com/mr-pylin/media-processing-workshop**](https://github.com/mr-pylin/media-processing-workshop)
0 commit comments