6 Questions To Understand Any Machine Learning Algorithm

Last Updated on August 12, 2019 There are a lot of machine learning algorithms and each algorithm is an island of research. You have to choose the level of detail that you study machine learning algorithms. There is a sweet spot if you are a developer interested in applied predictive modeling. This post describes that sweet spot and gives you a template that you can use to quickly understand any machine learning algorithm. Kick-start your project with my new book […]

Read more

Machine Learning Algorithms Mini-Course

Last Updated on August 12, 2019 Machine learning algorithms are a very large part of machine learning. You have to understand how they work to make any progress in the field. In this post you will discover a 14-part machine learning algorithms mini course that you can follow to finally understand machine learning algorithms. We are going to cover a lot of ground in this course and you are going to have a great time. Kick-start your project with my […]

Read more

Python Ecosystem for Machine Learning

Last Updated on August 21, 2019 The Python ecosystem is growing and may become the dominant platform for machine learning. The primarily rationale for adopting Python for machine learning is because it is a general purpose programming language that you can use both for research and development and in production. In this post you will discover the Python ecosystem for machine learning. Kick-start your project with my new book Machine Learning Mastery With Python, including step-by-step tutorials and the Python source code files for […]

Read more

Introduction to the Python Deep Learning Library Theano

Last Updated on August 19, 2019 Theano is a Python library for fast numerical computation that can be run on the CPU or GPU. It is a key foundational library for Deep Learning in Python that you can use directly to create Deep Learning models or wrapper libraries that greatly simplify the process. In this post you will discover the Theano Python library. Kick-start your project with my new book Deep Learning With Python, including step-by-step tutorials and the Python […]

Read more

Crash Course in Python for Machine Learning Developers

Last Updated on August 21, 2019 You do not need to be a Python developer to get started using the Python ecosystem for machine learning. As a developer who already knows how to program in one or more programming languages, you are able to pick up a new language like Python very quickly. You just need to know a few properties of the language to transfer what you already know to the new language. In this post, you will get a crash […]

Read more

Introduction to the Python Deep Learning Library TensorFlow

Last Updated on December 20, 2019 TensorFlow is a Python library for fast numerical computing created and released by Google. It is a foundation library that can be used to create Deep Learning models directly or by using wrapper libraries that simplify the process built on top of TensorFlow. In this post you will discover the TensorFlow library for Deep Learning. Kick-start your project with my new book Deep Learning With Python, including step-by-step tutorials and the Python source code […]

Read more

Introduction to Machine Learning with scikit-learn

Last Updated on August 21, 2019 The scikit-learn library is one of the most popular platforms for everyday machine learning and data science. The reason is because it is built upon Python, a fully featured programming language. But how do you get started with machine learning with scikit-learn. Kevin Markham is a data science trainer who created a series of 9 videos that show you exactly how to get started in machine learning with scikit-learn. In this post you will […]

Read more

scikit-learn Cookbook Book Review

Last Updated on August 15, 2020 The scikit-learn library is the premiere library for machine learning in Python. The online documentation is quite good but sometimes can feel fragmented or limited by narrow examples. In this post you will discover the book Scikit-Learn Cookbook by Trent Hauck that provides a desktop reference to supplement the online documentation and help you get started with scikit-learn quickly. Kick-start your project with my new book Machine Learning Mastery With Python, including step-by-step tutorials […]

Read more

Introduction to Python Deep Learning with Keras

Last Updated on September 13, 2019 Two of the top numerical platforms in Python that provide the basis for Deep Learning research and development are Theano and TensorFlow. Both are very powerful libraries, but both can be difficult to use directly for creating deep learning models. In this post, you will discover the Keras Python library that provides a clean and convenient way to create a range of deep learning models on top of Theano or TensorFlow. Kick-start your project […]

Read more

How To Load Machine Learning Data in Python

Last Updated on August 21, 2019 You must be able to load your data before you can start your machine learning project. The most common format for machine learning data is CSV files. There are a number of ways to load a CSV file in Python. In this post you will discover the different ways that you can use to load your machine learning data in Python. Kick-start your project with my new book Machine Learning Mastery With Python, including […]

Read more
1 801 802 803 804 805 927