lundi 12 février 2018

Algorithm 1( Decision Tree Algorithm) part 1

Hi,
Now let’s dig deeper into Machine Learning with a brief walk-through of some most commonly used Machine Learning algorithms.
Codes, abstract theories will follow sooner since we introduce and remind some based statistic concepts.
I will start by synoptic schemas for my simple pictures illustrating how the chosen algorithms are used.
The first algorithm covered in this post is Decision Tree.
Why do we have to choose Decision trees?
I believe a few which are
1.       It’s so simple to understand the data and make some good interpretations.
2.      Decision trees actually make you see the logic for the data to interpret
Classify data according to some features, whenever the process goes to the next step, there is a judging branch, and the judgment divides the data into two, and the process goes on.
When tests are done with existing data, there is new data coming in, computer can categorize data into the right leaves.
In the next publishing, we will propose for existing data a  very simple decision tree for classification problem.

See you

dimanche 11 février 2018

You can build today your future machine learning...

I wonder that we are most likely living in the speediest period of human being. We are moving from personal computing to cloud. At the moment I am writing this blog many things are happening, perhaps are coming earlier than we are thinking.
Since the last decade, most things are democratized (tools and techniques). This follows surprisingly the boost in computing. How you can imagine yourself seeing television programs in a quiet green garden or have connected objects which calculate your walking activities or your watch telling good morning by feeling (detecting) your wakeup !  
How can you believe that today, we can build data machines with complex algorithms for a few Dirhams.
Do not believe that isn’t easy! That needs more time and hassles.
The idea behind having his machine learning enthusiasts everyone across the world. Through my blog, I will give you elements to enable you to work on machine learning problems and gain more experiences. 
Excuse me; sometimes I will remind you deliberately some statistics behind the techniques in order to understand them at the start.
My blog will give you a start building machine learning project and a high level understanding about various machine learning algorithms
Good luck 

samedi 10 février 2018

Hello Everybody x Welcome to my blog!



This is my first and official post about machine learning techniques. I’m happy to have this new specific blog! I’ve wanted to have a proper blog dedicated to artificial intelligence where machines compete with human for a new world, now, and so I guess this is the beginning of my ‘blog journey’!


Keep on reading if you are interested to get a little more about the future!

In this blog, you'll be up-to-date about some of the most widely used and successful machine learning techniques, algorithms (rarely discussed in textbooks) that help get learning algorithms to work well. 

Good luck.


Algorithm 1( Decision Tree Algorithm) part 1

Hi, Now let’s dig deeper into Machine Learning with a brief walk-through of some most commonly used Machine Learning algorithms. Codes...