GithubHelp home page GithubHelp logo

eleanorhaproff / neuraltitanic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from andrewnetwork/neuraltitanic

0.0 2.0 0.0 933 KB

View the predictions of a neural network while it is being trained on the titanic dataset.

License: MIT License

HTML 45.46% JavaScript 48.40% CSS 6.14%

neuraltitanic's Introduction

Neural Titanic

This visualization uses TensorFlow.js to train a neural network on the titanic dataset and visualize how the predictions of the neural network evolve after every training epoch. The colors of each row indicate the predicted survival probability for each passenger. Red indicates a prediction that a passenger died. Green indicates a prediction that a passenger survived. The intensity of the color indicates the magnitude of the prediction probability. As an example, a bright green passenger represents a strong predicted probability for survival. We also plot the loss of our objective function on the left of the table with D3.js.

View live: https://andrewnetwork.github.io/NeuralTitanic/dist/

Setup

  1. Install Node.js.
  2. Clone or download this repo.
  3. Open a terminal and cd into this repo.
  4. In your terminal type: npm install
  5. Launch the dev server by typing: npm run dev
  6. Click on the url shown in the terminal or enter http://localhost:8080/ in your web browser.

If you wish to bundle the code for production run: npm run build. This will produce the flat files you can serve on the web in the /dist/ directory. I have not optimized this code for real production use and the dependencies are quite extraneously large.

neuraltitanic's People

Contributors

andrewnetwork avatar

Watchers

James Cloos avatar Elle Haproff avatar

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.