├── Getting Started with ML.py └── Contributing.md /Getting Started with ML.py: -------------------------------------------------------------------------------- 1 | Code samples & snippets coming soon! 2 | 3 | 4 | # Setting up PyTorch 5 | 6 | 7 | # Setting up TensorFlow 8 | 9 | 10 | # Setting up Keras 11 | 12 | -------------------------------------------------------------------------------- /Contributing.md: -------------------------------------------------------------------------------- 1 | # Contributing Guidelines 2 | 3 | **Make sure your pull request follows these guidelines:** 4 | 5 | - [x] Search through the previous pull requests before making a new one! 6 | - [x] Adding new categories, or improving existing categories is welcome! 7 | - [x] Make sure you've personally used or benefited from the suggested resource. 8 | - [x] Make an individual pull request for each suggestion. 9 | - [x] Use the following format: `[Resource Title](url link) — description.` 10 | - [x] Expand on why the resource is useful in your pull request if needed. 11 | - [x] Keep descriptions short and simple, but descriptive. 12 | - [x] Please double check your spelling and grammar. 13 | 14 | **Thanks for contributing to this Project!** 15 | --------------------------------------------------------------------------------