Added chapter links

pull/712/head
Vibhu Priyan 2 years ago
parent 653bc95f0d
commit d3ac81d3b6

@ -143,3 +143,6 @@ Take a [Learning Path](https://docs.microsoft.com/learn/modules/introduction-to-
# Assignment
[Get up and running](assignment.md)
---
[Next Lesson >>>](../2-history-of-ML/README.md)

@ -148,3 +148,6 @@ Here are items to watch and listen to:
## Assignment
[Create a timeline](assignment.md)
---
[Next Lesson >>>](../3-fairness/README.md)

@ -156,3 +156,6 @@ Read about Azure Machine Learning's tools to ensure fairness:
## Assignment
[Explore RAI Toolbox](assignment.md)
---
[Next Lesson >>>](../4-techniques-of-ML/README.md)

@ -116,3 +116,6 @@ Search online for interviews with data scientists who discuss their daily work.
## Assignment
[Interview a data scientist](assignment.md)
---
[Next Lesson >>>](../../2-Regression/README.md)

@ -224,3 +224,6 @@ Read more about the concept of regression and think about what kinds of question
## Assignment
[A different dataset](assignment.md)
---
[Next Lesson >>>](../2-Data/README.md)

@ -209,3 +209,6 @@ Take a look at the many ways to visualize data. Make a list of the various libra
## Assignment
[Exploring visualization](assignment.md)
---
[Next Lesson >>>](../3-Linear/README.md)

@ -365,3 +365,6 @@ In this lesson we learned about Linear Regression. There are other important typ
## Assignment
[Build a Model](assignment.md)
---
[Next Lesson >>>](../4-Logistic/README.md)

@ -393,3 +393,6 @@ Read the first few pages of [this paper from Stanford](https://web.stanford.edu/
## Assignment
[Retrying this regression](assignment.md)
---
[Next Lesson >>>](../../3-Web-App/README.md)

@ -343,3 +343,6 @@ There are many ways to build a web app to consume ML models. Make a list of the
## Assignment
[Try a different model](assignment.md)
---
[Next Lesson >>>](../../4-Classification/README.md)

@ -297,3 +297,6 @@ Explore SMOTE's API. What use cases is it best used for? What problems does it s
## Assignment
[Explore classification methods](assignment.md)
---
[Next Lesson >>>](../2-Classifiers-1/README.md)

@ -239,3 +239,6 @@ Dig a little more into the math behind logistic regression in [this lesson](http
## Assignment
[Study the solvers](assignment.md)
---
[Next Lesson >>>](../3-Classifiers-2/README.md)

@ -233,3 +233,6 @@ There's a lot of jargon in these lessons, so take a minute to review [this list]
## Assignment
[Parameter play](assignment.md)
---
[Next Lesson >>>](../4-Applied/README.md)

@ -312,3 +312,6 @@ While this lesson just touched on the utility of creating a recommendation syste
## Assignment
[Build a new recommender](assignment.md)
---
[Next Lesson >>>](../../5-Clustering/README.md)

@ -328,3 +328,6 @@ Before you apply clustering algorithms, as we have learned, it's a good idea to
## Assignment
[Research other visualizations for clustering](assignment.md)
---
[Next Lesson >>>](../2-K-Means/README.md)

@ -245,3 +245,6 @@ Also, take a look at [this handout on K-Means](https://stanford.edu/~cpiech/cs22
## Assignment
[Try different clustering methods](assignment.md)
---
[Next Lesson >>>](../../6-NLP/README.md)

@ -163,3 +163,6 @@ Take a look at the references below as further reading opportunities.
## Assignment
[Search for a bot](assignment.md)
---
[Next Lesson >>>](../2-Tasks/README.md)

@ -212,3 +212,6 @@ In the next few lessons you will learn more about sentiment analysis. Research t
## Assignment
[Make a bot talk back](assignment.md)
---
[Next Lesson >>>](../3-Translation-Sentiment/README.md)

@ -185,3 +185,6 @@ There are many ways to extract sentiment from text. Think of the business applic
## Assignment
[Poetic license](assignment.md)
---
[Next Lesson >>>](../4-Hotel-Reviews-1/README.md)

@ -402,3 +402,6 @@ Take [this Learning Path on NLP](https://docs.microsoft.com/learn/paths/explore-
## Assignment
[NLTK](assignment.md)
---
[Next Lesson >>>](../5-Hotel-Reviews-2/README.md)

@ -372,3 +372,6 @@ Take [this Learn module](https://docs.microsoft.com/en-us/learn/modules/classify
## Assignment
[Try a different dataset](assignment.md)
---
[Next Lesson >>>](../../7-TimeSeries/README.md)

@ -183,3 +183,6 @@ Although we won't cover them here, neural networks are sometimes used to enhance
## Assignment
[Visualize some more time series](assignment.md)
---
[Next Lesson >>>](../2-ARIMA/README.md)

@ -392,3 +392,6 @@ This lesson touches on only the basics of Time Series Forecasting with ARIMA. Ta
## Assignment
[A new ARIMA model](assignment.md)
---
[Next Lesson >>>](../3-SVR/README.md)

@ -384,3 +384,6 @@ This lesson was to introduce the application of SVR for Time Series Forecasting.
[^1]: The text, code and output in this section was contributed by [@AnirbanMukherjeeXD](https://github.com/AnirbanMukherjeeXD)
[^2]: The text, code and output in this section was taken from [ARIMA](https://github.com/microsoft/ML-For-Beginners/tree/main/7-TimeSeries/2-ARIMA)
---
[Next Lesson >>>](../../8-Reinforcement/README.md)

@ -318,3 +318,6 @@ Overall, it is important to remember that the success and quality of the learnin
## Assignment
[A More Realistic World](assignment.md)
---
[Next Lesson >>>](../2-Gym/README.md)

@ -339,3 +339,6 @@ You should see something like this:
We have now learned how to train agents to achieve good results just by providing them a reward function that defines the desired state of the game, and by giving them an opportunity to intelligently explore the search space. We have successfully applied the Q-Learning algorithm in the cases of discrete and continuous environments, but with discrete actions.
It's important to also study situations where action state is also continuous, and when observation space is much more complex, such as the image from the Atari game screen. In those problems we often need to use more powerful machine learning techniques, such as neural networks, in order to achieve good results. Those more advanced topics are the subject of our forthcoming more advanced AI course.
---
[Next Lesson >>>](../../9-Real-World/README.md)

@ -145,3 +145,6 @@ The Wayfair data science team has several interesting videos on how they use ML
## Assignment
[A ML scavenger hunt](assignment.md)
---
[Next Lesson >>>](../2-Debugging-ML-Models/README.md)

Loading…
Cancel
Save