Harin RameshBuilding Key Value Store on top of MySQL/PostgreSQLLet’s build a simple key value store, just key and its corresponding value, no fancy stuff.Sep 19, 2023Sep 19, 2023
Harin RameshSnowflake | How global ID generation works in distributed systems?Let’s start with a question. What is the need for an ID generator if databases already offer us with auto-increment IDs?Jun 24, 2023Jun 24, 2023
Harin RameshMath behind Back-PropagationLet’s start with what is back-propagation? it is used to compute gradients of a loss function with respect to parameters. In simple terms…Feb 23, 20201Feb 23, 20201
Harin RameshBuilding a Neural Network in PyTorchCreating and training a neural net in PyTorchJul 6, 20191Jul 6, 20191
Harin RameshTransfer Learning in PyTorchTransfer Learning is a technique where a model trained for a certain task is used for another similar task.Mar 2, 2019Mar 2, 2019