Tuesday, March 21, 2017

Is ML(Machine Learning) a Programming Style ?

I remember that I started programming with declaring variables and doing multiplication, addition , 'for/while' loops etc.. Suddenly one day my Plus1 computer teacher started writing functions, those days I didn't know that I was moving to a new programming style . Functions were looks very natural and nothing surprising to me. But when I came to know that some of programming languages only running with functions(but it took years to realize that :-))  ..check this link Functional Programming
I came to know that this can be adopted as a programming style.

When I moved to Plus 2 standard,  I think that is time when I started hearing about about objects oriented programming. I felt so surprising that "Why the teacher is taking me to different different words/concepts like inheritance,polymorphism ,abtraction etc.." ok I just bi-hearted them to pass the exams. But I can remember that my teacher was trying to understand me that 'object oriented programming' is new programming style.

Now I started going through some of the ML(machine learning) tutorials, I am getting same doubt like 'Is it going to be a new programming style or Is it the future programming method ?'




Monday, March 20, 2017

Machine Learning with Python

Machine learning is coming as an easy programming technique in these days.I thought it requires lot of maths to do something on ML.But what I understand is that it becomes very easy with python tools. With python programming sci-kit and pandas libraries, we can makes some cool applications very easily.

But still I am in the learning process now.

These tutorials helps me a lot to keep updated with ML.


Tuesday, February 28, 2017

why Python programming ...

Python is very effective when I want to learn a new thing like image processing, Machine learning , Networking...

You can directly jump into the functionality or subject area, I mean that your core subject area that you want to hack... there are lot libraries that support these  subject areas.

Last week I was reading a book 'Learn Python Network Programming' by Dr. M.O Faruque Sarker.

It is interesting that Python simplifies the subject 'Networking Protocols and Programming ' which i just byhearted in BTECH.

I experienced the same thing when I tried to learn about ML with Python.