kann icon indicating copy to clipboard operation
kann copied to clipboard

A lightweight C library for artificial neural networks

Results 31 kann issues
Sort by recently updated
recently updated
newest added

I am attempting to use KANN to classify cats, dogs, and pandas. I have the data pre-processed such that it reads every image in as RGB byte, scales to float,...

Hi, From the code for MLP, I can see that I can set the hidden layer but all the neuron numbers for each layer are the same. Are any methods...

Related: #2 I'll probably add multi-OS support to your C project if this gets merged

Are there any plans to support batch normalisation?

Hi, I could download dataset you provided. Can I get your transformation script so that we can properly convert some dataset to load to kann? (There is no such script...

I have inputs (dimension 2) and outputs (1) sequence like below all numbers are normalized ( -1 to 1 ) below is copied 2 samples from training data (-0.70,-0.23) (-0.70,-0.23)...

Hello, people. I just wanted to let you know that at least the Getting Started example doesn't seem to be working on macOS 11.3, Apple M1 chip, whereas it works...

Hi, Is there any plan to add CUDA support in the near future ? It will be very useful if we want to train some medium size network. It will...

Example of VAE did not work and got an error: ``` ./vae -i mnist-vae.kan -g 10 | ../kann-data/mnist-ascii.pl vae: kautodiff.c:1043: kad_op_add: Assertion `n0 >= n1' failed. ``` Everything was done...