Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.