fbpx
Using Auto-sklearn for More Efficient Model Training
Applying a machine learning algorithm to any number of data-related tasks can be an enormous time saver, but the variable factors associated with creating an algorithm can be daunting. One must consider a variety of design-related decisions, and the risks surrounding the creation of an accurate... Read more
Strategies for Addressing Class Imbalance
Class imbalance is common in real-world datasets. For example, a dataset with examples of credit card fraud will often have exponentially more records of non-fraudulent activity than those of fraudulent cases. In many applications, training your model on imbalanced classes can inhibit model functionality if predictive... Read more
The Best Machine Learning Research of 2019 So Far
The uses of machine learning are expanding rapidly. Already in 2019, significant research has been done in exploring new vistas for the use of this technology. Gathered below is a list of some of the most exciting research that has been undertaken in the realm of... Read more
Watch: Challenges and Opportunities in Applying Machine Learning
There are many opportunities in applying machine learning, whether as an individual developer or in a business. But how do you get started? This talk provides an overview that separates fact from fiction and proposes processes to find opportunities for applying ML. This includes understanding where... Read more
Watch: Introduction to Machine Learning with Scikit-Learn
Machine learning has become an indispensable tool across many areas of research and commercial applications. From text-to-speech for your phone to detecting the Higgs-Boson particle, machine learning excels at extracting knowledge from large amounts of data. This talk gives a general introduction to machine learning and... Read more
Watch: Deploying Investments in AI and Machine Learning
Over the next 18 months, companies will be completing the R&D phase of their AI/ML investments and will be deploying their models and algorithms to production. The proper execution of deploying your AI/ML models will separate the organizations who see an ROI on AI from those... Read more
Designing Better Recommendation Systems with Machine Learning
Recommendation systems are among the most familiar applications of machine learning and artificial intelligence. Not only are these systems valuable to consumers who may be looking for anything from new shows to watch or a better options for airfare, but they are also important to the... Read more
The Complete Guide to Decision Trees (part 2)
(See part 1 here.) Now you may ask yourself: how do DTs know which features to select and how to split the data? To understand that, we need to get into some details. All DTs perform basically the same task: they examine all the attributes of... Read more
Operationalization of Machine Learning Models
Lots of businesses want to use machine learning, but few are ready to integrate machine learning into a real-life context of operations. Dr. Mufajjul Ali, Data Solutions Architect for Microsoft, outlines how Microsoft is addressing these needs and offers some advice for businesses looking to operationalize... Read more
Ensemble Models Demystified
Ensemble models give us excellent performance and work in a wide variety of problems. They’re easier to train than other types of techniques, requiring less data with better results. In machine learning, ensemble models are the norm. Even if you aren’t using them, your competitors are.... Read more