| ... | @@ -4,6 +4,8 @@ |
... | @@ -4,6 +4,8 @@ |
|
|
|
|
|
|
|
- [Python for beginners](https://www.youtube.com/watch?v=rfscVS0vtbw)
|
|
- [Python for beginners](https://www.youtube.com/watch?v=rfscVS0vtbw)
|
|
|
|
|
|
|
|
|
- [Learn to code: freecodecamp](https://freecodecamp.org)
|
|
|
|
|
|
|
- [Python Like You Mean It](https://www.pythonlikeyoumeanit.com/)
|
|
- [Python Like You Mean It](https://www.pythonlikeyoumeanit.com/)
|
|
|
|
|
|
|
|
- [Data Preprocessing in Python](https://medium.datadriveninvestor.com/data-preprocessing-3cd01eefd438)
|
|
- [Data Preprocessing in Python](https://medium.datadriveninvestor.com/data-preprocessing-3cd01eefd438)
|
| ... | @@ -52,3 +54,26 @@ We will be using Scikit-Learn for importing a variety of ML libraries, particula |
... | @@ -52,3 +54,26 @@ We will be using Scikit-Learn for importing a variety of ML libraries, particula |
|
|
## TensorFlow
|
|
## TensorFlow
|
|
|
|
|
|
|
|
- [Tutorials](https://www.tensorflow.org/tutorials)
|
|
- [Tutorials](https://www.tensorflow.org/tutorials)
|
|
|
|
- [Tensorboad for visualization](https://www.tensorflow.org/tensorboard/)
|
|
|
|
|
|
|
|
## Online tools
|
|
|
|
|
|
|
|
- [fastpages: blogging platform with extra features for Jupyter Notebooks](https://fastpages.fast.ai/)
|
|
|
|
|
|
|
|
- [Benchmarking Every Open Source Model](https://sotabench.com)
|
|
|
|
|
|
|
|
- [Record for your model training](https://www.wandb.com/experiment-tracking)
|
|
|
|
|
|
|
|
- [Version Control System for Machine Learning Projects](https://dvc.org/)
|
|
|
|
|
|
|
|
- [Pipeline tracking and production model management](https://wandb.ai/site/artifacts)
|
|
|
|
|
|
|
|
|
|
|
|
## Others places to look for answers
|
|
|
|
|
|
|
|
- [Open-access archive](https://arxiv.org)
|
|
|
|
|
|
|
|
- [towardsdatascience: sharing concepts, ideas and codes](https://towardsdatascience.com)
|
|
|
|
|
|
|
|
|
|
|
|
|