This blog is frozen for now — I'm using org-roam but still need to revamp this website.
- 11/02/18 » Hasktorch v0.0.1
- 08/24/18 » Thoughts about Hyperparameters in DL
- 08/23/18 » GAP layers
- 08/22/18 » Reviewing LSTMs with ascii art
- 08/21/18 » ML Notes: autoencoders and dropout
- 08/15/18 » Different ways to slice a network when transfer learning
- 08/14/18 » Data augmentation is a hack (albeit nessecary)
- 08/02/18 » git find my bugs
- 07/18/18 » Nixing (notes)
- 07/11/18 » RL Notes (short)
- 07/10/18 » Machine Learning Debugging, Unit Tests, and Production Torch
- 06/12/18 » Deep Reinforcement Learning that Matters (1709.06560)
- 01/30/18 » GeForce, Quadro and Tesla
- 01/25/18 » What about that pesky "month" feature?
- 01/23/18 » Structured Deep Learning (alt: Embeddings are not just for words)
- 01/22/18 » Clipping, that extra bump for loss criteria
- 01/12/18 » Sigmoid activation
- 01/11/18 » Cyclical Learning Rates for Training Neural Networks (paper)
- 12/27/17 » Measuring the Size of Neural Networks
- 12/27/17 » Hyperparameter guidance for ANNs
- 12/27/17 » Activation functions and non-linearity
- 12/23/17 » Optimization stream-of-conciousness
- 10/31/17 » More sane python with Maybe.py
- 10/09/17 » BIC, DIC, and CV
- 10/06/17 » Share tmux over the wire with gotty
- 09/13/17 » A more generous Travis-CI
- 08/31/17 » DeriveAnyNewtypeReader considered harmful
- 07/16/17 » Policy vs Value functions
- 07/16/17 » Least Interesting Data (LID) caches
- 05/19/17 » Tmux time - a one-liner and future thoughts for this site
- 05/19/17 » Kmett's reflection
- 05/06/17 » Multi-step bootstrapping thoughts
- 02/15/17 » Prism is like a Lens of Either
- 01/02/17 » Minkowski Error
- 11/12/16 » Double brackets
- 11/11/16 » Typefamily gotchas
- 11/07/16 » Intrinsic Fear (paper)
- 10/31/16 » RecordWildCards as an antipattern
- 10/29/16 » Coerce for constant time newtype lists
- 10/26/16 » Count-Min Sketch
- 09/30/16 » Tracing in haskell
- 06/19/16 » Regex TIL- Repeating capture groups
- 05/18/16 » Consensus Algorithms
- 04/12/16 » Data.Text is encoded as UTF-16!
- 04/11/16 » K-nearest neighbors
- 04/10/16 » Memory-mapped files
- 02/18/16 » Found the y-combinator!
- 02/18/16 » Free your Frees
- 01/29/16 » Left is for errors by notational implementation
- 01/24/16 » Infix mappend
- 01/20/16 » Orphan Instances
- 01/19/16 » Vim to remember
- 01/12/16 » Polymorphic types
- 01/06/16 » What's imported from cabal repl
- 01/05/16 » JWTs are a no-brainer
- 01/05/16 » Browse GHCi
- 01/04/16 » Building json APIs with status code 401
- 12/29/15 » OverloadedStrings
- 12/20/15 » The magic phrase for beginner's mindset
- 12/18/15 » Autocomplete your git and thoughts on bash plugin managers
- 12/17/15 » Higher kinded types
- 12/16/15 » Lift your constructors for healthy data
- 12/15/15 » Eq your errors
- 12/07/15 » Contra- and Co- variance
- 12/02/15 » Kolmogorov–Smirnov
- 11/24/15 » Deep Work, Better Engineering, and Machine Learning Research
- 10/16/15 » Defender methods and multiple inheritance
- 10/09/15 » Why Causal States?
- 10/06/15 » On Genetic Algorithms vs Others
- 10/06/15 » Haskell N-Ary Trees
- 09/27/15 » Eclipse hangs on git status computation
- 05/03/15 » Trait Internals
- 04/25/15 » Self Types in Traits
- 04/19/15 » Trait Similarity to Classes
- 04/07/15 » Trait Fields in Scala
- 04/02/15 » Abstract Methods in Scala Traits
- 03/28/15 » Trait Inheritance
- 03/13/15 » Overriding Traits During Instantiation
- 03/07/15 » Introduction to Scala Traits
- 01/06/15 » Sparknotes from Rob Eisenbergs Article
- 12/31/14 » Languages for 2015
- 12/19/14 » Just shook hands with John Carmak
- 11/11/14 » Various Scripts for Bash Statistics
- 11/10/14 » Bash Statistics
- 09/24/14 » Manage your git branches
- 09/04/14 » Writing a small bootstrap 3 downgrader in sed
- 08/11/14 » Idempotence in Programming
- 08/09/14 » Rebuilding Angular in simpleNg - Scope Inheritance
- 08/01/14 » Case-sensitive git
- 07/22/14 » Rebuilding Angular in simpleNg
- 07/01/14 » Hard reset a single file in git
- 06/17/14 » Backbone to Angular Part II
- 06/12/14 » Adding forgotten files to your commits
- 06/11/14 » Moving from Backbone to Angular Part I
- 05/17/14 » A useful == in Javascript
- 04/16/14 » Node Streams
- 03/02/14 » So you want to learn web development?
- 02/21/14 » Everyday Uses of Javascript Design Patterns
- 12/26/13 » 5 reasons you should use Bookshelf.js
- 12/08/13 » A Succinct look at Pseudo-Classical Selectors
- 11/26/13 » Bloom Filters for Data Detectives
- 11/03/13 » Backus-Naur Form Grammar
- 10/17/13 » Building a Backbone Twitter Clone Part 1 Introduction