Git Product home page Git Product logo

neural-cipher-waves's Introduction

NCPS (Neural Network - Cipher - Physics - Simulation)

How to get started (Production Environment)

Head to releases section of this repository and download neural-cipher-waves.jar. Then, run it.

How to get started (Dev Environment)

  1. Clone the repository git clone https://github.com/ParsaJafarian/neural-cipher-waves.git
  2. Open the repository in your favorite IDE
  3. Run the Main.java file

Introduction

NCPS is a collection of mathematical/scientific simulations that teach users three different subjects. These simulations and their related subjects are:

  • Neural Networks - Simulation that shows how neural networks predict patterns differently when given different hyper-parameters
  • Classical Caesar Cipher - Implementation of one of the first crypotgraphy algorithms
  • Physics (Waves) - Demonstration of simple harmonic motion through a spring, pendulum and wave

Neural Network

Neural Network Demo

neural-network-demo.mp4

Features

  • Hyper-parameters: Customize learning rate, activation and loss functions to fine tune the model
  • Loss vs Epoch graph: Visualize training progress by plotting loss over epochs
  • Optimizer: Used Stochastic Gradient Descent Optimizer $O(n^2)$ which uses backpropagation and feedforward algorithms
  • Algorithms: Feedforward $O(n)$ & Backpropagation algorithms. Activations were fed forward; Derivatives of weights & biases were found through backpropagating.
  • Entering custom data: User writes input and output data. The model takes in the input data and tries to predict the output data.

neural-cipher-waves's People

Contributors

2278304 avatar parsajafarian avatar parsamorsh avatar stupidavid avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

neural-cipher-waves'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.