Git Product home page Git Product logo

tf_playground's Introduction

Neural Network Demo

This repository contains the neural network and perceptron demonstration program for the lecture “Kognitive Systeme” at the Interactive Systems Lab (ISL) at the Karlsruhe Institute of Technology.

This demo runs completely client-side in the browser. The index.html file in the gh-pages branch can be opened on a local webserver (python3 -m http.server). A hosted version is available here.

screenshot

Development

This project is written in TypeScript, a statically typed superset of JavaScript.

I recommend Visual Studio Code (crossplatform and opensource) for development. An alternative is Atom + atom-typescript.

React is used with JSX for GUI state handling.

The compiled files are included in the gh-pages branch

Setup

git checkout gh-pages # to set upstream
git checkout master
git worktree add bin gh-pages
yarn install

Then build via $ webpack.

Use

python3 -m http.server &
yarn run webpack --watch &

for automatic compiling and deploying to http://localhost:8000/bin.

Use

NODE_ENV=production webpack

for an optimized build.

Use Simulation.instance to access the main object and all it's children.

Use cd bin; git add -A; git commit -m'update binaries'; git push to update the binaries.

tf_playground's People

Contributors

phiresky avatar rcijov avatar

Watchers

James Cloos avatar  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.