Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

3net.js

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

3net.js - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

3

neuralNetwork.js

@@ -127,2 +127,4 @@ var math = require('mathjs');

this.neuron = neuron;
if (neuron == "sigmoid") {

@@ -138,2 +140,3 @@ this.activationFunction = neuralMath.sigmoid;

} else {
this.neuron = "sigmoid";
this.activationFunction = neuralMath.sigmoid;

@@ -140,0 +143,0 @@ this.activationDerivative = neuralMath.dSigmoid;

2

package.json
{
"name": "3net.js",
"version": "0.2.2",
"version": "0.2.3",
"description": "A simple library for implementing 3 layer neural networks",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc