0.3.3 • Published 3 years ago

justneat v0.3.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.1

4 years ago