Jump-Start Using Any Machine Learning Tool With Recipes

Last Updated on June 7, 2016 How do you best use a machine learning tool to make accurate predictions? You select and use machine learning tools only to make your life easier on a machine learning project. The tools are exist to help you build models that make accurate predictions. It is important that you know how to best use them in this process. In this post you will discover a simple 5-step process that you can use map any […]

Read more

Build a Deep Understanding of Machine Learning Tools Using Small Targeted Projects

Last Updated on June 7, 2016 Once you have chosen a machine learning tool you need to improve your skill in using it. Machine learning tools have a large number of features. Having a recipe for using a feature is not the same as deeply knowing how to use the feature, its limitations or its capabilities. Also, once you build skills in a machine learning tool you need to be able to demonstrate that you know how to use it […]

Read more

Extend Machine Learning Tools and Demonstrate Mastery

Last Updated on June 7, 2016 After you have been using a tool for a while, you will develop a specific way of working with it. You may even have deep knowledge of the limitations of the tool and how to fix them, or be frustrated by specific features that are missing. You can augment machine learning tools to formalize the way you use it, fix limitations and add new features. Augmenting tools by creating plug-ins, patches and wrappers and […]

Read more

Why Implement a Machine Learning Algorithm From Scratch

Last Updated on August 13, 2019 Why would you ever implement machine learning algorithms from scratch when there are so many provided in existing APIs? This is a great question. One that must be considered before you write that first line of code. In this post you will discover a variety of interesting and even thought-provoking answers to this question. The answers in this post are summarized from the Quora question titled: “Why is there a need to manually implement machine […]

Read more

Use R For Machine Learning

Last Updated on August 22, 2019 You should use R for machine learning. R is one of the most powerful machine learning platforms and is used by the top data scientists in the world. In this post you will learn why you should use R for machine learning. Kick-start your project with my new book Machine Learning Mastery With R, including step-by-step tutorials and the R source code files for all examples. Let’s get started. R Platform For Machine LearningPhoto […]

Read more

How To Use R For Machine Learning

Last Updated on August 22, 2019 There are a ton of packages for R. Which ones are best to use for your machine learning project? In this post you will discover the exact R functions and packages recommended for each sub task in a machine learning journey. This is useful. Bookmark this page. I’m sure you will be checking back time and again. If you’re an R user and know a better way, share it in the comments and I […]

Read more

Begin Machine Learning By Finding The Landmarks

Last Updated on June 7, 2016 Where do you begin in machine learning? Is actually breaking ground and getting started a question of motivation? In this post discover the personal story of how finding the landmarks in machine learning made the difference for one software engineer. Find The Landmarks in Machine LearningPhoto by Craig Stanfill, some rights reserved. I received an inspiring email from Cliff Bryant in the new year. Cliff is a senior software engineer looking to get started in machine learning. He […]

Read more

Simple 3-Step Methodology To The Best Machine Learning Algorithm

Last Updated on August 15, 2020 How do you choose the best algorithm for your dataset? Machine learning is a problem of induction where general rules are learned from specific observed data from the domain. It infeasible (impossible?) to know what representation or what algorithm to use to best learn from the data on a specific problem before hand, without knowing the problem so well that you probably don’t need machine learning to begin with. So what algorithm should you use […]

Read more

Super Fast Crash Course in R (for developers)

Last Updated on August 15, 2020 As a developer you can pick-up R super fast. If you are already a developer, you don’t need to know much about a new language to be able to reading and understanding code snippets and writing your own small scripts and programs. In this post you will discover the basic syntax, data structures and control structures that you need to know to start reading and writing R scripts. Kick-start your project with my new […]

Read more

Better Understand Your Data in R Using Descriptive Statistics

Last Updated on August 22, 2019 You must become intimate with your data. Any machine learning models that you build are only as good as the data that you provide them. The first step in understanding your data is to actually look at some raw values and calculate some basic statistics. In this post, you will discover how you can quickly get a handle on your dataset with descriptive statistics examples and recipes in R. These recipes are perfect for you if […]

Read more
1 775 776 777 778 779 906