White Theme Solarized Light Solarized Dark (filled) Solarized Dark (outline) Black Theme
The autodidactic learner — why self education is one of the best ways to learn
Autodidactic /ˌɑː.t̬oʊ.daɪˈdæk.tɪk/ adjective relating to someone learning by himself or herself, rather than being taught by a teacher. — Cambridge Dictionary Are you an autodidact? Picture this: you hear people at work discussing data mining algorithms. You are curious and …
Burned out employee – how to lower cortisol levels to beat stress
We live in a world where we are bombarded by stressors every day. Whether its overwhelming workloads, hounding emails that never cease or toxic work practices, more and more people are burning out. The burned out employee If you are …
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 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 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 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 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 …
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 …