I am a coder with a passion for Android (Java, Kotlin, NDK C/C++) and AI (decision trees, MiniMax, NN).
Working on:
Worked on:
- KISS launcher for Android
- Instant load library for Android folders
- Modularity proof of concept for Android (this was before app bundles)
- A calculator using shunting yard and inverse polish (aka postfix) notation [ Kotlin | MIPS-2000 ASM ]
- Recurrent Neural Net with gradient descent and ½(y - t)² cost function
- Feedfoward Neural Net with gradient descent and ½(y - t)² cost function
- Competitive unsuperviced learning of MINST w/Oja's algorithm (18.45% error)
- Perceptron learning algorithm with Pocket implementation with heuristic