How To Compare Machine Learning Algorithms in Python with scikit-learn

Last Updated on August 28, 2020 It is important to compare the performance of multiple different machine learning algorithms consistently. In this post you will discover how you can create a test harness to compare multiple different machine learning algorithms in Python with scikit-learn. You can use this test harness as a template on your own machine learning problems and add more and different algorithms to compare. Kick-start your project with my new book Machine Learning Mastery With Python, including […]

Read more

Multi-Class Classification Tutorial with the Keras Deep Learning Library

Last Updated on August 27, 2020 Keras is a Python library for deep learning that wraps the efficient numerical libraries Theano and TensorFlow. In this tutorial, you will discover how you can use Keras to develop and evaluate neural network models for multi-class classification problems. After completing this step-by-step tutorial, you will know: How to load data from CSV and make it available to Keras. How to prepare multi-class classification data for modeling with neural networks. How to evaluate Keras […]

Read more

Ensemble Machine Learning Algorithms in Python with scikit-learn

Last Updated on August 28, 2020 Ensembles can give you a boost in accuracy on your dataset. In this post you will discover how you can create some of the most powerful types of ensembles in Python using scikit-learn. This case study will step you through Boosting, Bagging and Majority Voting and show you how you can continue to ratchet up the accuracy of the models on your own datasets. Kick-start your project with my new book Machine Learning Mastery […]

Read more

Automate Machine Learning Workflows with Pipelines in Python and scikit-learn

Last Updated on August 28, 2020 There are standard workflows in a machine learning project that can be automated. In Python scikit-learn, Pipelines help to to clearly define and automate these workflows. In this post you will discover Pipelines in scikit-learn and how you can automate common machine learning workflows. 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 all examples. Let’s get started. Update Jan/2017: Updated […]

Read more

Binary Classification Tutorial with the Keras Deep Learning Library

Last Updated on August 27, 2020 Keras is a Python library for deep learning that wraps the efficient numerical libraries TensorFlow and Theano. Keras allows you to quickly and simply design and train neural network and deep learning models. In this post you will discover how to effectively use the Keras library in your machine learning project by working through a binary classification project step-by-step. After completing this tutorial, you will know: How to load training data and make it […]

Read more

Save and Load Machine Learning Models in Python with scikit-learn

Last Updated on August 28, 2020 Finding an accurate machine learning model is not the end of the project. In this post you will discover how to save and load your machine learning model in Python using scikit-learn. This allows you to save your model to file and load it later in order to make predictions. 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 all examples. […]

Read more

Regression Tutorial with the Keras Deep Learning Library in Python

Last Updated on August 27, 2020 Keras is a deep learning library that wraps the efficient numerical libraries Theano and TensorFlow. In this post you will discover how to develop and evaluate neural network models using Keras for a regression problem. After completing this step-by-step tutorial, you will know: How to load a CSV dataset and make it available to Keras. How to create a neural network model with Keras for a regression problem. How to use scikit-learn with Keras to […]

Read more

Rapidly Accelerate Your Progress in Applied Machine Learning With Weka

Last Updated on August 22, 2019 Why start with Weka over another tool like the R environment or Python for applied machine learning? In this post you will discover why Weka is the perfect platform for beginners interested in rapidly getting good at applied machine learning. After reading this post you will know: Why getting started in applied machine learning is hard. The one most important thing to focus on when getting started in applied machine learning. How to make best […]

Read more

How to Check-Point Deep Learning Models in Keras

Last Updated on August 27, 2020 Deep learning models can take hours, days or even weeks to train. If the run is stopped unexpectedly, you can lose a lot of work. In this post you will discover how you can check-point your deep learning models during training in Python using the Keras library. Kick-start your project with my new book Deep Learning With Python, including step-by-step tutorials and the Python source code files for all examples. Let’s get started. Update […]

Read more

How to Download and Install the Weka Machine Learning Workbench

Last Updated on August 22, 2019 The Weka machine learning workbench is a powerful and yet easy to use platform for predictive modeling. In this post you will discover how you can install Weka on your workstation fast, and get started with machine learning. After reading this post you will know: How to install the all-in-one version of Weka for Windows or Mac. How to install Java and Weka separately on Windows or Mac. How to install Weka on Linux […]

Read more
1 790 791 792 793 794 914