Recommender systems may be the most common type of predictive model that the average person may encounter. They provide the basis for recommendations on services such as Amazon, Spotify, and Youtube. Recommender systems are a huge daunting topic if you’re just getting started. There is a myriad of data preparation techniques, algorithms, and model evaluation […]
Archive | Machine Learning Resources
Machine Learning Books
The Complete Machine Learning Bookshelf. Books are a fantastic investment. You get years of experience for tens of dollars. I love books and I read every machine learning book I can get my hands on. I think having good references is the fastest way to getting good answers to your machine learning questions, and having […]
5 Top Machine Learning Podcasts
Machine learning podcasts are now a thing. There are now enough of us interested in this obscure geeky topic that there are podcasts dedicated to chatting about the ins and outs of predictive modeling. There has never been a better time to get started and working in this amazing field. In this post, I want […]
Data Science From Scratch: Book Review
Programmers learn by implementing techniques from scratch. It is a type of learning that is perhaps slower than other types of learning, but fuller in that all of the micro decisions involved become intimate. The implementation is owned from head to tail. In this post we take a close look at Joel Grus popular book […]
Machine Learning With Statistical And Causal Methods
In November 2014, Bernhard Scholkopf was awarded the Milner Award by the Royal Society for his contributions to machine learning. In accepting the award, he gave a layman’s presentation of his work on statistical and causal machine learning methods titled “Statistical and causal approaches to machine learning“. It’s an excellent one hour talk and I highly recommend that you watch […]
Practical Machine Learning Books for the Holidays
O’Reilly books have a reputation for being practical, hands on and useful. Specifically the nutshell books and so-called animal books. O’Reilly have a few new books out in time for the holidays on the topic of machine learning. I don’t want to bore you with reviews, Amazon has plenty of those. In this post we take […]
16 Options To Get Started and Make Progress in Machine Learning and Data Science
You want to learn machine learning or data science. You might want a job or the opportunity to get a job in machine learning or data science. Alternatively, you might be a student or in a data role and looking to accelerate your learning in the area. If you think your only options are to […]
Review of Applied Predictive Modeling
The book Applied Predictive Modeling teaches practical machine learning theory with code examples in R. It is an excellent book and highly recommended to machine learning practitioners and users of R for machine learning. In this post you will discover the benefits of this book and how it can help you become a better machine […]
Machine Learning Newsletters
There are a lot of blogs and videos on machine learning and more being created every day, week and month. If you are working or at school, it can feel overwhelming to keep up with some much material. Worse, you feel like you will be at some great disadvantage if you do miss something. In […]
Java Machine Learning
Are you a Java programmer and looking to get started or practice machine learning? Writing programs that make use of machine learning is the best way to learn machine learning. You can write the algorithms yourself from scratch, but you can make a lot more progress if you leverage an existing open source library. In […]