Repository: kailashahirwar/cheatsheets-ai
Branch: master
Commit: 8be2a53d7841
Files: 4
Total size: 5.3 KB
Directory structure:
gitextract_cfcjkamm/
├── .gitignore
├── LICENSE.md
├── README.md
└── _config.yml
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
.idea
================================================
FILE: LICENSE.md
================================================
MIT License
Copyright (c) 2017 Kailash Ahirwar
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================
FILE: README.md
================================================
# AI Cheatsheets
Essential Cheat Sheets for deep learning and machine learning engineers
Website: https://aicheatsheets.com
Looking for a new job? Take Triplebyte’s quiz and get a job at top companies like Adobe, Dropbox and Instacart!



Medium Article: https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5

Reddit Thread: https://www.reddit.com/r/Python/comments/cyslju/ai_cheatsheets_now_learn_tensorflow_keras_pytorch/?utm_source=share&utm_medium=web2x

- [**Tensorflow**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/PDFs/Tensorflow.pdf)
- [**Keras**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Keras.jpg)
- [**Neural Networks Zoo**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Neural%20Networks%20Zoo.png)
- [**Numpy**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Numpy.png)
- [**Scipy**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Scipy.png)
- [**Pandas-1**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Pandas-1.jpg)
- [**Pandas-2**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Pandas-2.jpg)
- [**Pandas-3**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Pandas-3.png)
- [**Scikit-learn**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Scikit%20Learn.png)
- [**Matplotlib**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Matplotlib.png)
- [**Seaborn**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/seaborn.png)
- [**ggplot2-1**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/ggplot2-1.jpg)
- [**ggplot2-2**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/ggplot2-2.jpg)
- [**PySpark**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/PySpark.jpg)
- [**PySpark-RDD**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/PySpark-RDD.png)
- [**PySpark-SQL**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/PySpark-SQL.png)
- [**R Studio(dplyr & tidyr)-1**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Data%20Wrangling%20with%20dplyr%20and%20tidyr%20-%20R%20Studio-1.jpg)
- [**R Studio(dplyr & tidyr)-2**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Data%20Wrangling%20with%20dplyr%20and%20tidyr%20-%20R%20Studio-2.jpg)
- [**Neural Network Cells**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Neural%20Network%20Cells.png)
- [**Neural Network Graphs**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Neural%20Network%20Graphs.png)
- [**Deep Learning Cheat Sheet**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Deep%20Learning%20Cheat%20Sheet-Hacker%20Noon.pdf)
- [**Dask1**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Dask1.png)
- [**Dask2**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Dask2.png)
- [**Dask3**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Dask3.png)
- [**Dask4**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/Dask4.png)
- [**All Cheat Sheets(PDF)**](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/All%20Cheat%20Sheets.pdf)
[**Medium Article**](https://medium.com/@kailashahirwar/essential-cheat-sheets-for-machine-learning-and-deep-learning-researchers-efb6a8ebd2e5)
License
-----------------
[MIT License](https://github.com/kailashahirwar/cheatsheets-ai/blob/master/LICENSE.md)
[AI Cheatsheets](https://aicheatsheets.com)
================================================
FILE: _config.yml
================================================
theme: jekyll-theme-cayman