Crates.io | tyrosine-common |
lib.rs | tyrosine-common |
version | 0.0.1 |
source | src |
created_at | 2023-12-23 22:23:11.399361 |
updated_at | 2023-12-23 22:23:11.399361 |
description | Implementation of NEAT with CUDA support. |
homepage | https://github.com/genomicals/tyrosine |
repository | https://github.com/genomicals/tyrosine/tyrosine-common |
max_upload_size | |
id | 1079305 |
size | 21,986 |
Mascot by @Nauxe
NEAT machine learning library for Rust and Python. Tyrosine is implemented using Rust and CUDA (for hardware acceleration). For Python bindings, PyO3 is used.
NeuroEvolution of Augmenting Topologies (NEAT) is a genetic algorithm which evolves a population of neural networks. NEAT aims to find an optimal set of weights in addition to an optimal neural network structure.
Tyrosine is an amino acid. The word comes from the Greek "tyros", which means cheese.
This work is dual-licensed under GPL Version 2 and GPL Version 3. You may choose between these licenses on a case-by-case basis.