
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Evolutionary Neural Network library
NOTE: Evonet is still in the initial planning & implementation stages, I will be developing this library over the course of the next few months (November 2017-January 2018).
Evonet is a library that makes the creation of a fully-connected neural network (AKA "multilayer perceptron") super simple, and provides an easy way to evolve this network over time using a built-in genetic algorithm.
Aspects of both the neural network and the genetic elgorithm can be tweaked and modified, and custom fitness functions and evolution thresholds can be specified.
As part of my undergraduate studies, I built an 'artifical intelligence' that learned how to play different computer games from basic sensor inputs. Although many great existing libraries exist for both neural networks and genetic algorithms, I decided to make my own which combined them both into a single-purpose library.
However, Evonet does also support standard reinforcement learning through backpropogation, as I also had a system whereby the NN would learn by previous gameplay from a human.
Evonet is available via npm.
npm install --save evonet
FAQs
Evolutionary Neural Network library
We found that evonet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.