GitHub - txd866/machineLearningInvestigations: pseudorandom ideas and projects in ML
Machine Learning Investigations
- depthMap: learning the motion of spheres from depth maps generated in Unity
- depthMapReinforcement: learning the motion of spheres as above but using reinforcement learning (very early stage of development)
- dimensionalityReductionVR: using virtual reality (GearVR) to visualize various methods of dimensionality reduction for MNIST
- mlProjects.pdf: Ruminations on difficult, speculative but (IMHO) valuable learning projects of special interest to me.
- unifiedTreeSearch.pdf: A short, terse description of an algorithm for statistical analysis for gambling games, unifying exact inference, random sampling, and Bayesian Monte Carlo Tree Search. (DRAFT IN PROGRESS)
- Tiny prototype of forward and backward automatic differentation in Scala. https://github.com/mettinger/scala/tree/master/autoDiff