jaime 0.1.0

Jaime's Artificial Inteligence and Machine learning Engine is an ergonomic all purpose backpropagation engine
Documentation
1
2
3
4
5
6
7
8
9
10
#![feature(generic_arg_infer)]

extern crate indicatif;
extern crate rand_chacha;
extern crate rand;
extern crate rayon;

pub mod dual;
pub mod simd_arr;
pub mod trainer;