Homepage
Open in app
Sign in
Get started
The Owl
Learn, Share, Grow
Latest
Machine Learning
Probability and Statistics
About
Newsletter
Follow
Latest
Neural Networks — Part 0: A Journey Through Neural Network Architecture
Neural Networks — Part 0: A Journey Through Neural Network Architecture
From the 20th Century to Today
Siladittya Manna
Feb 14
Chess — Part 1: Establishing Communication Between Chess Engine and GUI
Chess — Part 1: Establishing Communication Between Chess Engine and GUI
In the previous article (Chess — Part 0), we discussed the basic topics we will walk through and the essentials for building a chess…
Siladittya Manna
Jan 16
How to make an executable file from a Python script
How to make an executable file from a Python script
To create a binary executable from Python script, you’ll need to use a tool that can package your Python code into a standalone executable.
Siladittya Manna
Jan 16
Chess — Part 0: Introduction to Chess Programming Basics
Chess — Part 0: Introduction to Chess Programming Basics
In this article, we will go over the basics that need to be known before we start building our chess-playing AI. This article is not an…
Siladittya Manna
Jan 10
Profiling different algorithms using the built-in timeit module in Python
Profiling different algorithms using the built-in timeit module in Python
Bubble Sort, Quick Sort and Random Sampling methods
Siladittya Manna
Dec 26, 2024
The Trifecta of Random Sampling: Comparing Built-in Random, NumPy, and PyTorch
The Trifecta of Random Sampling: Comparing Built-in Random, NumPy, and PyTorch
Siladittya Manna
Dec 26, 2024
Plotting Continuously Updating Gradient Vectors on Loss Landscape in Matplotlib — Part 1
Plotting Continuously Updating Gradient Vectors on Loss Landscape in Matplotlib — Part 1
Useful for plotting gradient directions on loss landscape
Siladittya Manna
Dec 19, 2024
How to log metrics and data at different lines in the code but at the same time-step using Wandb
How to log metrics and data at different lines in the code but at the same time-step using Wandb
When working on machine learning projects, monitoring and logging metrics is crucial for understanding model performance and debugging…
Siladittya Manna
Dec 4, 2024
Managing Your Machine Learning Workflow with Weights & Biases Artifacts
Managing Your Machine Learning Workflow with Weights & Biases Artifacts
Weights & Biases (W&B) offers a powerful feature called Artifacts, which allows you to version and track datasets, models, and other files…
Siladittya Manna
Nov 21, 2024
How to save both ‘logs’ and ‘print’ statement outputs in the same file using Python?
How to save both ‘logs’ and ‘print’ statement outputs in the same file using Python?
While doing one experiment, I needed to save the logs and the print statement outputs, in the same log file. Both the logs and print…
Siladittya Manna
Apr 11, 2024
The most PyTorch way to extract output from any intermediate layer in a pre-trained model
Siladittya Manna
Changing the Python version on Google Colab
Siladittya Manna
Train FasterRCNN faster with 16-bit precision in Detectron2
Siladittya Manna
Guide to fine-tuning a Pre-trained model for Object Detection tasks with Faster RCNN using…
Siladittya Manna
The Art of Loading Custom Objects and Functions in Keras
Siladittya Manna
Weighted Categorical Cross-Entropy Loss in Keras
Siladittya Manna
About The Owl
Latest Stories
Archive
About Medium
Terms
Privacy
Teams