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...
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...
Risk management in trading is a must. [Writing in progress…]
Recently, I wanted to experiment with blockchain. Instead of setting up a VM on my Macbook, I decided to set up a VPS on cloud instead. I have tried Digital ...
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...
Below are some shortcuts for setting up a python project.
How to save Github credentials on Cloud9? Steps: Git clone the repo into C9 using the SSH link, not the HTTPS link. Go to c9.io/account/ssh and copy t...
Start a new Django Project mkdir django-tutorials cd django-tutorials django-admin startproject mysite
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...
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...
This post is based on a tutorial: Optimizing Neural Networks using Keras (with Image recognition case study) from Analytics Vidhya.