Random-neural-net-models

Latest version: v0.3.0

Safety actively analyzes 624001 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.0

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

0.2.0

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

0.1.6

added Diffuser UNet based on https://github.com/fastai/course22p2/blob/master/nbs/26_diffusion_unet.ipynb

0.1.5

refactored unet implementation in `unet.py` to improve readability

0.1.4

* new `unet.py` contains modified version of fastai 2022 unet implementation
* added `unet_fastai2022.ipynb` to apply implemented unet to mnist

0.1.3

* added fastai 2022 course like resnet implementation in resnet.py
* applied resnet to mnist in resnet_fastai2022.ipynb

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.