tinn icon indicating copy to clipboard operation
tinn copied to clipboard

A tiny neural network library

Results 13 tinn issues
Sort by recently updated
recently updated
newest added

Hi, Great little library you have here! 👍 I wanted to use this in dotnet, but couldn't find any implementations, so I ported this myself under [tinn-dotnet](https://github.com/lawrence-laz/tinn-dotnet). What's in it:...

a python version for the code

Hello, I am trying to train a network using keras and importing his weight and bias inside Tinn to be able to benefit from the keras environment. 1. I create...

Extra test example using http://archive.ics.uci.edu/ml/machine-learning-databases/pendigits/ showing scaling of input values and conversion of single output value into a {0,1} vector (because otherwise it doesn't work all that well.)

``` $ docker -v Docker version 18.03.0-ce, build 0520e24 $ clone $ docker build -t tinn . $ docker images | grep tinn tinn latest 9cfeaf8d3090 12 minutes ago 992kB...

Hello, Is possible to create example how changing weights? For example I learn xor How changing randomly some neurons. How acess values etc. Example xor will be help

Building on Ubuntu 18.04. The fix is simple and I'll put up a PR for it momentarily.

Hi, I'm trying to write a small program to train a network on the iris dataset. (https://archive.ics.uci.edu/ml/datasets/iris). When training, xttrain returns values that are printed as 1.#INF00. I don't know...

HI, I was looking for a C project I could use to learn how to do FFI bindings for rust and I came across your project, with it's small and...