Top AI and Machine Learning Trends in Media and Entertainment

In advance of the Data Science SALON in NYC on June 13, we asked our speakers to shed some light on how Artificial Intelligence and… | Continue reading


@towardsdatascience.com | 6 years ago

How I got in the top 1 % on Kaggle

I participated in Santander Customer Satisfaction challenge, ran on Kaggle for 2 months and got into top 1%. | Continue reading


@towardsdatascience.com | 6 years ago

A Bit Beyond Gradient Descent: Mini-Batch, Momentum, and Some Dude Yuri Nesterov

Last time, I discussed how gradient descent works on a linear regression model by coding it up in ten lines of python code. This was done… | Continue reading


@towardsdatascience.com | 6 years ago

Data Science for Startups: Business Intelligence

Part four of my ongoing series about building a data science discipline at a startup. You can find links to all of the posts in the… | Continue reading


@towardsdatascience.com | 6 years ago

Advanced Visualization with react-vis

Using Voronois, single pass rendering, and canvas components for amazing user experiences | Continue reading


@towardsdatascience.com | 6 years ago

How to use AI to detect open-ended questions for non-datascientists

This is a quick guide that anybody can follow on training a machine learning model to detect open-ended questions in text. | Continue reading


@towardsdatascience.com | 6 years ago

Data Science for Startups: Data Pipelines

Part three of my ongoing series about building a data science discipline at a startup. You can find links to all of the posts in the… | Continue reading


@towardsdatascience.com | 6 years ago

A Complete Machine Learning Walk-Through in Python: Part One

Putting the machine learning pieces together | Continue reading


@towardsdatascience.com | 6 years ago

How to build your own Neural Network from scratch in Python

A beginner’s guide to understanding the inner workings of Deep Learning | Continue reading


@towardsdatascience.com | 6 years ago

A Taylor Swift Detector with the TensorFlow, ML Engine, Firebase and Swift

Note: as of this writing there is no official TensorFlow library for Swift, I used Swift to build the client app for prediction requests… | Continue reading


@towardsdatascience.com | 6 years ago

From brain waves to robot movements with Deep Learning: an introduction

Visualizing and decoding brain activity with neural networks. | Continue reading


@towardsdatascience.com | 6 years ago

Hyperparameter Optimization with Keras

Finding the right hyperparameters for your deep learning model can be a tedious process. It doesn’t have to. | Continue reading


@towardsdatascience.com | 6 years ago

Hyper-Parameters in Action Introducing DeepReplay

Introduction | Continue reading


@towardsdatascience.com | 6 years ago

Data is a stakeholder (why data science might need some social science methods)

Design, ethnography, and future-proof data science | Continue reading


@towardsdatascience.com | 6 years ago

Predicting Ethereum Prices with Long Short Term Memory (LSTM)

In this article, we will be exploring how Long Short Term Memory (LSTM) networks can be used to predict Ethereum prices. By comparing the… | Continue reading


@towardsdatascience.com | 6 years ago

3 Small but Powerful Convolutional Networks

Tips and tricks on how to build efficient CNN architectures. | Continue reading


@towardsdatascience.com | 6 years ago

Custom deep learning loss functions with Keras for R

I recently started reading “Deep Learning with R”, and I’ve been really impressed with the support that R has for digging into deep… | Continue reading


@towardsdatascience.com | 6 years ago

What does social science have to offer the data industry? Currently, not much

I’ll use whatever tools I need to get results. But I won’t take a tool on faith. | Continue reading


@towardsdatascience.com | 6 years ago

Quick Draw: the world’s largest doodle dataset

A team at Google set out to make the game of pictionary more interesting, and ended up with the world’s largest doodling dataset, and a… | Continue reading


@towardsdatascience.com | 6 years ago

Building a Custom Mask RCNN Model with Tensorflow Object Detection

Doing cool things with data! | Continue reading


@towardsdatascience.com | 6 years ago

Predictive Forecasting Vocabulary for ARIMA Models

*Stationary, Auto-correlation, Differencing | Continue reading


@towardsdatascience.com | 6 years ago

What Does It See? The troubled gaze of an artificial intelligence

The troubled gaze of an artificial intelligence | Continue reading


@towardsdatascience.com | 6 years ago

Show HN: Launch with AI in a week or less

Whether you’re a new startup or an existing business, here’s one way you can get an AI-enabled product or service into production in 1… | Continue reading


@towardsdatascience.com | 6 years ago

Building a Bayesian deep learning classifier

In this blog post, I am going to teach you how to train a Bayesian deep learning classifier using Keras and tensorflow. Before diving into… | Continue reading


@towardsdatascience.com | 6 years ago

Data Science for Startups: Tracking Data

Part two of my ongoing series about building a data science discipline at a startup. You can find links to all of the posts in the… | Continue reading


@towardsdatascience.com | 6 years ago

How I trained a language detection AI in 20 minutes with a 97% accuracy

This story is a step-by-step guide to how I built a language detection model using machine learning (that ended up being 97% accurate) in… | Continue reading


@towardsdatascience.com | 6 years ago

Dimensionality Reduction in Machine Learning by Stacking PCA and T-SNE

As we saw in Analyzing a dataset — Step1 of Machine Learning, visualizing and analyzing a dataset gives us the initial intuitions we need… | Continue reading


@towardsdatascience.com | 6 years ago

Data Science for Startups

I recently changed industries and joined a startup company where I’m responsible for building up a data science discipline. While we… | Continue reading


@towardsdatascience.com | 6 years ago