Python Deep Learning: PyTorch vs Tensorflow
https://realpython.com/courses/deep-learning-pytorch-tensorflow/
https://realpython.com/courses/deep-learning-pytorch-tensorflow/
Realpython
Python Deep Learning: PyTorch vs Tensorflow – Real Python
PyTorch vs Tensorflow: Which one should you use? Learn about these two popular deep learning libraries and how to choose the best one for your project.
best-python-cheat-sheet: The Best* Python Cheat Sheet
https://github.com/kieranholland/best-python-cheat-sheet
https://github.com/kieranholland/best-python-cheat-sheet
GitHub
GitHub - kieranholland/best-python-cheat-sheet: The *Best Python Cheat Sheet - A dense Python cheat sheet with just what you need.
The *Best Python Cheat Sheet - A dense Python cheat sheet with just what you need. - kieranholland/best-python-cheat-sheet
Compatibility Layer Between Polars, Pandas, cuDF, and More!
https://github.com/MarcoGorelli/narwhals
https://github.com/MarcoGorelli/narwhals
GitHub
GitHub - MarcoGorelli/narwhals: Lightweight and extensible compatibility layer between Polars, pandas, cuDF, Modin, and more!
Lightweight and extensible compatibility layer between Polars, pandas, cuDF, Modin, and more! - MarcoGorelli/narwhals
Data Analysis with Pandas: Why Pandas Series Deserve Your Attention
https://medium.com/@benjamin.BA/data-analysis-with-pandas-why-pandas-series-deserve-your-attention-08f9288eada4
https://medium.com/@benjamin.BA/data-analysis-with-pandas-why-pandas-series-deserve-your-attention-08f9288eada4
Medium
Data Analysis with Pandas: Why Pandas Series Deserve Your Attention
Introduction
The Math Behind Convolutional Neural Networks
https://towardsdatascience.com/the-math-behind-convolutional-neural-networks-6aed775df076
https://towardsdatascience.com/the-math-behind-convolutional-neural-networks-6aed775df076
Towards Data Science
The Math Behind Convolutional Neural Networks | Towards Data Science
Dive into CNN, the backbone of Computer Vision, understand its mathematics, implement it from scratch, and explore its applications
5 Ways to Serve Open Source LLMs (With Code Examples)
https://towardsdatascience.com/5-ways-to-serve-open-source-llms-with-code-examples-39e02cdd4a70
https://towardsdatascience.com/5-ways-to-serve-open-source-llms-with-code-examples-39e02cdd4a70
Medium
5 Ways to Serve Open Source LLMs (With Code Examples)
Code and Instructions for each method applied to Llama 2 7B
Boost Your Python Performance: Leveraging Decorators for Timing Functions
https://mysteryweevil.medium.com/boost-your-python-performance-leveraging-decorators-for-timing-functions-f5512c63abff
https://mysteryweevil.medium.com/boost-your-python-performance-leveraging-decorators-for-timing-functions-f5512c63abff
Medium
Boost Your Python Performance: Leveraging Decorators for Timing Functions
Learn How to Measure and Improve Function Performance with Decorators