cmpark0126/wicwiu-rust ↗
Created Dec 23, 2020 · View the cmpark0126/wicwiu-rust repository page
A WICWIU implementation using rust
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
261
From
Jul 19, 2019
To
Aug 5, 2019
About cmpark0126/wicwiu-rust
WICWIU-Rust is a Rust implementation of WICWIU, a deep learning framework. The project aims to bring neural network functionality to Rust by recreating the framework's core capabilities in the language.
The project has a phased development approach starting with basic multilayer perceptron (MLP) execution, followed by creating Rust traits to represent WICWIU's class architecture, and eventually supporting various neural network models. The repository includes examples demonstrating practical applications, such as solving the XOR problem using deep learning.
This project targets Rust developers interested in machine learning and neural networks who want to work with the WICWIU framework without relying on its original implementation language.