All Posts
195 posts since 2007
Books recommendation series: Predictive analytics
Book
date sorting in datatables using moment js
Sorting dates could be tricky because of various date and time format used. Fortunately there is awsome js lib called moment.js library a...
git amend scenerios
Sometimes we need to change the commit message of already committed/committed-pushed files. See below some of the scenarios might arise..
jQuery accordion with fontawsome icons
a small imple of jQuery accordion (show/hide blocks)
Books recommendation series: Elements of statistical learning
Since long I was thinking to write down my recommendation of the books I have read recently or in past as well. The plan is to post atlea...
SpaceVim review
As a Vim user for nearly 2 decades, recently I got an opportunity to explore SpaceVim a new Vim distribution. Some of the features worth ...
Perl 6 Book
Think Perl 6 How to Think Like a Computer Scientist
git quick tip – branching and merging
Sometimes you want to do experiment work or wants to patch the git master branch with some experimental code, in that case, it’s not the ...
grep and map-Two magical operators
Over the years I have extensively used map and grep in Perl, JavaScript, Python, Linux. I am sure most of the programmers love using thes...
Deep learning specialization notes
A couple of months back I have completed Deep Learning Specialization taught by AI guru Andrew NG. During the learning process, I have ma...
Data Structures and Algorithms in Python – Graphs
Graph Implementation – Adjacency list
Data Structures and Algorithms in Python Sorting
Bubble Sort Implementation
Data Structures and Algorithms in Python Recursion
Computes the cumulative sum : Recursion
Implemeting Data Structures and Algorithms in Python: Problems and solutions Contd..
Contd.. from last post
Implemeting Data Structures and Algorithms in Python: Problems and solutions
Recently I have started using Python in a lot of places including writing algorithms for MI/data science, so I thought to try to impleme...
Choropleth Maps in Python
Choropleth maps are a great way to represent geographical data. I have done a basic implementation of two different data sets. I have use...
Notes MI Class Standford
Personal notes which I made during Andrew NG’s Stanford Machine learning class.
Developing data products course project
I have made a small project which demonstrate Water Quality of River Ganga (India) in various places on-route (Year 2012) as a part of JH...
Interesting Machine learning algorithms in R
Widely used Machine learning algorithms in R
JHU Data Science Specialization Capstone
I have created a text prediction application as a part of Coursera Johns Hopkins University Capstone project.