-
I am a teach-myself-at-home student and I came accross your site as a learning exercise for using post, put and delete requests. I really love this app and I want to continue using it to track my stu…
-
### Coursework content
You should have analysed your weekly patterns and started identifying improvement areas by now. In this exercise, we’ll create a few positive areas for your performance and w…
-
#### Learning Goals
[Learning goals, bulleted/numbered list is preferred]
[e.g. learn the concept and the use of train/validation/test dataset using scikit-learn ]
Learn to preprocess images, use a…
-
This solution is mentioned in the Azure Learning https://learn.microsoft.com/en-us/training/modules/control-access-to-azure-storage-with-sas/4-exercise-use-shared-access-signatures
Following step m…
-
### Terraform CLI and Provider Versions
$ terraform version
Terraform v1.3.6
on linux_amd64
+ provider registry.terraform.io/brightbox/brightbox v3.4.3
+ provider registry.terraform.io/hashicorp/…
NeilW updated
19 hours ago
-
### Coursework content
Now that you have your spreadsheet, you reviewed it, and you are confident it is a good picture of your availability and commitments on a typical week, we can reflect on it.
…
-
In the current exercise a neural network is trained on the Diabetes data set. To educate the students on which general use cases exist and which training frameworks would typically be used, I propose …
-
https://github.com/k2-fsa/sherpa-onnx/pull/1224
added support for online punctuation models. However, only C++ is supported.
Help from the community is appreciated to support the following languag…
-
#### Learning Goals
Learn the concept of Reinforcement learning by solving the cartpole player problem with the use of OpenAI gym.
### Exercise Statement
This exercise helps in learning reinforc…
-
Summary of issues with exercises of day 1:
- 1e-3 as learning rate is too high for the LogReg and the MLP. A good learning rate is 5.e-4 or 1.e-4.
- In exercise 2: trying just some new filters is to…