Healthcare Datamining

16 May 2017

machine_learning

As part of a continued effort, I work closely with Dr. Ravi Rao, primarily, at Fairleigh Dickinson University in an effort to explore public healthcare data while we build a framework to do just that more easily and portably. Leveraging agile development methodologies in our framework, enabling our work to be reproducable, we have developed and published a number of papers in numerous places. Our framework is open source and available on its github page.

 

Hardware Circuit Implementation of Artificial Neural Network

16 May 2017

school
hardware
machine_learning

My capstone project sought to implement an artificial neural network in hardware. I successfully built and verified operation of a single neuron, testing it by using a raspberry pi connected to the circuit. You can view the presentation that won me first place at IEEE Region 1 Student Conference here. It’s done in Reveal-js which lets you navigate forward by pressing space. The competition paper can be found here, while my capstone paper is here it goes more into the theory of operation while more of my results can be found later in this post.

 

Electromagnetic Fields and Waves Final Project: Folded Dipole Antenna

01 December 2016

school
hardware

The paper can be found here.

 

Wireless Communications: 5G Research Paper

01 May 2016

school

The paper can be found here.

 

Game Programming: 3d Samurai Fighting Game

01 May 2016

school
game
directx
ogre

You can download, compile, and play this game as it was when I completed the course on your own machine if you have Visual Studio and DirectX. The source is here. It was later completed, refined, and ported to OGRE in my free time. That source can be found here. It’ll certainly compile and run on Linux with the necessary libraries, I’ve never attempted to compile it for Windows.

 

AI Programming: Poker Bot

01 December 2015

school
ai

The source code containing both haskell and python implementations of this bot can be found here.

 

Differential Equations: Autonomous Path Planning

01 December 2014

school
ai

The paper and source code can be found here.