npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@liquid-carrot/nn

v1.0.14

Published

Neural Networks & Deep Learning in JavaScript

Downloads

53

Readme

Neural Networks in JavaScript

Making AI amazing in JavaScript & Node.js

Introduction

Generating Documentation (Markdown)

Updates DOCUMENTATION.md with documentation generated from /** Comments */ using JSDoc to Markdown.

npm run doc
npm run doc:markdown

Roadmap

  • [x] Developer SWAG! - "just be cool, BRO! o.O" - Finished: 07/01/2019

  • [x] Node.js Support (Dynamic Exporting) - "do things offline" - Finished: 07/01/2019

  • [x] Browser Support (Dynamic Exporting) - "do things online" - Finished: 07/01/2019

  • [x] Node.js Support (Dynamic Importing) - "play with other people's toys offline" - Finished: 07/01/2019

  • [x] Browser Support (Dynamic Importing) - "play with other people's toys offline" - Finished: 07/01/2019

  • [x] Threading (Node) - "a few things at once" - Finished: 07/01/2019

  • [x] Threading (Browser) - "a few things at once" - Finished: 07/05/2019

  • [x] Unit Tests (Node) - "being safe, rather than sorry" - Finished: 07/05/2019

  • [x] Unit Tests (Browser) - "being safe, rather than sorry" - Finished: 07/05/2019

  • [x] End-to-End Tests (Node)- "being seriously, over-the-top safe - some might even say neurotic" - Finished: 07/26/2019

  • [x] End-to-End Tests (Node)- "being seriously, over-the-top safe - some might even say neurotic" - Finished: 07/26/2019

  • [x] Documentation Generator (Markdown) - "a manual you'll enjoy reading" - Finished: 07/27/2019

  • [x] Documentation Generator (HTML) - "a manual you'll enjoy reading" - Finished: 07/27/2019

  • [ ] Streaming (Node) - "bigger data with less computer"

  • [ ] Streaming (Browser) - "bigger data with less computer"

  • [ ] GPU (Node) - "a lot of things at once"

  • [ ] GPU (Browser) - "a lot of things at once"

  • [x] Supervised Learning - "if it's hot, don't touch it"; "got you, okay" - Finished: 08/12/2019

  • [ ] Evolutionary Learning - 100 networks start; 3 "make it"; 30 die; the remaining 50 procreate and replace the 30 deaths; 16 of the original 100 are cloned/revived

  • [ ] Transfer Learning - copy/paste & re-train networks

  • [ ] Mimicry Learning - observe replicate other network or entity

  • [ ] Reinforcement Learning - touch something and it explodes - "let's not"; touch something else and it drops gold bricks - "ooh shiny"

  • [ ] Generative Adverserial Networks - "devil's advocate networks"

  • [ ] Capsule Networks - "I heard you like brains, so I put a brain in your brain, in your brain - in your brain"

  • [ ] HyperNEAT - "puberty for brains - just with better outlooks"

Bibliography