Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmalzl/nnclassifier
A simple library for building neural networks for multi-class classification
https://github.com/dmalzl/nnclassifier
Last synced: 13 days ago
JSON representation
A simple library for building neural networks for multi-class classification
- Host: GitHub
- URL: https://github.com/dmalzl/nnclassifier
- Owner: dmalzl
- Created: 2024-01-11T15:47:38.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-25T13:19:12.000Z (11 months ago)
- Last Synced: 2024-01-25T14:36:02.950Z (11 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nnclassifier
A simple library for building neural networks for multi-class classification.The code is inspired by the [TensorFlow Playground](https://playground.tensorflow.org/) and the code draws heavily from examples at [learningpytorch](https://www.learnpytorch.io/02_pytorch_classification/) and [machinelearningmastery](https://machinelearningmastery.com/building-a-multiclass-classification-model-in-pytorch/) and is by no means complete which mainly means requirements have to be installed manually.