mjhirn | 3 years ago | on: The Principles of Deep Learning Theory
mjhirn's comments
mjhirn | 5 years ago | on: Slower News
I know you have an RSS feed, and the crowd here probably is all for RSS, but I would love it if I could leave my email somewhere and get a notification when a new submit was posted.
mjhirn | 5 years ago | on: Progress Over Perfection
In hindsight there was some time where I had to actively force myself to stick with one topic longer than usual to go deep. Once that hurdle is taken I have less of a problem now integrating adjacent topics.
I also agree with the advice that focusing on one topic improves professional success. Long-term is TBD though.
mjhirn | 5 years ago | on: What Is a Feature Store?
mjhirn | 5 years ago | on: SpaCy v3.0 Nightly
mjhirn | 5 years ago | on: CRDTs are the future
Source: OT's Wikipedia article
But I felt the same. Never heard of "Operation Transformation" before and both OT and its alias were equally opaque to me.
mjhirn | 7 years ago | on: Ask HN: App for finding your cognitive siblings?
I also thought of it more like a self-validation thing, a source of more information, recommendations, etc. What you would get back may be an online conversation or a feed of relevant websites.
mjhirn | 7 years ago | on: Ask HN: App for finding your cognitive siblings?
- Great reading recommendations
- Great proof-of-competence like a 'badge' or 'degree' when hiring
mjhirn | 7 years ago | on: Mixnode: Turn the web into a database
That being said, I find this highly interesting, if it works like that. We are working on a peer-to-peer database that lets you query a semantic database, popularized mostly by public web data, but with strong guarantees of accurate and timely data, and this could be a great way to write more robust linked-data converters.
mjhirn | 9 years ago | on: Scientists pave the way for large-scale storage at the atomic level
[1]: http://www.nature.com/ncomms/2016/160718/ncomms12232/full/nc...
mjhirn | 9 years ago | on: Leaf ML framework ends development
mjhirn | 9 years ago | on: Leaf ML framework ends development
mjhirn | 9 years ago | on: Leaf framework: Tensorflow wins
mjhirn | 10 years ago | on: Leaf – Machine Learning for Hackers
But with Leaf it becomes very easy to create modules (Rust crates) that expose layers/networks/concepts, which can have a metaphorical name.
mjhirn | 10 years ago | on: Leaf – Machine Learning for Hackers
mjhirn | 10 years ago | on: Leaf – Machine Learning for Hackers
Leaf takes an imperative approach and explores an easier API (only Layers (Functions)[1] and Solvers (Optimizer Algorithms)), reusability through modularity and abstractions that keep the implementation and concepts to a minimum or rather abstractions that feel as familiar to a hacker as possible.
For future versions e.g., we want to explore what is practically possible with auto-differentiation via dual numbers and differentiable programming.
[1]: http://autumnai.com/leaf/book/deep-learning-glossary.html#La...
mjhirn | 10 years ago | on: Leaf – Machine Learning for Hackers
[1]: https://github.com/AtheMathmo/rusty-machine [2]: https://gitter.im/AtheMathmo/rusty-machine
mjhirn | 10 years ago | on: Leaf: Machine learning framework in Rust
mjhirn | 10 years ago | on: Machine Learning in Rust
[1]: https://github.com/autumnai/deep-learning-benchmarks
mjhirn | 10 years ago | on: Machine Learning in Rust
James linked to it in the community section of his post, at the end.