diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/lesson-card.md b/.github/ISSUE_TEMPLATE/lesson-card.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/lesson_elements.md b/.github/ISSUE_TEMPLATE/lesson_elements.md old mode 100644 new mode 100755 diff --git a/.github/PULL_REQUEST_TEMPLATE/translation_checklist.md b/.github/PULL_REQUEST_TEMPLATE/translation_checklist.md old mode 100644 new mode 100755 diff --git a/.github/workflows/azure-static-web-apps-jolly-sea-0a877260f.yml b/.github/workflows/azure-static-web-apps-jolly-sea-0a877260f.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.nojekyll b/.nojekyll old mode 100644 new mode 100755 diff --git a/1-Introduction/1-intro-to-ML/README.md b/1-Introduction/1-intro-to-ML/README.md old mode 100644 new mode 100755 diff --git a/1-Introduction/1-intro-to-ML/assignment.es.md b/1-Introduction/1-intro-to-ML/assignment.es.md new file mode 100644 index 00000000..53da9012 --- /dev/null +++ b/1-Introduction/1-intro-to-ML/assignment.es.md @@ -0,0 +1,9 @@ +# Lévantate y corre + +## Instrucciones + +En esta tarea no calificada, debe repasar Python y hacer que su entorno esté en funcionamiento y sea capaza de ejecutar cuadernos + +Tome esta [Ruta de aprendizaje de Python](https://docs.microsoft.com/learn/paths/python-language/?WT.mc_id=academic-15963-cxa), y luego configure su sistema con estos videos introductorios: + +https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6 diff --git a/1-Introduction/1-intro-to-ML/assignment.md b/1-Introduction/1-intro-to-ML/assignment.md old mode 100644 new mode 100755 diff --git a/1-Introduction/1-intro-to-ML/images/ai-ml-ds.png b/1-Introduction/1-intro-to-ML/images/ai-ml-ds.png old mode 100644 new mode 100755 diff --git a/1-Introduction/1-intro-to-ML/images/hype.png b/1-Introduction/1-intro-to-ML/images/hype.png old mode 100644 new mode 100755 diff --git a/1-Introduction/1-intro-to-ML/translations/README.es.md b/1-Introduction/1-intro-to-ML/translations/README.es.md old mode 100644 new mode 100755 diff --git a/1-Introduction/2-history-of-ML/README.md b/1-Introduction/2-history-of-ML/README.md old mode 100644 new mode 100755 diff --git a/1-Introduction/2-history-of-ML/assignment.md b/1-Introduction/2-history-of-ML/assignment.md old mode 100644 new mode 100755 diff --git a/1-Introduction/2-history-of-ML/images/eliza.png b/1-Introduction/2-history-of-ML/images/eliza.png old mode 100644 new mode 100755 diff --git a/1-Introduction/2-history-of-ML/images/shakey.jpg b/1-Introduction/2-history-of-ML/images/shakey.jpg old mode 100644 new mode 100755 diff --git a/1-Introduction/2-history-of-ML/translations/README.es.md b/1-Introduction/2-history-of-ML/translations/README.es.md old mode 100644 new mode 100755 diff --git a/1-Introduction/3-fairness/README.md b/1-Introduction/3-fairness/README.md old mode 100644 new mode 100755 diff --git a/1-Introduction/3-fairness/assignment.md b/1-Introduction/3-fairness/assignment.md old mode 100644 new mode 100755 diff --git a/1-Introduction/3-fairness/images/ceos.png b/1-Introduction/3-fairness/images/ceos.png old mode 100644 new mode 100755 diff --git a/1-Introduction/3-fairness/images/fairness.png b/1-Introduction/3-fairness/images/fairness.png old mode 100644 new mode 100755 diff --git a/1-Introduction/3-fairness/images/gender-bias-translate-en-tr.png b/1-Introduction/3-fairness/images/gender-bias-translate-en-tr.png old mode 100644 new mode 100755 diff --git a/1-Introduction/3-fairness/images/gender-bias-translate-tr-en.png b/1-Introduction/3-fairness/images/gender-bias-translate-tr-en.png old mode 100644 new mode 100755 diff --git a/1-Introduction/3-fairness/translations/README.es.md b/1-Introduction/3-fairness/translations/README.es.md old mode 100644 new mode 100755 diff --git a/1-Introduction/4-techniques-of-ML/README.md b/1-Introduction/4-techniques-of-ML/README.md old mode 100644 new mode 100755 diff --git a/1-Introduction/4-techniques-of-ML/assignment.md b/1-Introduction/4-techniques-of-ML/assignment.md old mode 100644 new mode 100755 diff --git a/1-Introduction/4-techniques-of-ML/images/overfitting.png b/1-Introduction/4-techniques-of-ML/images/overfitting.png old mode 100644 new mode 100755 diff --git a/1-Introduction/4-techniques-of-ML/translations/README.es.md b/1-Introduction/4-techniques-of-ML/translations/README.es.md old mode 100644 new mode 100755 diff --git a/1-Introduction/README.md b/1-Introduction/README.md old mode 100644 new mode 100755 diff --git a/1-Introduction/images/globe.jpg b/1-Introduction/images/globe.jpg old mode 100644 new mode 100755 diff --git a/2-Regression/1-Tools/README.md b/2-Regression/1-Tools/README.md old mode 100644 new mode 100755 diff --git a/2-Regression/1-Tools/assignment.md b/2-Regression/1-Tools/assignment.md old mode 100644 new mode 100755 diff --git a/2-Regression/1-Tools/images/notebook.png b/2-Regression/1-Tools/images/notebook.png old mode 100644 new mode 100755 diff --git a/2-Regression/1-Tools/images/scatterplot.png b/2-Regression/1-Tools/images/scatterplot.png old mode 100644 new mode 100755 diff --git a/2-Regression/1-Tools/notebook.ipynb b/2-Regression/1-Tools/notebook.ipynb old mode 100644 new mode 100755 diff --git a/2-Regression/1-Tools/solution/notebook.ipynb b/2-Regression/1-Tools/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/2-Regression/1-Tools/translations/README.es.md b/2-Regression/1-Tools/translations/README.es.md old mode 100644 new mode 100755 diff --git a/2-Regression/2-Data/README.md b/2-Regression/2-Data/README.md old mode 100644 new mode 100755 diff --git a/2-Regression/2-Data/assignment.md b/2-Regression/2-Data/assignment.md old mode 100644 new mode 100755 diff --git a/2-Regression/2-Data/images/barchart.png b/2-Regression/2-Data/images/barchart.png old mode 100644 new mode 100755 diff --git a/2-Regression/2-Data/images/data-visualization.png b/2-Regression/2-Data/images/data-visualization.png old mode 100644 new mode 100755 diff --git a/2-Regression/2-Data/images/scatterplot.png b/2-Regression/2-Data/images/scatterplot.png old mode 100644 new mode 100755 diff --git a/2-Regression/2-Data/notebook.ipynb b/2-Regression/2-Data/notebook.ipynb old mode 100644 new mode 100755 diff --git a/2-Regression/2-Data/solution/notebook.ipynb b/2-Regression/2-Data/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/2-Regression/2-Data/translations/README.es.md b/2-Regression/2-Data/translations/README.es.md old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/README.md b/2-Regression/3-Linear/README.md old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/assignment.md b/2-Regression/3-Linear/assignment.md old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/images/calculation.png b/2-Regression/3-Linear/images/calculation.png old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/images/heatmap.png b/2-Regression/3-Linear/images/heatmap.png old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/images/linear-polynomial.png b/2-Regression/3-Linear/images/linear-polynomial.png old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/images/linear.png b/2-Regression/3-Linear/images/linear.png old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/images/polynomial.png b/2-Regression/3-Linear/images/polynomial.png old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/images/slope.png b/2-Regression/3-Linear/images/slope.png old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/notebook.ipynb b/2-Regression/3-Linear/notebook.ipynb old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/solution/notebook.ipynb b/2-Regression/3-Linear/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/2-Regression/3-Linear/translations/README.es.md b/2-Regression/3-Linear/translations/README.es.md old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/README.md b/2-Regression/4-Logistic/README.md old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/assignment.md b/2-Regression/4-Logistic/assignment.md old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/ROC.png b/2-Regression/4-Logistic/images/ROC.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/confusion-matrix.png b/2-Regression/4-Logistic/images/confusion-matrix.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/grid.png b/2-Regression/4-Logistic/images/grid.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/logistic-linear.png b/2-Regression/4-Logistic/images/logistic-linear.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/logistic.png b/2-Regression/4-Logistic/images/logistic.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/multinomial-ordinal.png b/2-Regression/4-Logistic/images/multinomial-ordinal.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/pumpkin-classifier.png b/2-Regression/4-Logistic/images/pumpkin-classifier.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/sigmoid.png b/2-Regression/4-Logistic/images/sigmoid.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/swarm.png b/2-Regression/4-Logistic/images/swarm.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/images/violin.png b/2-Regression/4-Logistic/images/violin.png old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/notebook.ipynb b/2-Regression/4-Logistic/notebook.ipynb old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/solution/notebook.ipynb b/2-Regression/4-Logistic/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/2-Regression/4-Logistic/translations/README.es.md b/2-Regression/4-Logistic/translations/README.es.md old mode 100644 new mode 100755 diff --git a/2-Regression/README.md b/2-Regression/README.md old mode 100644 new mode 100755 diff --git a/2-Regression/data/US-pumpkins.csv b/2-Regression/data/US-pumpkins.csv old mode 100644 new mode 100755 diff --git a/2-Regression/images/jack-o-lanterns.jpg b/2-Regression/images/jack-o-lanterns.jpg old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/README.md b/3-Web-App/1-Web-App/README.md old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/assignment.md b/3-Web-App/1-Web-App/assignment.md old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/data/ufos.csv b/3-Web-App/1-Web-App/data/ufos.csv old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/images/lobe.png b/3-Web-App/1-Web-App/images/lobe.png old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/notebook.ipynb b/3-Web-App/1-Web-App/notebook.ipynb old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/solution/notebook.ipynb b/3-Web-App/1-Web-App/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/solution/ufo-model.pkl b/3-Web-App/1-Web-App/solution/ufo-model.pkl old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/solution/web-app/app.py b/3-Web-App/1-Web-App/solution/web-app/app.py old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/solution/web-app/requirements.txt b/3-Web-App/1-Web-App/solution/web-app/requirements.txt old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/solution/web-app/static/css/styles.css b/3-Web-App/1-Web-App/solution/web-app/static/css/styles.css old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/solution/web-app/templates/index.html b/3-Web-App/1-Web-App/solution/web-app/templates/index.html old mode 100644 new mode 100755 diff --git a/3-Web-App/1-Web-App/translations/README.es.md b/3-Web-App/1-Web-App/translations/README.es.md old mode 100644 new mode 100755 diff --git a/3-Web-App/README.md b/3-Web-App/README.md old mode 100644 new mode 100755 diff --git a/3-Web-App/images/ufo.jpg b/3-Web-App/images/ufo.jpg old mode 100644 new mode 100755 diff --git a/3-Web-App/translations/README.es.md b/3-Web-App/translations/README.es.md old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/README.md b/4-Classification/1-Introduction/README.md old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/assignment.md b/4-Classification/1-Introduction/assignment.md old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/images/binary-multiclass.png b/4-Classification/1-Introduction/images/binary-multiclass.png old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/images/chinese.png b/4-Classification/1-Introduction/images/chinese.png old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/images/cuisine-dist.png b/4-Classification/1-Introduction/images/cuisine-dist.png old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/images/indian.png b/4-Classification/1-Introduction/images/indian.png old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/images/japanese.png b/4-Classification/1-Introduction/images/japanese.png old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/images/korean.png b/4-Classification/1-Introduction/images/korean.png old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/images/pinch.png b/4-Classification/1-Introduction/images/pinch.png old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/images/thai.png b/4-Classification/1-Introduction/images/thai.png old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/notebook.ipynb b/4-Classification/1-Introduction/notebook.ipynb old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/solution/notebook.ipynb b/4-Classification/1-Introduction/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/4-Classification/1-Introduction/translations/README.es.md b/4-Classification/1-Introduction/translations/README.es.md old mode 100644 new mode 100755 diff --git a/4-Classification/2-Classifiers-1/README.md b/4-Classification/2-Classifiers-1/README.md old mode 100644 new mode 100755 diff --git a/4-Classification/2-Classifiers-1/assignment.md b/4-Classification/2-Classifiers-1/assignment.md old mode 100644 new mode 100755 diff --git a/4-Classification/2-Classifiers-1/images/cheatsheet.png b/4-Classification/2-Classifiers-1/images/cheatsheet.png old mode 100644 new mode 100755 diff --git a/4-Classification/2-Classifiers-1/images/comparison.png b/4-Classification/2-Classifiers-1/images/comparison.png old mode 100644 new mode 100755 diff --git a/4-Classification/2-Classifiers-1/images/solvers.png b/4-Classification/2-Classifiers-1/images/solvers.png old mode 100644 new mode 100755 diff --git a/4-Classification/2-Classifiers-1/notebook.ipynb b/4-Classification/2-Classifiers-1/notebook.ipynb old mode 100644 new mode 100755 diff --git a/4-Classification/2-Classifiers-1/solution/notebook.ipynb b/4-Classification/2-Classifiers-1/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/4-Classification/2-Classifiers-1/translations/README.es.md b/4-Classification/2-Classifiers-1/translations/README.es.md old mode 100644 new mode 100755 diff --git a/4-Classification/3-Classifiers-2/README.md b/4-Classification/3-Classifiers-2/README.md old mode 100644 new mode 100755 diff --git a/4-Classification/3-Classifiers-2/assignment.md b/4-Classification/3-Classifiers-2/assignment.md old mode 100644 new mode 100755 diff --git a/4-Classification/3-Classifiers-2/images/map.png b/4-Classification/3-Classifiers-2/images/map.png old mode 100644 new mode 100755 diff --git a/4-Classification/3-Classifiers-2/notebook.ipynb b/4-Classification/3-Classifiers-2/notebook.ipynb old mode 100644 new mode 100755 diff --git a/4-Classification/3-Classifiers-2/solution/notebook.ipynb b/4-Classification/3-Classifiers-2/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/4-Classification/3-Classifiers-2/translations/README.es.md b/4-Classification/3-Classifiers-2/translations/README.es.md old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/README.md b/4-Classification/4-Applied/README.md old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/assignment.md b/4-Classification/4-Applied/assignment.md old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/images/netron.png b/4-Classification/4-Applied/images/netron.png old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/images/web-app.png b/4-Classification/4-Applied/images/web-app.png old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/notebook.ipynb b/4-Classification/4-Applied/notebook.ipynb old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/solution/index.html b/4-Classification/4-Applied/solution/index.html old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/solution/model.onnx b/4-Classification/4-Applied/solution/model.onnx old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/solution/notebook.ipynb b/4-Classification/4-Applied/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/4-Classification/4-Applied/translations/README.es.md b/4-Classification/4-Applied/translations/README.es.md old mode 100644 new mode 100755 diff --git a/4-Classification/README.md b/4-Classification/README.md old mode 100644 new mode 100755 diff --git a/4-Classification/data/cleaned_cuisine.csv b/4-Classification/data/cleaned_cuisine.csv old mode 100644 new mode 100755 diff --git a/4-Classification/data/cuisines.csv b/4-Classification/data/cuisines.csv old mode 100644 new mode 100755 diff --git a/4-Classification/data/ingredient_indexes.csv b/4-Classification/data/ingredient_indexes.csv old mode 100644 new mode 100755 diff --git a/4-Classification/images/thai-food.jpg b/4-Classification/images/thai-food.jpg old mode 100644 new mode 100755 diff --git a/4-Classification/translations/README.es.md b/4-Classification/translations/README.es.md old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/README.md b/5-Clustering/1-Visualize/README.md old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/assignment.md b/5-Clustering/1-Visualize/assignment.md old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/images/all-genres.png b/5-Clustering/1-Visualize/images/all-genres.png old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/images/centroid.png b/5-Clustering/1-Visualize/images/centroid.png old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/images/correlation.png b/5-Clustering/1-Visualize/images/correlation.png old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/images/distribution.png b/5-Clustering/1-Visualize/images/distribution.png old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/images/facetgrid.png b/5-Clustering/1-Visualize/images/facetgrid.png old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/images/flat-nonflat.png b/5-Clustering/1-Visualize/images/flat-nonflat.png old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/images/hierarchical.png b/5-Clustering/1-Visualize/images/hierarchical.png old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/images/popular.png b/5-Clustering/1-Visualize/images/popular.png old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/notebook.ipynb b/5-Clustering/1-Visualize/notebook.ipynb old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/solution/notebook.ipynb b/5-Clustering/1-Visualize/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/5-Clustering/1-Visualize/translations/README.es.md b/5-Clustering/1-Visualize/translations/README.es.md old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/README.md b/5-Clustering/2-K-Means/README.md old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/assignment.md b/5-Clustering/2-K-Means/assignment.md old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/images/boxplots.png b/5-Clustering/2-K-Means/images/boxplots.png old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/images/clusters.png b/5-Clustering/2-K-Means/images/clusters.png old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/images/elbow.png b/5-Clustering/2-K-Means/images/elbow.png old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/images/problems.png b/5-Clustering/2-K-Means/images/problems.png old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/images/voronoi.png b/5-Clustering/2-K-Means/images/voronoi.png old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/notebook.ipynb b/5-Clustering/2-K-Means/notebook.ipynb old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/solution/notebook.ipynb b/5-Clustering/2-K-Means/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/solution/tester.ipynb b/5-Clustering/2-K-Means/solution/tester.ipynb old mode 100644 new mode 100755 diff --git a/5-Clustering/2-K-Means/translations/README.es.md b/5-Clustering/2-K-Means/translations/README.es.md old mode 100644 new mode 100755 diff --git a/5-Clustering/README.md b/5-Clustering/README.md old mode 100644 new mode 100755 diff --git a/5-Clustering/data/nigerian-songs.csv b/5-Clustering/data/nigerian-songs.csv old mode 100644 new mode 100755 diff --git a/5-Clustering/images/turntable.jpg b/5-Clustering/images/turntable.jpg old mode 100644 new mode 100755 diff --git a/5-Clustering/translations/README.es.md b/5-Clustering/translations/README.es.md old mode 100644 new mode 100755 diff --git a/6-NLP/1-Introduction-to-NLP/README.md b/6-NLP/1-Introduction-to-NLP/README.md old mode 100644 new mode 100755 diff --git a/6-NLP/1-Introduction-to-NLP/assignment.md b/6-NLP/1-Introduction-to-NLP/assignment.md old mode 100644 new mode 100755 diff --git a/6-NLP/1-Introduction-to-NLP/images/comprehension.png b/6-NLP/1-Introduction-to-NLP/images/comprehension.png old mode 100644 new mode 100755 diff --git a/6-NLP/1-Introduction-to-NLP/solution/bot.py b/6-NLP/1-Introduction-to-NLP/solution/bot.py old mode 100644 new mode 100755 diff --git a/6-NLP/1-Introduction-to-NLP/translations/README.es.md b/6-NLP/1-Introduction-to-NLP/translations/README.es.md old mode 100644 new mode 100755 diff --git a/6-NLP/2-Tasks/README.md b/6-NLP/2-Tasks/README.md old mode 100644 new mode 100755 diff --git a/6-NLP/2-Tasks/assignment.md b/6-NLP/2-Tasks/assignment.md old mode 100644 new mode 100755 diff --git a/6-NLP/2-Tasks/images/embedding.png b/6-NLP/2-Tasks/images/embedding.png old mode 100644 new mode 100755 diff --git a/6-NLP/2-Tasks/images/n-grams.gif b/6-NLP/2-Tasks/images/n-grams.gif old mode 100644 new mode 100755 diff --git a/6-NLP/2-Tasks/images/parse.png b/6-NLP/2-Tasks/images/parse.png old mode 100644 new mode 100755 diff --git a/6-NLP/2-Tasks/images/tokenization.png b/6-NLP/2-Tasks/images/tokenization.png old mode 100644 new mode 100755 diff --git a/6-NLP/2-Tasks/solution/bot.py b/6-NLP/2-Tasks/solution/bot.py old mode 100644 new mode 100755 diff --git a/6-NLP/2-Tasks/translations/README.es.md b/6-NLP/2-Tasks/translations/README.es.md old mode 100644 new mode 100755 diff --git a/6-NLP/3-Translation-Sentiment/README.md b/6-NLP/3-Translation-Sentiment/README.md old mode 100644 new mode 100755 diff --git a/6-NLP/3-Translation-Sentiment/assignment.md b/6-NLP/3-Translation-Sentiment/assignment.md old mode 100644 new mode 100755 diff --git a/6-NLP/3-Translation-Sentiment/images/monnaie.png b/6-NLP/3-Translation-Sentiment/images/monnaie.png old mode 100644 new mode 100755 diff --git a/6-NLP/3-Translation-Sentiment/solution/notebook.ipynb b/6-NLP/3-Translation-Sentiment/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/6-NLP/3-Translation-Sentiment/translations/README.es.md b/6-NLP/3-Translation-Sentiment/translations/README.es.md old mode 100644 new mode 100755 diff --git a/6-NLP/4-Hotel-Reviews-1/README.md b/6-NLP/4-Hotel-Reviews-1/README.md old mode 100644 new mode 100755 diff --git a/6-NLP/4-Hotel-Reviews-1/assignment.md b/6-NLP/4-Hotel-Reviews-1/assignment.md old mode 100644 new mode 100755 diff --git a/6-NLP/4-Hotel-Reviews-1/notebook.ipynb b/6-NLP/4-Hotel-Reviews-1/notebook.ipynb old mode 100644 new mode 100755 diff --git a/6-NLP/4-Hotel-Reviews-1/solution/notebook.ipynb b/6-NLP/4-Hotel-Reviews-1/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/6-NLP/4-Hotel-Reviews-1/translations/README.es.md b/6-NLP/4-Hotel-Reviews-1/translations/README.es.md old mode 100644 new mode 100755 diff --git a/6-NLP/5-Hotel-Reviews-2/README.md b/6-NLP/5-Hotel-Reviews-2/README.md old mode 100644 new mode 100755 diff --git a/6-NLP/5-Hotel-Reviews-2/assignment.md b/6-NLP/5-Hotel-Reviews-2/assignment.md old mode 100644 new mode 100755 diff --git a/6-NLP/5-Hotel-Reviews-2/notebook.ipynb b/6-NLP/5-Hotel-Reviews-2/notebook.ipynb old mode 100644 new mode 100755 diff --git a/6-NLP/5-Hotel-Reviews-2/solution/1-notebook.ipynb b/6-NLP/5-Hotel-Reviews-2/solution/1-notebook.ipynb old mode 100644 new mode 100755 diff --git a/6-NLP/5-Hotel-Reviews-2/solution/2-notebook.ipynb b/6-NLP/5-Hotel-Reviews-2/solution/2-notebook.ipynb old mode 100644 new mode 100755 diff --git a/6-NLP/5-Hotel-Reviews-2/solution/3-notebook.ipynb b/6-NLP/5-Hotel-Reviews-2/solution/3-notebook.ipynb old mode 100644 new mode 100755 diff --git a/6-NLP/5-Hotel-Reviews-2/translations/README.es.md b/6-NLP/5-Hotel-Reviews-2/translations/README.es.md old mode 100644 new mode 100755 diff --git a/6-NLP/README.md b/6-NLP/README.md old mode 100644 new mode 100755 diff --git a/6-NLP/data/README.md b/6-NLP/data/README.md old mode 100644 new mode 100755 diff --git a/6-NLP/images/p&p.jpg b/6-NLP/images/p&p.jpg old mode 100644 new mode 100755 diff --git a/6-NLP/translations/README.es.md b/6-NLP/translations/README.es.md old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/README.md b/7-TimeSeries/1-Introduction/README.md old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/assignment.md b/7-TimeSeries/1-Introduction/assignment.md old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/images/currency.png b/7-TimeSeries/1-Introduction/images/currency.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/images/energy-plot.png b/7-TimeSeries/1-Introduction/images/energy-plot.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/images/july-2014.png b/7-TimeSeries/1-Introduction/images/july-2014.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/images/scaled.png b/7-TimeSeries/1-Introduction/images/scaled.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/solution/common/__init__.py b/7-TimeSeries/1-Introduction/solution/common/__init__.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/solution/common/environment.yaml b/7-TimeSeries/1-Introduction/solution/common/environment.yaml old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/solution/common/extract_data.py b/7-TimeSeries/1-Introduction/solution/common/extract_data.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/solution/common/utils.py b/7-TimeSeries/1-Introduction/solution/common/utils.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/solution/data/energy.csv b/7-TimeSeries/1-Introduction/solution/data/energy.csv old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/solution/notebook.ipynb b/7-TimeSeries/1-Introduction/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/translations/README.es.md b/7-TimeSeries/1-Introduction/translations/README.es.md old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/working/common/__init__.py b/7-TimeSeries/1-Introduction/working/common/__init__.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/working/common/environment.yaml b/7-TimeSeries/1-Introduction/working/common/environment.yaml old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/working/common/extract_data.py b/7-TimeSeries/1-Introduction/working/common/extract_data.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/working/common/utils.py b/7-TimeSeries/1-Introduction/working/common/utils.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/working/data/energy.csv b/7-TimeSeries/1-Introduction/working/data/energy.csv old mode 100644 new mode 100755 diff --git a/7-TimeSeries/1-Introduction/working/notebook.ipynb b/7-TimeSeries/1-Introduction/working/notebook.ipynb old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/README.md b/7-TimeSeries/2-ARIMA/README.md old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/assignment.md b/7-TimeSeries/2-ARIMA/assignment.md old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/images/accuracy.png b/7-TimeSeries/2-ARIMA/images/accuracy.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/images/mape.png b/7-TimeSeries/2-ARIMA/images/mape.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/images/original.png b/7-TimeSeries/2-ARIMA/images/original.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/images/scaled.png b/7-TimeSeries/2-ARIMA/images/scaled.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/images/train-test.png b/7-TimeSeries/2-ARIMA/images/train-test.png old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/solution/common/__init__.py b/7-TimeSeries/2-ARIMA/solution/common/__init__.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/solution/common/environment.yaml b/7-TimeSeries/2-ARIMA/solution/common/environment.yaml old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/solution/common/extract_data.py b/7-TimeSeries/2-ARIMA/solution/common/extract_data.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/solution/common/utils.py b/7-TimeSeries/2-ARIMA/solution/common/utils.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/solution/data/energy.csv b/7-TimeSeries/2-ARIMA/solution/data/energy.csv old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/solution/notebook.ipynb b/7-TimeSeries/2-ARIMA/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/translations/README.es.md b/7-TimeSeries/2-ARIMA/translations/README.es.md old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/working/common/__init__.py b/7-TimeSeries/2-ARIMA/working/common/__init__.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/working/common/environment.yaml b/7-TimeSeries/2-ARIMA/working/common/environment.yaml old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/working/common/extract_data.py b/7-TimeSeries/2-ARIMA/working/common/extract_data.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/working/common/utils.py b/7-TimeSeries/2-ARIMA/working/common/utils.py old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/working/data/energy.csv b/7-TimeSeries/2-ARIMA/working/data/energy.csv old mode 100644 new mode 100755 diff --git a/7-TimeSeries/2-ARIMA/working/notebook.ipynb b/7-TimeSeries/2-ARIMA/working/notebook.ipynb old mode 100644 new mode 100755 diff --git a/7-TimeSeries/README.md b/7-TimeSeries/README.md old mode 100644 new mode 100755 diff --git a/7-TimeSeries/images/electric-grid.jpg b/7-TimeSeries/images/electric-grid.jpg old mode 100644 new mode 100755 diff --git a/7-TimeSeries/translations/README.es.md b/7-TimeSeries/translations/README.es.md old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/README.md b/8-Reinforcement/1-QLearning/README.md old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/assignment.md b/8-Reinforcement/1-QLearning/assignment.md old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/apple.png b/8-Reinforcement/1-QLearning/images/apple.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/bellmaneq.gif b/8-Reinforcement/1-QLearning/images/bellmaneq.gif old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/env_init.png b/8-Reinforcement/1-QLearning/images/env_init.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/environment.png b/8-Reinforcement/1-QLearning/images/environment.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/human.png b/8-Reinforcement/1-QLearning/images/human.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/learned.png b/8-Reinforcement/1-QLearning/images/learned.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/lpathlen.png b/8-Reinforcement/1-QLearning/images/lpathlen.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/lpathlen1.png b/8-Reinforcement/1-QLearning/images/lpathlen1.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/qwalk.gif b/8-Reinforcement/1-QLearning/images/qwalk.gif old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/random_walk.gif b/8-Reinforcement/1-QLearning/images/random_walk.gif old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/images/wolf.png b/8-Reinforcement/1-QLearning/images/wolf.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/notebook.ipynb b/8-Reinforcement/1-QLearning/notebook.ipynb old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/rlboard.py b/8-Reinforcement/1-QLearning/rlboard.py old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/solution/assignment-solution.ipynb b/8-Reinforcement/1-QLearning/solution/assignment-solution.ipynb old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/solution/notebook.ipynb b/8-Reinforcement/1-QLearning/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/solution/rlboard.py b/8-Reinforcement/1-QLearning/solution/rlboard.py old mode 100644 new mode 100755 diff --git a/8-Reinforcement/1-QLearning/translations/README.es.md b/8-Reinforcement/1-QLearning/translations/README.es.md old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/README.md b/8-Reinforcement/2-Gym/README.md old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/assignment.md b/8-Reinforcement/2-Gym/assignment.md old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/images/cartpole-balance.gif b/8-Reinforcement/2-Gym/images/cartpole-balance.gif old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/images/cartpole-nobalance.gif b/8-Reinforcement/2-Gym/images/cartpole-nobalance.gif old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/images/cartpole.png b/8-Reinforcement/2-Gym/images/cartpole.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/images/escape.png b/8-Reinforcement/2-Gym/images/escape.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/images/mountaincar.png b/8-Reinforcement/2-Gym/images/mountaincar.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/images/train_progress_raw.png b/8-Reinforcement/2-Gym/images/train_progress_raw.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/images/train_progress_runav.png b/8-Reinforcement/2-Gym/images/train_progress_runav.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/notebook.ipynb b/8-Reinforcement/2-Gym/notebook.ipynb old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/solution/notebook.ipynb b/8-Reinforcement/2-Gym/solution/notebook.ipynb old mode 100644 new mode 100755 diff --git a/8-Reinforcement/2-Gym/translations/README.es.md b/8-Reinforcement/2-Gym/translations/README.es.md old mode 100644 new mode 100755 diff --git a/8-Reinforcement/README.md b/8-Reinforcement/README.md old mode 100644 new mode 100755 diff --git a/8-Reinforcement/images/peter.png b/8-Reinforcement/images/peter.png old mode 100644 new mode 100755 diff --git a/8-Reinforcement/translations/README.es.md b/8-Reinforcement/translations/README.es.md old mode 100644 new mode 100755 diff --git a/9-Real-World/1-Applications/README.md b/9-Real-World/1-Applications/README.md old mode 100644 new mode 100755 diff --git a/9-Real-World/1-Applications/assignment.md b/9-Real-World/1-Applications/assignment.md old mode 100644 new mode 100755 diff --git a/9-Real-World/1-Applications/translations/README.es.md b/9-Real-World/1-Applications/translations/README.es.md old mode 100644 new mode 100755 diff --git a/9-Real-World/README.md b/9-Real-World/README.md old mode 100644 new mode 100755 diff --git a/9-Real-World/images/chess.jpg b/9-Real-World/images/chess.jpg old mode 100644 new mode 100755 diff --git a/9-Real-World/translations/README.es.md b/9-Real-World/translations/README.es.md old mode 100644 new mode 100755 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md old mode 100644 new mode 100755 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/SECURITY.md b/SECURITY.md old mode 100644 new mode 100755 diff --git a/SUPPORT.md b/SUPPORT.md old mode 100644 new mode 100755 diff --git a/TRANSLATIONS.md b/TRANSLATIONS.md old mode 100644 new mode 100755 diff --git a/docs/_sidebar.md b/docs/_sidebar.md old mode 100644 new mode 100755 diff --git a/docsifytopdf.js b/docsifytopdf.js old mode 100644 new mode 100755 diff --git a/for-teachers.md b/for-teachers.md old mode 100644 new mode 100755 diff --git a/index.html b/index.html old mode 100644 new mode 100755 diff --git a/ml-for-beginners.png b/ml-for-beginners.png old mode 100644 new mode 100755 diff --git a/package-lock.json b/package-lock.json old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 diff --git a/pdf/readme.pdf b/pdf/readme.pdf old mode 100644 new mode 100755 diff --git a/quiz-app/.gitignore b/quiz-app/.gitignore old mode 100644 new mode 100755 diff --git a/quiz-app/LICENSE b/quiz-app/LICENSE old mode 100644 new mode 100755 diff --git a/quiz-app/README.md b/quiz-app/README.md old mode 100644 new mode 100755 diff --git a/quiz-app/babel.config.js b/quiz-app/babel.config.js old mode 100644 new mode 100755 diff --git a/quiz-app/package-lock.json b/quiz-app/package-lock.json old mode 100644 new mode 100755 diff --git a/quiz-app/package.json b/quiz-app/package.json old mode 100644 new mode 100755 diff --git a/quiz-app/public/favicon.ico b/quiz-app/public/favicon.ico old mode 100644 new mode 100755 diff --git a/quiz-app/public/index.html b/quiz-app/public/index.html old mode 100644 new mode 100755 diff --git a/quiz-app/public/routes.json b/quiz-app/public/routes.json old mode 100644 new mode 100755 diff --git a/quiz-app/src/App.vue b/quiz-app/src/App.vue old mode 100644 new mode 100755 diff --git a/quiz-app/src/assets/translations/en.json b/quiz-app/src/assets/translations/en.json old mode 100644 new mode 100755 diff --git a/quiz-app/src/assets/translations/index.js b/quiz-app/src/assets/translations/index.js old mode 100644 new mode 100755 diff --git a/quiz-app/src/components/Quiz.vue b/quiz-app/src/components/Quiz.vue old mode 100644 new mode 100755 diff --git a/quiz-app/src/main.js b/quiz-app/src/main.js old mode 100644 new mode 100755 diff --git a/quiz-app/src/router/index.js b/quiz-app/src/router/index.js old mode 100644 new mode 100755 diff --git a/quiz-app/src/views/Home.vue b/quiz-app/src/views/Home.vue old mode 100644 new mode 100755 diff --git a/quiz-app/src/views/NotFound.vue b/quiz-app/src/views/NotFound.vue old mode 100644 new mode 100755 diff --git a/sketchnotes/README.md b/sketchnotes/README.md old mode 100644 new mode 100755 diff --git a/sketchnotes/ml-fairness.png b/sketchnotes/ml-fairness.png old mode 100644 new mode 100755 diff --git a/sketchnotes/ml-history.png b/sketchnotes/ml-history.png old mode 100644 new mode 100755 diff --git a/sketchnotes/ml-realworld.png b/sketchnotes/ml-realworld.png old mode 100644 new mode 100755 diff --git a/sketchnotes/ml-regression.png b/sketchnotes/ml-regression.png old mode 100644 new mode 100755 diff --git a/sketchnotes/ml-reinforcement.png b/sketchnotes/ml-reinforcement.png old mode 100644 new mode 100755 diff --git a/sketchnotes/ml-timeseries.png b/sketchnotes/ml-timeseries.png old mode 100644 new mode 100755