fbpx
Taking Your Machine Learning from 0 to 10
Madhura Dudhgaonkar is the senior director of Machine Learning at Workday Inc. She believes that it’s possible to deploy machine learning within your enterprise, but it takes a few steps to get exactly right. She loves to get into unknowns and things we haven’t tried yet,... Read more
ODSC Meetup: Automated and Interpretable Machine Learning
Last week, ODSC hosted a talk by Dr. Francesca Lazzeri, Senior Machine Learning Scientist at Microsoft, on the capabilities of automated and interpretable machine learning software in Microsoft’s Azure. Notably, this talk is part of a series that covers a variety of data science topics. The... Read more
When Less is More: A Brief Story About Feature Engineering with XGBoost
I played a minor role launching RAPIDS on Google Dataproc by refining a model that predicts taxi fare in New York City. Geographic location of passenger pick-ups and drops-offs were columns in the data. These are recorded as longitude and latitude measurements, with precision to many decimal places.... Read more
Interpretable Machine Learning – Fairness, Accountability, and Transparency in ML Systems
Editor’s note: Sayak is a speaker for ODSC West in San Francisco this November! Be sure to check out his talk, “Interpretable Machine Learning – Fairness, Accountability and Transparency in ML systems,” there! The problem is it is much harder to evaluate machine learning systems than... Read more
Make Sense of the Universe with Rapids.AI
Classification of astronomical sources in the night sky is important for understanding the universe. It helps us understand the properties of what makes up celestial systems from our solar system to the most distant galaxy and everything in between. The Photometric LSST Astronomical Time-Series Classification Challenge (PLAsTiCC) wanted... Read more
Watch: A Manager’s Guide to Starting a Computer Vision Program
This talk by Ali Vanderveld provides you with a guide for data science leaders and managers who are thinking about starting a computer vision program. It will help you think through a set of sequential questions that you’re likely to encounter along the way: [Related Article:... Read more
Image Augmentation for Convolutional Neural Networks
Limited data is a major obstacle in applying deep learning models like convolutional neural networks. Often, imbalanced classes can be an additional hindrance; while there may be sufficient data for some classes, equally important, but undersampled classes will suffer from poor class-specific accuracy. This phenomenon is... Read more
Using RAPIDS with PyTorch
In this post we take a look at how to use cuDF, the RAPIDS dataframe library, to do some of the preprocessing steps required to get the mortgage data in a format that PyTorch can process so that we can explore the performance of deep learning on... Read more
The Empirical Derivation of the Bayesian Formula
Deep learning has been made practical through modern computing power, but it is not the only technique benefiting from this large increase in power. Bayesian inference is up and coming technique whose recent progress is powered by the increase in computing power. We can explain the... Read more
10 Compelling Machine Learning Dissertations from Ph.D. Students
As a data scientist, an integral part of my work in the field revolves around keeping current with research coming out of academia. I frequently scour arXiv.org for late-breaking papers that show trends and fertile areas of research. Other sources of valuable research developments are in... Read more