Git Product home page Git Product logo

jsp-java-swing-perceptron's Introduction

JSP-Java-Swing-Perceptron

MIT License

An implementation of logic gates with single layered perceptron in Java while implementing event handling as per project requirements. See Note below for further information.

Installation

Requirements:

  • java 12.0.1 or higher
  • Java(TM) SE Runtime Environment (build 12.0.1+12) or higher
  • Java HotSpot(TM) 64-Bit Server VM (build 12.0.1+12, mixed mode, sharing) or higher

Cloning:

git clone https://github.com/adas0910/JSP-Java-Swing-Perceptron.git

Using JSP

  1. Clone JSP to a local directory.

  2. Compile the contents of src/main

cd dir/JSP-Java-Swing-Program/src/main
dir/JSP-Java-Swing-Program/src/main>javac Driver.java Perceptron.java Truthtable.java
  1. Provide the path for src/main to include the class files and compile the contents of src/gui
cd dir/JSP-Java-Swing-Program/src/gui
dir/src/gui>javac -cp dir/JSP-Java-Swing-Program/src/main/ ConsoleOutput.java Mainform.java
  1. Run Mainform to start the application
dir/JSP-Java-Swing-Program/src/gui>java -cp dir/JSP-Java-Swing-Program/src/main/; Mainform

Screenshots

img

img

Used Technology

  • Swing

Note

This project is a part of ICS-121, Java Programming, coursework's semester project at International Center for Applied Sciences(ICAS), Manipal Academy of Higher Education. As per the project requirements we were mainly tasked with implementing event handling and other various concepts and building an application.

License

Everything is under the MIT License.

jsp-java-swing-perceptron's People

Contributors

adas0910 avatar parthsaxena1909 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.