Crates.io | ai-graph |
lib.rs | ai-graph |
version | 0.0.18 |
source | src |
created_at | 2018-09-14 07:51:22.477348 |
updated_at | 2018-10-06 19:26:06.951938 |
description | Ai Graph is a new tool for creating machine learning that runs blazingly fast when learning has finished. |
homepage | http://efunb.com/ |
repository | https://gitlab.com/efunb/noughts-and-crosses-ai-collection |
max_upload_size | |
id | 84664 |
size | 379,276 |
If you run into any issues or need help with using ai-graph
in your project please email incoming+efunb/ai-graph@incoming.gitlab.com
In ai-graph
an gene looks like this.
A gene takes a number of inputs each line takes a value from a node or an input the mutates it in some way. Each node takes all the values from every line that goes into it to find its value. The output nodes values are used as outputs from the gene.
Dependency | Version | Used for |
---|---|---|
rand | 0.5 | Generating the random numbers used in the artificial intelligence. |
rayon | 1.0.2 | Parallel code. |
chrono | 0.4 | Store time generation was made. |
If you are viewing this from GitHub then this is a read only copy. Please contribute to the GitLab copy here.