Skip to content

Releases: eschmidt42/random-neural-net-models

v0.3.0

29 Mar 10:14
35d5881
Compare
Choose a tag to compare

fastai based Learner with callbacks enabling

  • unified training and inference with tensordict
  • tracking of activations and weights
  • learning rate search
  • hyperparamter scheduling (e.g. one cycle)

tabular models

  • supervised (classification / regression) for numerical & categorical features, including handling of missing values
  • unsupervised (variational auto encoder) also for numerical & categorical features, including handling of missing values

v0.2.0

04 Dec 11:45
f6e76b8
Compare
Choose a tag to compare

Added mingpt (source: https://github.com/karpathy/minGPT/tree/master), including the three projects (adder, sort, char) with dedicated notebooks.

v0.1.6

23 Oct 11:44
921019f
Compare
Choose a tag to compare

v0.1.5

16 Oct 08:59
3766900
Compare
Choose a tag to compare

refactored unet implementation in unet.py to improve readability

v0.1.4

01 Oct 10:55
8c71d75
Compare
Choose a tag to compare
  • new unet.py contains modified version of fastai 2022 unet implementation
  • added unet_fastai2022.ipynb to apply implemented unet to mnist

v0.1.3

01 Oct 07:10
Compare
Choose a tag to compare
  • added fastai 2022 course like resnet implementation in resnet.py
  • applied resnet to mnist in resnet_fastai2022.ipynb

v0.1.2

30 Sep 10:40
eaa7a4d
Compare
Choose a tag to compare
  • refactored telemetry
  • added tests for telemetry

v0.1.1

18 Sep 14:03
ae8a4bc
Compare
Choose a tag to compare
  • pypi setup