MikeJan 14, 20205 minGradient Boosting - Part 1Gradient boosting is a power technique for building predictive models. Gradient Boosting is about taking a model that by itself is a weak...
MikeDec 29, 20192 minArray BasicsMachine learning data is represented by arrays. The core data object in machine learning is the array. Machine learning data is...
MikeDec 29, 20193 minWhat is Machine LearningIn order to understand machine learning you'll need to understand the machine learning hierarchy. The umbrella for all things machine...
MikeDec 29, 20192 minApplied Machine Learning is ProgrammingThe two primary languages used in applied machine learning today are SQL and Python. There's no way around it. If you want to work in the...
MikeDec 29, 20193 minThe Machine Learning ProcessMachine learning is very process oriented. Data scientists and machine learning engineers follow the same core steps every time they are...