Ask Slater Is it possible to learn without data (or at least one or two samples)ālike humansāin AI? May 26, 2018 by adamdev Humans do not learn without data, but as youāve said, they can often learn with very small amounts of data. This is an extremely active area of research typically referred to as āone-shot learningā (learning from one example) or even āzero-shot learningā (learning from zero examples and just the name of the label youāre looking […] Read more Ā»
Ask Slater Given a scenario, how can I identify which machine learning algorithm is best suited for this scenario? May 26, 2018 by adamdev Ā You try them and see how well they work. Anything other than experimentation is guesswork. You can make very broad assertions like, “convolutional neural networks work well for image recognition”, but that doesnāt really help you determine which algorithm you should use, and even in this situation thereās no possible way to know ahead of […] Read more Ā»
Ask Slater Is sentiment analysis in Twitter old or active research? May 25, 2018 by adamdev Ā There was a particular surge in Twitter sentiment analysis in the early days of Twitter (pre-2015). It was a somewhat narrow window where this kind of research was extremely exciting because all of the traditional approaches to sentiment analysis relied on more formal corpora and these approaches broke down dramatically when applied to Twitter (as […] Read more Ā»
Data Science Machine Learning Everything You Wanted to Know About Optimization May 17, 2018 by adamdev Last week our co-founder and machine learning architect, Madison May, presented at the Boston Machine Learning Meetup on various optimization methods based on trends from ICLR 2018. Video and slides below. Ā Ā Overview In recent years the use of adaptive momentum methods like Adam and RMSProp has become popular in reducing the sensitivity of […] Read more Ā»
Data Science Developers Text Data Use Case Tutorials Fortnite vs. PUBG: Data Science Lessons Learned May 1, 2018 / October 9, 2025 by adamdev Iād like to preface this post with the fact that what I do on a day-to-day basis isnāt data science. I spend my days building the web-based tools that make using indicoās core tech easier. So when I was asked to do a small data science project and write a post about it, I truly […] Read more Ā»