├── 01-Artificial Intelligence ├── Books-and-Papers.md ├── Courses.md └── Resoures.md ├── 02-Machine Learning ├── Books-and-Papers.md ├── Courses.md └── Resoures.md ├── 03-Deep Learning ├── Books-and-Papers.md ├── Courses.md ├── Docs │ ├── 0001-Memorizing is not learning.pdf │ └── 0002-Qi_PointNet_Deep_Learning_CVPR_2017_paper.pdf └── Resoures.md ├── 04-Persian Resources └── README.md ├── CheetSheets ├── Matplotlib_cheatsheet_datacamp.png ├── Pandas_Cheat_Datacamp.png ├── Pandas_Cheat_Sheet.pdf ├── Python_Matplotlib_Cheat_Sheet.pdf └── Seaborn_Cheatsheet_Datacamp.png └── README.md /01-Artificial Intelligence/Books-and-Papers.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /01-Artificial Intelligence/Courses.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /01-Artificial Intelligence/Resoures.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /02-Machine Learning/Books-and-Papers.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /02-Machine Learning/Courses.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /02-Machine Learning/Resoures.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /03-Deep Learning/Books-and-Papers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/03-Deep Learning/Books-and-Papers.md -------------------------------------------------------------------------------- /03-Deep Learning/Courses.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /03-Deep Learning/Docs/0001-Memorizing is not learning.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/03-Deep Learning/Docs/0001-Memorizing is not learning.pdf -------------------------------------------------------------------------------- /03-Deep Learning/Docs/0002-Qi_PointNet_Deep_Learning_CVPR_2017_paper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/03-Deep Learning/Docs/0002-Qi_PointNet_Deep_Learning_CVPR_2017_paper.pdf -------------------------------------------------------------------------------- /03-Deep Learning/Resoures.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /04-Persian Resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/04-Persian Resources/README.md -------------------------------------------------------------------------------- /CheetSheets/Matplotlib_cheatsheet_datacamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/CheetSheets/Matplotlib_cheatsheet_datacamp.png -------------------------------------------------------------------------------- /CheetSheets/Pandas_Cheat_Datacamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/CheetSheets/Pandas_Cheat_Datacamp.png -------------------------------------------------------------------------------- /CheetSheets/Pandas_Cheat_Sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/CheetSheets/Pandas_Cheat_Sheet.pdf -------------------------------------------------------------------------------- /CheetSheets/Python_Matplotlib_Cheat_Sheet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/CheetSheets/Python_Matplotlib_Cheat_Sheet.pdf -------------------------------------------------------------------------------- /CheetSheets/Seaborn_Cheatsheet_Datacamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/CheetSheets/Seaborn_Cheatsheet_Datacamp.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/moaminsharifi/my-ai-resource/HEAD/README.md --------------------------------------------------------------------------------