Ferdinand Schenck

Results 7 issues of Ferdinand Schenck

This is a (first draft) of a lexer for the [Mojo](https://docs.modular.com/mojo/) programming language. In principle, Mojo aims to be a superset of Python, so the Mojo lexer inherits from the...

### Bug description At the end of the Mojo license there is a section that goes: ``` ============================================================================== Software from third parties included in the LLVM Project: ============================================================================== The LLVM...

bug
mojo-repo

Hi, Similar to what I did for MNIST, here using the stdlib string splitting to parse the housing data. This time I checked that the loss is the same, but...

Hi, I had a look at the python version and if I'm not mistaken a stable history period is never determined as in section 2.4 of the [paper](http://bfast.r-forge.r-project.org/Verbesselt+Zeileis+Herold-2012.pdf). Am I...

Hi, Unless I'm mistaken sigma is the residual standard deviation, so the denominator should be the d.o.f. i.e. `sample_size - number_params` which in this case will be `2 * k...

This PR adds the code required to train a CNN on the CIFAR10 dataset. I adapted the Dataloader already there to one that looks more like a Pytorch dataloader. I...

### Bug description Migrating this here after a bit of discussion in Discord. It seems like casting to unsigned integers actually just casts to signed integers, but has different behaviour...

bug
mojo-repo