diff --git a/Caffe_examples/.gitkeep b/Caffe_examples/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Caffe/DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf b/Caffe_examples/talks/DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf similarity index 100% rename from Caffe/DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf rename to Caffe_examples/talks/DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf diff --git a/Caffee/DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf b/Caffee/DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf deleted file mode 100644 index b22b9e9..0000000 Binary files a/Caffee/DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe.pdf and /dev/null differ diff --git a/Notebooks/README.md b/ML_notebooks/README.md similarity index 100% rename from Notebooks/README.md rename to ML_notebooks/README.md diff --git a/Notebooks/learning_from_unbalanced_clases.ipynb b/ML_notebooks/learning_from_unbalanced_clases.ipynb similarity index 100% rename from Notebooks/learning_from_unbalanced_clases.ipynb rename to ML_notebooks/learning_from_unbalanced_clases.ipynb diff --git a/Numpy/Li.py b/Numpy_examples/Li.py similarity index 100% rename from Numpy/Li.py rename to Numpy_examples/Li.py diff --git a/Numpy/NeareastNeighbor.py b/Numpy_examples/NeareastNeighbor.py similarity index 100% rename from Numpy/NeareastNeighbor.py rename to Numpy_examples/NeareastNeighbor.py diff --git a/Numpy/README.md b/Numpy_examples/README.md similarity index 100% rename from Numpy/README.md rename to Numpy_examples/README.md diff --git a/Numpy/cs228-python-tutorial.ipynb b/Numpy_examples/cs228-python-tutorial.ipynb similarity index 100% rename from Numpy/cs228-python-tutorial.ipynb rename to Numpy_examples/cs228-python-tutorial.ipynb diff --git a/Numpy/dropout.py b/Numpy_examples/dropout.py similarity index 100% rename from Numpy/dropout.py rename to Numpy_examples/dropout.py diff --git a/Numpy/gradient.py b/Numpy_examples/gradient.py similarity index 100% rename from Numpy/gradient.py rename to Numpy_examples/gradient.py diff --git a/Numpy/neuron.py b/Numpy_examples/neuron.py similarity index 100% rename from Numpy/neuron.py rename to Numpy_examples/neuron.py diff --git a/Numpy/nn_case_study.py b/Numpy_examples/nn_case_study.py similarity index 100% rename from Numpy/nn_case_study.py rename to Numpy_examples/nn_case_study.py diff --git a/Numpy/nn_simple.ipynb b/Numpy_examples/nn_simple.ipynb similarity index 100% rename from Numpy/nn_simple.ipynb rename to Numpy_examples/nn_simple.ipynb diff --git a/README.md b/README.md index a027c80..6dcd7a2 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ ## In this Repositoryy -* [Tensorflow](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/TensorFlow): examples in TF. -* [Caffe](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Caffe): examples in Caffe. +* [Tensorflow_examples](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/TensorFlow): examples in TF. +* [Caffe_examples](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Caffe): examples in Caffe. * [DeepArt](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Numpy): deep learning generated art. * [ML Notebooks](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Notebooks): jupyter notebooks with ML examples. * [Numpy examples](https://github.com/bt3gl/Resources-Machine_Learning/tree/master/Numpy): some snippetes in Numpy. diff --git a/Talks/.DS_Store b/Talks/.DS_Store deleted file mode 100644 index 5008ddf..0000000 Binary files a/Talks/.DS_Store and /dev/null differ diff --git a/Talks/AlphaGo_IJCAI.pdf b/Talks/AlphaGo_IJCAI.pdf deleted file mode 100644 index 7533889..0000000 Binary files a/Talks/AlphaGo_IJCAI.pdf and /dev/null differ diff --git a/Talks/DLSummerSchool_Aug2016_compress.pdf b/Talks/DLSummerSchool_Aug2016_compress.pdf deleted file mode 100644 index 203f9a5..0000000 Binary files a/Talks/DLSummerSchool_Aug2016_compress.pdf and /dev/null differ diff --git a/Talks/icml2016_tutorial_deep_residual_networks_kaiminghe.pdf b/Talks/icml2016_tutorial_deep_residual_networks_kaiminghe.pdf deleted file mode 100644 index 438394a..0000000 Binary files a/Talks/icml2016_tutorial_deep_residual_networks_kaiminghe.pdf and /dev/null differ diff --git a/Talks/intro_RL/intro_RL.pdf b/Talks/intro_RL/intro_RL.pdf deleted file mode 100644 index 6b8f895..0000000 Binary files a/Talks/intro_RL/intro_RL.pdf and /dev/null differ diff --git a/TensorFlow/intro_linear_model.py b/TensorFlow_examples/intro_linear_model.py similarity index 100% rename from TensorFlow/intro_linear_model.py rename to TensorFlow_examples/intro_linear_model.py