Skip to content

RC 1.2.2 Base re-write.

Latest
Compare
Choose a tag to compare
@pkalivas pkalivas released this 18 Nov 23:55
· 71 commits to master since this release

Finalizing the base re-write. Publishing to crates. Also included is radiate-extensions, extensions to the core library which include genetic programming and a graph data structure built for evolving. This graph can represent neural networks with implementations of directed weighted graph (dense) layers, cyclical weighted graphs (recurrent), gated recurrent units, long short term memory units, attention units. Any type of graph can be built. Also included in the extensions is a base impl for regression analysis used for graph fitness scoring.

updates to README.md and documentations with more examples and library walk throughs to come.

This will serve as the base for future updates.