Skip to content

A toy neural network library written in Rust and compiled to ✨ WebAssembly ✨

License

Notifications You must be signed in to change notification settings

KonstantinEger/neural-net-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neural-Net-RS

Rust implementation of a toy neural net library

🚴 Usage

🐑 Use cargo generate to Clone this Template

Learn more about cargo generate here.

cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project
cd my-project

🛠️ Build with wasm-pack build

wasm-pack build --target web

Include in JS

// <script type="module">
import init, { NeuralNet } from 'path/to/this/pkg/neural_net_rs.js';

init().then(() => {
	const nn = new NeuralNet(/* ... */);
	// ...
});

🔋 Batteries Included

About

A toy neural network library written in Rust and compiled to ✨ WebAssembly ✨

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published