├── .gitignore ├── Books ├── Aurélien Géron - Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow_ Concepts, Tools, and Techniques to Build Intelligent Systems-O'Reilly Media (2022).pdf ├── Burkov, Andriy - The hundred-page machine learning book-Andriy Burkov (2019).pdf ├── François Chollet - Deep Learning with Python-Manning Publications (2021).pdf ├── Jeremy Howard, Sylvain Gugger - Deep Learning for Coders with fastai and PyTorch_ AI Applications Without a PhD-O'Reilly Media (2020).pdf ├── Sowmya Vajjala, Bodhisattwa Majumder, Anuj Gupta, Harshit Surana - Practical Natural Language Processing_ A Comprehensive Guide to Building Real-World NLP Systems-O'Reilly Media, In.pdf └── readme.md ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/.gitignore -------------------------------------------------------------------------------- /Books/Aurélien Géron - Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow_ Concepts, Tools, and Techniques to Build Intelligent Systems-O'Reilly Media (2022).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/Books/Aurélien Géron - Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow_ Concepts, Tools, and Techniques to Build Intelligent Systems-O'Reilly Media (2022).pdf -------------------------------------------------------------------------------- /Books/Burkov, Andriy - The hundred-page machine learning book-Andriy Burkov (2019).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/Books/Burkov, Andriy - The hundred-page machine learning book-Andriy Burkov (2019).pdf -------------------------------------------------------------------------------- /Books/François Chollet - Deep Learning with Python-Manning Publications (2021).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/Books/François Chollet - Deep Learning with Python-Manning Publications (2021).pdf -------------------------------------------------------------------------------- /Books/Jeremy Howard, Sylvain Gugger - Deep Learning for Coders with fastai and PyTorch_ AI Applications Without a PhD-O'Reilly Media (2020).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/Books/Jeremy Howard, Sylvain Gugger - Deep Learning for Coders with fastai and PyTorch_ AI Applications Without a PhD-O'Reilly Media (2020).pdf -------------------------------------------------------------------------------- /Books/Sowmya Vajjala, Bodhisattwa Majumder, Anuj Gupta, Harshit Surana - Practical Natural Language Processing_ A Comprehensive Guide to Building Real-World NLP Systems-O'Reilly Media, In.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/Books/Sowmya Vajjala, Bodhisattwa Majumder, Anuj Gupta, Harshit Surana - Practical Natural Language Processing_ A Comprehensive Guide to Building Real-World NLP Systems-O'Reilly Media, In.pdf -------------------------------------------------------------------------------- /Books/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/Books/readme.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NebulaTris/MLE_guide/HEAD/README.md --------------------------------------------------------------------------------