Articles
Everything I've posted.
Setting up Macbook Pro for Development
Posted on:January 26, 2020 at 12:00 AMThis guide covers the basics of setting up a development environment on a new Mac. Whether you are an experienced programmer or not, this guide is intended for...
Guides
Goodbye 2019, Welcome 2020!
Posted on:January 19, 2020 at 12:00 AMA look back at 2020 and what to look forward to in 2021! ... It's not been easy to write this blog post for reasons you'll discover below...
Blog
From zsh to fish: A Complete Setup Guide
Posted on:January 12, 2020 at 12:00 AMfish is a Unix shell with a focus on interactivity and usability. Fish is designed to give the user features by default, rather than by configuration. Fish is considered an exotic shell since it does not rigorously adhere to POSIX shell standards, at the discretion of the maintainers.
Guides, Linux
New Features for this Blog
Posted on:December 29, 2019 at 12:00 AMGatsby is an open-source static site generator built on top of Node.js using React and GraphQL. It provides large number of plugins to create static sites based on sources as Markdown, MDX, images etc.
Blog
Updating GatsbyJS Looks: A New Home with A New Look
Posted on:September 2, 2019 at 12:00 AMFirst of all, apologies for a sudden update of the domain name - from datasciencevision.com to the new address of reckoning.dev! I let the old address lease expire and opted for a new (hopefully better!) home for this blog.
Blog
Evaluating Comet for Managing Pytorch Based Deep Learning Experiments
Posted on:April 20, 2019 at 12:00 AMComet ML is an experimentation platform, which permits testing Machine Learning projects, from the beginning up to the final monitoring. In this post, we would go through some examples to use comet.
Deep Learning, Machine Learning
This Blog is Now Powered by GatsbyJS
Posted on:April 1, 2019 at 12:00 AMGatsby is a React-based open source framework with performance, scalability and security built-in. Collaborate, build and deploy 1000x ...
Blog
Perfect Reference Management using Zotero and pCloud
Posted on:March 31, 2019 at 12:00 AMZotero is a free and open-source reference management software to manage bibliographic data and related research materials, such as PDF files.
Deep Learning, Guides
My Deep Learning Workstation Setup
Posted on:December 31, 2018 at 12:00 AMWe walk through building a PC that is capable of high performance deep learning AI and machine learning, without overspending.
Linux, Machine Learning, Deep Learning
An Overview of Linear Regression Models
Posted on:December 24, 2018 at 12:00 AMLinear regression attempts to model the relationship between two variables by fitting a linear equation to observed data.
Machine Learning, Algorithms
Interactive Data Visualization in Python Using Bokeh
Posted on:May 4, 2018 at 12:00 AMAn interactive charts allows the user to perform actions: zooming, hovering a marker to get a tooltip, choosing a variable to display and more.
Guides, Machine Learning
A Practical guide to Autoencoders using Keras
Posted on:April 26, 2018 at 12:00 AMAn autoencoder is a type of artificial neural network used to learn efficient codings of unlabeled data. An autoencoder learns two functions: an encoding function that transforms the input data, and a decoding function that recreates the input data from the encoded representation.
Deep Learning, Algorithms