neuralib 0.0.2

A simple Neural Network Library in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Neuralib

A simple neural network library written in rust.

## Features
`idx` - Support reading IDX files

# Usage

Check out the [wiki](https://github.com/Jacoblightning/neuralib/wiki) for usage

# Examples

You can find examples in the [examples](https://github.com/Jacoblightning/neuralib/tree/main/examples) directory