Skip to content

Commit

Permalink
Tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Bennett committed Jun 22, 2023
1 parent 71eb769 commit 4ba54dc
Show file tree
Hide file tree
Showing 5 changed files with 1,358 additions and 783 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/


node_modules/

.DS_Store
4 changes: 2 additions & 2 deletions TRANSLATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Similar to Readme's, please translate the assignments as well.
**Quizzes**

1. Add your translation to the quiz-app by adding a file here: https://github.com/microsoft/ML-For-Beginners/tree/main/quiz-app/src/assets/translations, with proper naming convention (en.json, fr.json). **Please don't localize the words 'true' or 'false' however. thanks!**
1. Add your translation to the quiz-app by adding a file here: https://github.com/microsoft/generative-ai-for-beginners/tree/main/quiz-app/src/assets/translations, with proper naming convention (en.json, fr.json). **Please don't localize the words 'true' or 'false' however. thanks!**

2. Add your language code to the dropdown in the quiz-app's App.vue file.

3. Edit the quiz-app's [translations index.js file](https://github.com/microsoft/ML-For-Beginners/blob/main/quiz-app/src/assets/translations/index.js) to add your language.
3. Edit the quiz-app's [translations index.js file](https://github.com/microsoft/generative-ai-for-beginners/blob/main/quiz-app/src/assets/translations/index.js) to add your language.

4. Finally, edit ALL the quiz links in your translated README.md files to point directly to your translated quiz: https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/1 becomes https://gray-sand-07a10f403.1.azurestaticapps.net/quiz/1?loc=id

Expand Down
45 changes: 2 additions & 43 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,2 @@
- Introduction
- [Introduction to Machine Learning](../1-Introduction/1-intro-to-ML/README.md)
- [History of Machine Learning](../1-Introduction/2-history-of-ML/README.md)
- [ML and Fairness](../1-Introduction/3-fairness/README.md)
- [Techniques of ML](../1-Introduction/4-techniques-of-ML/README.md)

- Regression
- [Tools of the Trade](../2-Regression/1-Tools/README.md)
- [Data](../2-Regression/2-Data/README.md)
- [Linear Regression](../2-Regression/3-Linear/README.md)
- [Logistic Regression](../2-Regression/4-Logistic/README.md)

- Build a Web App
- [Web App](../3-Web-App/1-Web-App/README.md)

- Classification
- [Intro to Classification](../4-Classification/1-Introduction/README.md)
- [Classifiers 1](../4-Classification/2-Classifiers-1/README.md)
- [Classifiers 2](../4-Classification/3-Classifiers-2/README.md)
- [Applied ML](../4-Classification/4-Applied/README.md)

- Clustering
- [Visualize your Data](../5-Clustering/1-Visualize/README.md)
- [K-Means](../5-Clustering/2-K-Means/README.md)

- NLP
- [Introduction to NLP](../6-NLP/1-Introduction-to-NLP/README.md)
- [NLP Tasks](../6-NLP/2-Tasks/README.md)
- [Translation and Sentiment](../6-NLP/3-Translation-Sentiment/README.md)
- [Hotel Reviews 1](../6-NLP/4-Hotel-Reviews-1/README.md)
- [Hotel Reviews 2](../6-NLP/5-Hotel-Reviews-2/README.md)

- Time Series Forecasting
- [Introduction to Time Series Forecasting](../7-TimeSeries/1-Introduction/README.md)
- [ARIMA](../7-TimeSeries/2-ARIMA/README.md)
- [SVR](../7-TimeSeries/3-SVR/README.md)

- Reinforcement Learning
- [Q-Learning](../8-Reinforcement/1-QLearning/README.md)
- [Gym](../8-Reinforcement/2-Gym/README.md)

- Real World ML
- [Applications](../9-Real-World/1-Applications/README.md)
- Getting Started
- [Introduction to Generative AI](../1-getting-started/lessons/1-introduction-to-generative-ai/README.md)
Loading

0 comments on commit 4ba54dc

Please sign in to comment.