Dr. Renner's Neural Network Ensemble Simulator (NNES)
|
|
The Neural Network Ensemble Simulator (NNES) was developed by Dr. Renner and has continued development under several of her graduate students. It can solve complex problems with the use of simulated neural networks by utilizing cross validation 1 & 2 and combined ensembles of students who's data is rotated to obtain a more general solution with a limited set of data.
My project was to combine the projects that graduate students had completed based on NNES. Two of these were a GUI front end and a distributed version. They are now combined in version 5.00
|
|
|
Compiler: Game Programming Language
|
|
This is a compiler for the Game Programming Language (GPL). Starting with a grammar, my friend and I developed a compiler using flex, bison, and C++ to parse and execute GPL code.
|
|
|
Bibtool
|
|
LaTeX is able to use BibTeX bibliography files to cite references. When a user is dealing with multiple large BibTeX bibliography it can be difficult to manage all of the entries. Bibtool indexes all of the entries from multiple bibliography files so they can be easily referenced. This page has project info, planning, references, and doxygen generated documentation.
|
|
|
Linker/Loader Simulator
|
|
This program mimics the behavior of a linker loader. Starting with a text file with several entries resembling source code files it moves through them recursively creating data structures along the way. When I find the dependency that I am looking for it begins to fall back down the recursive tree, filling in the gaps as it goes.
|
|
|
Asteroids
|
|
An asteroids game in C++ for the Macintosh OS with a group of 2 other programmers using vector graphics, the Mac API, linked lists for game objects, and class inheritance.
|
|
|
Graph Strong Component Finder
|
|
Strong is able to take DIMACS graph benchmark files as command line arguments, insert each vertex into a graph, create edges between the vertices, and scan the final graphs for the strong components. This page has project info, planning, references, and doxygen generated documentation.
|
|
|
|