IntroML icon indicating copy to clipboard operation
IntroML copied to clipboard

Introductory course in Machine Learning for master students in Statistics at Uppsala University

Results 8 IntroML issues
Sort by recently updated
recently updated
newest added

hittade litet typo. Optimizer döptes som "optimizer" men användes i lr-scheduler och träningsloop som "optim". Skrev om optim till optimizer

Hello, I just wanted to let you know that the Jupyter Notebook with R and Tensorow available here: [https://github.com/MansMeg/IntroML/blob/master/additional_material/colab_nb/RandTensorFlow.ipynb](https://github.com/MansMeg/IntroML/blob/master/additional_material/colab_nb/RandTensorFlow.ipynb) doesn't seem to work. The issue is related with the fact...

It is quite frequent that the hitters dataset can have the same value on some variables for multiple people.

Task 4.2.4 refers to this paper section 8: https://arxiv.org/abs/2303.18223 Reading the paper it seems like it should refer to section 6 instead, is that correct? The question in [assignment 7](https://github.com/MansMeg/IntroML/blob/master/assignments/assignment7.pdf):...

fixed bug: "optim" was used instead of intented "optimizer" at 2 locations.

The examples seem to have been removed sometime around December last year. I found the old files here: https://github.com/rstudio/keras3/blob/bf153f1324bb37f5f1a53551f43d7c89e9a04ab8/vignettes/examples/variational_autoencoder.R https://github.com/rstudio/keras3/blob/bf153f1324bb37f5f1a53551f43d7c89e9a04ab8/vignettes/examples/variational_autoencoder_deconv.R I have run them and the both work as intended....