Cheat Sheets
Tensorflow
TensorFlow Quick Reference Table
TensorFlow is very popular deep learning library, with its complexity can be overwhelming especially for new users. Here is a short summary of often used functions.
TensorFlow v2.0 Cheat Sheet
TensorFlow is an open-source software library for highperformance numerical computation. Its flexible architecture enables to easily deploy computation across a variety of platforms (CPUs, GPUs, and TPUs), as well as mobile and edge devices, desktops, and clusters of servers. TensorFlow comes with strong support for machine learning and deep learning
PyTorch
PyTorch is an open source machine learning framework based on the Torch library, used for applications such as computer vision and natural language processing, primarily developed by Meta AI. It is free and open-source software released under the Modified BSD license.
PyTorch Framework Cheat Sheet
PyTorch Official Cheat Sheet
Python
Python is a general-purpose, versatile, and powerful programming language. It’s a great first language because it’s concise and easy to read. Whatever you want to do, Python can do it. From web development to machine learning to data science, Python is the language for you
Comprehensive Python Cheatsheet
Learn Python in Y minutes
Official Matplotlib cheat sheets
R
R is a programming language for statistical computing and graphics supported by the R Core Team and the R Foundation for Statistical Computing.