Skip to content

connor-ashton-dev/rust_dna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUST DNA

A wasm application showcasing a feed-forward neural network (FFNN) and genetic algorithm written from scratch in RUST🦀

Instructions to use

# Clone the repository
$ git clone https://github.com/connor-ashton-dev/rust_dna.git
$ cd rust_dna

# Build Rust code
$ cd libs/simulation-wasm
$ wasm-pack build --release

# Build TypeScript code
$ cd ../../www
$ npm install

# Start the application
$ npm run start

# Now simply open `http://localhost:8080` in your web browser :-)

About

Neural Net and Genetic Algorithm in Rust and WASM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published