InfoQ Homepage Machine Learning Content on InfoQ
-
Getting Started in Deep Learning with TensorFlow 2.0
Brad Miro explains what deep learning is, why one may want to use it over traditional ML methods, as well as how to get started building deep learning models using TensorFlow 2.0.
-
Hands-on Feature Engineering for Natural Language Processing
Susan Li shares various NLP feature engineering techniques, from Bag-Of-Words to TF-IDF to word embedding that includes feature engineering for both ML models and an emerging deep learning approach.
-
Deep Learning for Recommender Systems
Oliver Gindele discusses how some DL models can be implemented in TensorFlow, starting from a collaborative filtering approach and extending that to more complex deep recommender systems.
-
Panel: First Steps with Machine Learning
The panelists discuss the first principles to follow when adding ML to a system.
-
Deep Learning with Audio Signals: Prepare, Process, Design, Expect
Keunwoo Choi introduces what the audio/music research societies have discovered while playing with deep learning when it comes to audio classification and regression.
-
DeepRacer and DeepLens, Machine Learning for Fun! (and Profit?)
Jeremy Edberg shares his work with DeepRacer and DeepLens, talking about some of the basics of ML used in these projects and showing a DeepRacer in action.
-
Reinforcement Learning: A Gentle Introduction with a Real Application
Christian Hidber shows “how” and “why” Reinforcement Learning works, using as a practical example siphonic roof drainage.
-
Policing the Capital Markets with ML
Cliff Click talks about SCORE, a solution for doing Trade Surveillance using H2O, Machine Learning, and a whole lot of domain expertise and data munging.
-
On a Deep Journey towards Five Nines
Aashish Sheshadri discusses how PayPal applies Seq2Seq networks to forecasting CPU and memory metrics at scale.
-
Document Digitization: Rethinking OCR with Machine Learning
Nischal Harohalli Padmanabha outlines the problems faced building DL networks for document process at omni:us, limitations, the evolution of team structures, engineering practices, and other topics.
-
Comparing Machine Learning Strategies Using Scikit-Learn and TensorFlow
Oliver Zeigermann looks at different ML strategies -KNN, Decision Trees, Support Vector Machines, and Neural Networks- and visualizes how they make predictions by plotting their decision boundaries.
-
Code Your Way out of a Paper Bag
Frances Buontempo discusses how to program your way out of the paper bag using machine learning techniques.