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.
Sunday, February 5, 2017
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.
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
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
Tuesday, December 13, 2016
Apache spark project in Eclipse with Maven
If you are really looking to develop some spark projects, the easiest and best option would be eclipse with Maven which gives all framework tools to do the development easier.There are some tutorial videos in youtube which explain how to install and start with it.
I just started with the 'wordcount' program, once I configured the eclipse&scala IDE in Ubuntu.
My screenshots:
Spark Eclipse Maven Live video record:
Youtube tutorials:
I just started with the 'wordcount' program, once I configured the eclipse&scala IDE in Ubuntu.
My screenshots:
Spark Eclipse Maven Live video record:
Youtube tutorials:
Sunday, December 11, 2016
spark streaming
Spark Streaming from local Network and Counting the words in near to real time. This is awesome!!.
Next I like to find some trending news/feeds using apache spark streaming.
Next I like to find some trending news/feeds using apache spark streaming.
Machine Learning
Machine learning , nice word. I know that I was studying about machines/computers from Plus+2. Then what is new in this learning :-).But this is different.Here we makes Machine to learn from its previous experience or outputs/inputs. If you want to give a try on ML, I think this is a best course to start with Free and Open source materials .
Saturday, December 10, 2016
apache spark- a software which gives you great learning experience
The beauty of open source projects is that if you try to learn it , it will take you through lot of subject areas that you never heard about.
Apache Spark is one of them for me. I started hearing about it when I started to follow big data&hadoop. Ok,I thought , let me install it in my ubuntu machine . I found that it is quite easy and the interesting part is that it took me through interesting subjects like ML(machine learning), Streaming,functional programming (scala) etc..


