Articles About Machine Learning

Introduction to Bayesian Networks with Jhonatan de Souza Oliveira

Last Updated on August 16, 2020 This post is a spotlight interview with Jhonatan de Souza Oliveira on the topic of Bayesian Networks. Could you please introduce yourself? My name is Jhonatan Oliveira and I am an undergraduate student in Electrical Engineering at the Federal University of Vicosa, Brazil. I have been interested in Artificial Intelligence since the beginning of college, when had my first adventure investigating and building a simple chatbot for a Symposium website. I also am a member of an […]

Read more

Case Study: Predicting the Onset of Diabetes Within Five Years (part 3 of 3)

Last Updated on August 22, 2019 This is a guest post by Igor Shvartser, a clever young student I have been coaching. This post is part 3 in a 3 part series on modeling the famous Pima Indians Diabetes dataset that will investigate improvements to the classification accuracy and present final results (update: download from here). In Part 1 we defined the problem and looked at the dataset, describing observations from the patterns we noticed in the data. In Part 2 we […]

Read more

Python Machine Learning Books

Last Updated on August 16, 2020 Python is a very popular language for machine learning. The machine learning libraries and frameworks in Python (especially around the SciPy stack) are maturing quickly. They may not be as feature rich as R, but they are robust enough for small to medium scale production implementation. If you are a Python programmer looking to get into machine learning or you are generally interested to get into machine learning via Python, then I want to […]

Read more

A Gentle Introduction to Scikit-Learn: A Python Machine Learning Library

Last Updated on August 16, 2020 If you are a Python programmer or you are looking for a robust library you can use to bring machine learning into a production system then a library that you will want to seriously consider is scikit-learn. In this post you will get an overview of the scikit-learn library and useful references of where you can learn more. Kick-start your project with my new book Machine Learning Mastery With Python, including step-by-step tutorials and […]

Read more

Bootstrapping Machine Learning: An Upcoming Book on Prediction APIs

Last Updated on June 7, 2016 I came across an upcoming book that might interest you. It is titled Bootstrapping Machine Learning by Louis Dorard, PhD. A 40-page sample is provided and I enjoyed it. I think the final book will be a valuable read. Cover of the upcoming book: Bootstrapping Machine Learning Louis takes the position that machine learning is commoditized to the point where if you are an application developer, you don’t need to learn machine learn ing algorithms, you only need to learn machine […]

Read more

The Data Analytics Handbook: Data Analysts and Data Scientists

Last Updated on June 7, 2016 What is the difference between a Data Analyst and a Data Scientist and what type of work do they do all day? These questions and questions like them are answered in the new free ebook The Data Analytics Handbook: Data Analysts and Data Scientists. Cover of the The Data Analytics Handbook: Data Analysts and Data Scientists The ebook was created by Brian Liou, Tristan Tao and Elizabeth Lin. Brian and Tristan are Computer Science + Statistics grads and run the blog statsguys. Although […]

Read more

How to Get Started with Machine Learning in Python

Last Updated on August 21, 2019 The Python conference PyCon2014 has held recently and the videos for the conference are online. I have been working my way through the interesting machine learning ones and will share a few on this over the coming weeks. A great talk if you are starting out in data science or machine learning in python was given by Melanie Warrick titled How to Get Started with Machine Learning. It’s about 25 minutes long. The abstract […]

Read more

IPython from the shell to a book with a single tool with Fernando Perez

Last Updated on August 15, 2020 If you get serious with data analysis and machine learning in python then you will make good use of IPython notebooks. In this post we will review some takeaway points made by Fernando Perez, the creator of IPython in a keynote presentation at SciPy 2013. The title of the talk was IPython: from the shell to a book with a single tool; the method behind the madness. Kick-start your project with my new book Machine […]

Read more

The Seductive Trap of Black-Box Machine Learning

Last Updated on April 4, 2018 For as long as I have been participating in data mining and machine learning competitions, I have thought about automating my participation. Maybe it shows that I want to solve the problem of building the tool more than I want to solve the problem at hand. When working on a dataset, I typically spend a disproportionate amount of time thinking about algorithm tuning and running tuning experiments. I am prone to performing post-competition analysis […]

Read more

Best Programming Language for Machine Learning

Last Updated on September 27, 2016 A question I get asked a lot is: What is the best programming language for machine learning? I’ve replied to this question many times now it’s about time to explore this further in a blog post. Ultimately, the programming language you use for machine learning should consider your own requirements and predilections. No one can meaningfully address those concerns for you. No one can meaningfully address those concerns for you. What Languages Are Being Used Before […]

Read more
1 124 125 126 127 128 226