Web Development in Rust

This blog is gonna briefly cover all the aspect about this web teaching kit which I have curated for the RainOfRust campaign.

Read More

Creating python module in Rust

The objective of the blog post is to implement a python module using the state of art programming language Rust. The idea is to create an python module in Rust.

Read More

Deep drive into SGD Optimizer

This post explains all the key concepts of optimization in Machine learning and deep dives into SGD along with mathematical derivation and code implementation of the same in Keras python module.

Read More