Coder Social home page Coder Social logo

erupturatis / neuralnetworkplayground Goto Github PK

View Code? Open in Web Editor NEW
19.0 3.0 1.0 396 KB

A website in which you can customize, train and visualize changes in your neural networks as they learn. You can also upload your own datasets and change any parameters

Home Page: https://seal-app-4qpjq.ondigitalocean.app/Home

License: MIT License

HTML 0.23% JavaScript 96.00% CSS 3.29% TypeScript 0.49%
backpropagation d3 d3js d3js-graph machine-learning neural-network react reactjs rendering visualization

neuralnetworkplayground's Introduction

๐Ÿš€ NeuralNetworkPlayground

A better way of visualzing neural networks

Overview

As the title implies, this is a website made in order to help visualize neural network in the process of training and backpropagating. You can currently:

  • Create any neural network with any arhitecture

  • Upload your own custom datasets

  • Visualize the training and being able to replay previous epochs

  • Save your model + training and loading it later

  • Optimze network parameters and hyperparameters

  • Change the cosmetics of how the network is displayed

Looks

App Screenshot

Note !

This website was meant as a pet project so it might still have a lot of bugs. If you like this project and want to make it better feel free to open an issue or submit a PR.

Roadmap

  • Adding more activation function
  • Adding Regularization
  • Only doing forward propagation for the current network
  • Visualizing the output neurons relation to input data on a 2d graph similar to here
  • Being able to modify individual weights and neurons and deactivate
  • Extending the website to CNN or RNN arhitectures
  • A lot more

Contributing

Tech Stack

Client: React, Redux, TailwindCSS, Vite

Server: Node, Express

To start just clone the repo

  • If you want to contribute to the frontend just run npm install in the client folder and thennpm run dev. You will only need a VITE_API_URL variable in your .env file if you want to work with the server too.
  • If you want to contribute to the backend run npm install in the server folder and thennpm run dev. You will need the env file with the following
GITHUB_CLIENT_ID = ''
GITHUB_CLIENT_SECRET = ''
PORT = ''
SECRET =''
MONGO_URI = "mongodb+srv://username:<password>@cluster0.wudiukh.mongodb.net/?retryWrites=true&w=majority"
MONGO_PASSWORD = ''
GOOGLE_CLIENT_ID = ''
GOOGLE_CLIENT_SECRET = ''
CLIENT_URL = ''
SERVER_URL = ''

and set up the oauth services properly. If you have any issues running the project just open a new issue and I will help you as fast as I can

Apart from this, I hope you like the website!

neuralnetworkplayground's People

Contributors

erupturatis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

jesusoctavioas

neuralnetworkplayground's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.