BLT's Blog

Recent posts

Forex Trading Basics

I came across this interview with Rayner on trading matters and found his insights pretty interesting. Happens that he has his own website called Tradingwit...

Resources for learning Data Analytics

The area for Data Analytics(DA) is a big field. From the choice of languages to the frameworks/APIs available, one may wonder what are some of the available...

Django web framework

Start a new Django Project mkdir django-tutorials cd django-tutorials django-admin startproject mysite

Anomaly detection

Anomaly detection or outlier detection are basically referring to the same problem. What constitutes as an outlier may be vague as the decision to rule the o...

How to retire in 10 years

Business Times released an article earlier this year, Jan 17 to discuss the possibility that one can retire in 10 years. Here is the link for the complete a...

Digit Recogniser using Keras

This post is based on a tutorial: Optimizing Neural Networks using Keras (with Image recognition case study) from Analytics Vidhya.