Posts
All the articles I've posted.
-
Mastering Digit Recognition in Under 100 Lines - A Concise Guide to Neural Networks with PyTorch and MNIST
Imagine a world where machines understand handwritten notes as easily as humans do, transforming scribbles into digital text in the blink of an eye. This isn’t a page from a sci-fi novel; it’s possible using this basic principles of Machine Learning.
-
Understanding ReLU - The Power of Non-Linearity in Neural Networks
Without non-linearity, neural networks would be far less effective, essentially reducing deep networks to simple linear regression models incapable of the sophisticated tasks they perform today.
-
How to build a simple CNN based Image classifier using Keras
Convolutional neural network (CNN), a class of artificial neural networks that has become dominant in various computer vision tasks, is attracting interest across a variety of domains. CNN work well on computer vision tasks like image classification, object detection, image recognition, etc.
-
Installing TensorFlow on M1 MacBook Air with GPU (Metal)
You can now leverage Apple’s tensorflow-metal PluggableDevice in TensorFlow v2.5 for accelerated training on Mac GPUs directly with Metal.
-
OpenPose - Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields
The proposed approach uses a nonparametric representation, also reffered to as Part Affinity Fields (PAFs), to learn to associate body parts with individuals in the image.
-
Run Ubuntu on M1 Macbook Air using UTM
UTM is an amazing software that allows us to virtualise and emulate different OS's such as, different flavours of Linux, Windows, older version of mac OS etc on the latest ARM architecture based Mac's.
-
Authentication Flow with React Navigation v5
Authentication Flow with React Navigation v5. Due to the recent update in react navigation some major changes have taken place.
-
What is web 3.0?
People are talking about Web3. Is it the Internet of the future or just a buzzword? Web3, short for web 3.0, is a vision of the future of the Internet in which people operate on decentralized, quasi-anonymous platforms, rather than depend on tech giants like Google, Facebook and Twitter.