I want to have time to learn. How do I organize my time?

I want to have time to learn. How do I organize my time?

What does your world look like if you have time to learn? Picture it in your mind. There’s a gap between where you are today and where you’d like to be tomorrow. What’s contributing to the gap?The gap exists for …

I don't have time to learn everything I want

I don’t have enough time to learn everything I want. What should I do?

Good news! Those things you want to learn… you can absolutely find the time to learn them. And the bad news? The bad news is you must convince yourself of 3 brutal truths about finding time to learn: You choose …

Top 10 Data Mining Algorithms

Top 10 data mining algorithms in plain English

Today, I’m going to explain in plain English the top 10 most influential data mining algorithms as voted on by 3 separate panels in this survey paper. Once you know what they are, how they work, what they do and where you …

CART data mining algorithm

CART data mining algorithm in plain English

The CART data mining algorithm is part of a longer article about many more data mining algorithms.What does it do?  CART stands for classification and regression trees.  It is a decision tree learning technique that outputs either classification or regression trees. …

Naive Bayes data mining algorithm

Naive Bayes data mining algorithm in plain English

The Naive Bayes data mining algorithm is part of a longer article about many more data mining algorithms.What does it do?  Naive Bayes is not a single algorithm, but a family of classification algorithms that share one common assumption: Every …

kNN data mining algorithm

k-Nearest Neighbor (kNN) data mining algorithm in plain English

The kNN data mining algorithm is part of a longer article about many more data mining algorithms.What does it do?  kNN, or k-Nearest Neighbors, is a classification algorithm. However, it differs from the classifiers previously described because it’s a lazy …

AdaBoost data mining algorithm

AdaBoost data mining algorithm in plain English

The AdaBoost data mining algorithm is part of a longer article about many more data mining algorithms.What does it do?  AdaBoost is a boosting algorithm which constructs a classifier. As you probably remember, a classifier takes a bunch of data …