• Stars
    star
    1
  • Language
    Java
  • Created about 11 years ago
  • Updated about 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repository contains program that decodes any given CCD document to HRF(Human Readable form), In this assignment, HRF is referring to Text File which is outputted by the program.

More Repositories

1

GaussianMixtureModel-EM_Algorithm

This repository contains project which implements the Expectation Maximization Algorithm to train a Gaussian Mixture Model
Java
5
star
2

Eight-Queens-Problem-cpp

This repository contains many independent implementations of Eight Queens Problem
C++
5
star
3

NeuralNetwork-ErrorBackPropagation

The program in this repository creates a 3 layer neural network with 1 hidden layer to find to find out a non linear function that best fits the input data. In this program, i implemented Error Back Propagation Algorithm to train the neural network and used Gradient descent to find out local minimum of the function. Then, i used 5 fold cross validation to find out average fitness of a model.
Java
4
star
4

SpaceShuttle-3DAnimation-OpenGL

This repository contains my Final 3D Animation project in which i made SpaceShuttle which gets launches and then gets seperated from it solid rocket boosters. Used OpenGL libraries.
C++
4
star
5

DecisionTree-ID3-AlgorithmImplementation

This repository contains implementation of Decision Tree [ID3 Algorithm]
Java
1
star
6

Stable-Marriage-Problem-cpp

This repository contains program which matches men and women based on their preferences
C++
1
star
7

LISP_Functions-FunctionalProgramming

The Lisp assignments in this repository contains implementation of more than 30 functions in Lisp. So just check it out. They are fairly easy to understand.
Common Lisp
1
star
8

Towers-of-Hanoi-Vector-cpp

You are given three towers a, b, and c. We start with n rings on tower 'a' and we need to transfer them to tower 'b' subject to some restrictions: Check file: 'problem statement for non recursive tower of hanoi.pdf' for problem description and data structures used
C++
1
star
9

MIPS-Assembly-Language-Class-Projects

This repository contains MIPS Assembly Language class projects given in our Intermediate CS 240 Computer Organization class. The projects in this repository contains implementation of for loop, if else etc. in MIPS Assembly Language
Assembly
1
star
10

EHR_DecodeEncode-RMI_Applet-JDBC-Swing

This repository contains a single program with two sides, One is RMI Server side (EMR-DecodeEncode) and other is RMI Client Side (GUI-Applet). The user on the RMI Client side(Applet) choose the Service Provider(on RMI Server Side), then chooses the Specific Service and then the relevant XML file (for Encoding/Decoding /or Conversion). Then RMI Client makes Remote Procedure Call and send the chosen file to the Service Provider(on RMI_Server Side), and then Service provider do their job and send the Decoded/Encoded/Converted file back to RMI Client and then back to applet.
Java
1
star
11

ShortestPathProblem-In-2D-Array

Given an m x n matrix of integers, this program computes the minimal path from left to right across the matrix. This path will start from anywhere in column 1 and consists of a sequence of steps terminating in column n.
C++
1
star
12

TinyJava-ParseTree-Compiler-execute_VMcode

The TinyJ language is an extremely small subset of Java. Every valid TinyJ program is a valid Java program, and has the same semantics whether it is regarded as a TinyJ or a Java program. This repository contain programs that generates the Parse Tree of TinyJ program, compile that program to generate Virtual Machine Code and then execute that Machine Code.
Java
1
star