Sunday, February 5, 2017

Gentlest Introduction to Tensorflow

If you started searching for ML libraries and softwares ,you can't avoid Tensorflow.  TensorFlow is an open source software library for machine learning in various kinds of perceptual and language understanding tasks.







Friday, February 3, 2017

Practice Machine learning online

I was searching for some of the tutorials for machine learning  today. I came across a free online platform https://my.datascientistworkbench.com where you can do data science easily.

The platform support Python,R and scala language. In this I would say I am only familiar with Python language,but I am not aware of data science libraries in Python. So started searching some some tutorials .. I found some good youtube tutorials below https://www.youtube.com/channel/UCWN3xxRkmTPmbKwht9FuE5A/videos


Python is so strong that you can do some machine learning applications.

Monday, January 30, 2017

What is NaN ?

This is something new thing to me , NaN, standing for not a number in computing world. I know that 'divide by zero' is common scenario where most of the languages throws exceptions.

It is always hard to deal with 'infinity' in computer world. Just go through wiki what is NaN generation scenarios.

https://en.wikipedia.org/wiki/NaN