briancr

↗ HN profile [ 260 ms ] full profile

No user record in our sample, but briancr has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  1. I wrote a lightweight scripting language that runs together with C. Specifically, it's a C library, you run it through a C function call, and it can callback your own C functions. Compiles to ~250 kB. No dependencies…

  2. This website is for newbies to machine learning, and I’ve found the graphics really help to demystify what exactly the model is doing. I’m considering applying this to helping high school robotics teams incorporate ML…

  3. I developed interfaces to call my company’s neural network generator directly from an application. Currently we have C/C++ and MATLAB APIs (and a shell script), and plan to add R and Python APIs soon. Quick background:…

  4. This project grew out of my frustrations with wanting to experiment with NNs, while a) not knowing which architectures to use, and b) waiting forever for training to finish using standard algorithms. Both tools here are…