Alex Dremov
Hi! Alex. I'm a machine learning engineer, researcher, and computer science student. I write about AI, algorithms, and research
Machine Learning
Speed Up PyTorch With Custom Kernels. But It Gets Progressively Darker
It's all about making your models run faster, from flicking a magic “compile” switch to writing your own custom GPU code. In each step, we’ll implement an innocent softmax function, but things are about to get dark by the end.
iOS & Swift
Data Binding in SwiftUI: Tips, Tricks, and Best Practices
Want to create dynamic and responsive user interfaces in SwiftUI? Data binding is the key! In this tutorial, I'll show you how to use @State, @ObservedObject, @EnvironmentObject, and @Binding to keep your user interface in sync with your data