Pinned Repositories
BanditsBook
Code for my book on Multi-Armed Bandit Algorithms
JAGSExamples
Examples of statistical models implemented using JAGS
julia_tutorials
Tutorials on Julia topics
JuliaVsR
Comparisons between Julia and R
ML_for_Hackers
Code accompanying the book "Machine Learning for Hackers"
MLNotes
Very concise notes on machine learning and statistics.
r_recommendation_system
Data and code for the Dataists R recommendation system contest
SimpleAintEasy
A compendium of the pitfalls and problems that arise when using standard statistical methods
Style.jl
Style guideline for Julia
Vega.jl
A Julia package for generating visualizations in Vega
johnmyleswhite's Repositories
johnmyleswhite/SimpleAintEasy
A compendium of the pitfalls and problems that arise when using standard statistical methods
johnmyleswhite/DataFramesIO.jl
Advanced import/export tools for DataFrames: Stata, SPSS, Excel, JSON
johnmyleswhite/Resampling.jl
Tools for resampling data in Julia
johnmyleswhite/NaiveBayes.jl
Naive Bayes models in Julia
johnmyleswhite/Proximal.jl
Translation of Parikh and Boyd code for proximal algorithms
johnmyleswhite/CSVReaders.jl
A CSV parsing toolkit for Julia
johnmyleswhite/Ridge.jl
Ridge regression and classification
johnmyleswhite/UCSD2014Talk
Talk to Bradley Voytek's Data Science class at UCSD
johnmyleswhite/Calculus2.jl
A draft of a new interface for the Calculus package
johnmyleswhite/ConjugatePriors.jl
Closed form expressions for conjugate priors in Julia
johnmyleswhite/FileFind.jl
File::Find implementation in Julia
johnmyleswhite/NHST.jl
Null hypothesis significance tests
johnmyleswhite/PackageTesting.jl
A standard for testing Julia packages
johnmyleswhite/ProbabilisticModeling.jl
A BUGS-like language for describing probabilistic models in Julia
johnmyleswhite/SGD.jl
Fit models using SGD in Julia
johnmyleswhite/DataArrays.jl
Data structures that allow missing values
johnmyleswhite/GraphicalModels.jl
Data structures and parsing tools for representing graphical models in Julia
johnmyleswhite/SimilarityMetrics.jl
Standard similarity metrics in Julia
johnmyleswhite/VGPlot.jl
A knock-off of ggplot2 in Julia using Vega
johnmyleswhite/BasicSpace.jl
Translation of the R "basicspace" package to Julia
johnmyleswhite/BISC.jl
The Brainfuck Instruction Set Computer
johnmyleswhite/dotfiles
Cross-machine dotfiles
johnmyleswhite/DualNumbers2.jl
Another Julia implementation of dual numbers for automatic differentiation
johnmyleswhite/GaussianProcesses.jl
A port of the Gaussian Processes toolkit to Julia
johnmyleswhite/MixtureModels.jl
Mixture models in Julia
johnmyleswhite/Ook.jl
An Ook! interpreter in Julia
johnmyleswhite/ProjectTemplate.jl
ProjectTemplate for Julia
johnmyleswhite/RandomProcesses.jl
Random processes (CRP, CRT) in Julia
johnmyleswhite/Roadmap.jl
A roadmap for the work I intend to do on Julia
johnmyleswhite/Soundex.jl
The Soundex algorithm in Julia