0.3.3 • Published 2 years ago

justneat v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

JustNeat

A js neat library for node & browser.

Description

JustNeat is a simple configurable javascript neat library for node & browser with phased pruning.


Add to static web project

Add the following script wherever you intent to use neat.

<script src="https://cdn.jsdelivr.net/gh/justjcurtis/JustNeat/browserNeat.min.js"></script>

The Neat class will then be available for you to use in your javscript files via either

const neat = new Neat($inputCount, $outputCount, $opts?)

const neat = Neat.FromJson($json)


Todo

  • add unit tests

    • neat
  • features

    • typescript support
    • multi-threading helpers for common training uses cases
    • more loss functions
  • refactor

    • name each loss & activation function
  • add documentation

    • neatNode
    • neatConnection
    • neatGenome
    • client
    • neat

References

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.1

2 years ago