“My data scientist doesn’t know how to properly start an EC2 instance”

VPC, subnets or Internet Gateways are at the heart of any AWS setup. However, data scientists often assume that it will be provided to… | Continue reading


@towardsdatascience.com | 5 years ago

Data Scientist – 40% a vacuum, 40% a janitor, and 20% a fortune-teller

40% a vacuum, 40% a janitor, and 20% a fortune-teller. | Continue reading


@towardsdatascience.com | 5 years ago

Gists of Recent Deep RL Algorithms

A resource for getting the gist of RL algorithms without needing to surf through piles of documentation or equations. | Continue reading


@towardsdatascience.com | 5 years ago

Time Series Forecasting with Tensorflow.js

Pull stock prices from online API and perform predictions using RNN & LSTM with TensorFlow.js (include demo and codes) | Continue reading


@towardsdatascience.com | 5 years ago

DeepFakes will influence Your Vote in the 2020 US Election

DeepFakes, Synthetic Audio, Images, and Hate Speech | Continue reading


@towardsdatascience.com | 5 years ago

Can't win my own reinforcement learning tic-tac-toe agent

Reinforcement learning algorithm for agents to learn the tic-tac-toe, using the value function — with web demo | Continue reading


@towardsdatascience.com | 5 years ago

Lex Fridman Interviews AI Superstars. Elon Musk, Yann LeCun, Yoshua Bengio

How to stay updated with the latest and coolest machine learning advancements | Continue reading


@towardsdatascience.com | 5 years ago

Stop making data scientists manage Kubernetes clusters

Building models is hard enough | Continue reading


@towardsdatascience.com | 5 years ago

DevOps for Data Science with GKE and Stackdriver

Deploying Production-Grade Containers for Model Serving | Continue reading


@towardsdatascience.com | 5 years ago

Learning to Code? Ten Tips to Save You Time and Frustration

Plus a bonus plan for resolving errors faster 😀 | Continue reading


@towardsdatascience.com | 5 years ago

Extract areas of interests from medical images with UNet

Works with very few training images and yields more precise segmentation. | Continue reading


@towardsdatascience.com | 5 years ago

Predict movie earnings with movie posters, before movie is released?

Identify the genre and earnings of the movie with movie posters | Continue reading


@towardsdatascience.com | 5 years ago

Demo Textual Similarity with Tensorflow.js

A journey from academics to hands-on and build your web-app demo | Continue reading


@towardsdatascience.com | 5 years ago

All Machine Learning Models Explained in 6 Minutes

Intuitive explanations of the most popular machine learning models. | Continue reading


@towardsdatascience.com | 5 years ago

Updated with latest AI research on YouTube

How to stay updated with the latest and coolest machine learning advancements | Continue reading


@towardsdatascience.com | 5 years ago

Visualizing the Progression of the Coronavirus Outbreak

people in general still lack a full understanding about this outbreak. I thought it’d be interesting to visualize the situation from a more | Continue reading


@towardsdatascience.com | 5 years ago

Step-by-step to build a textual similarity analysis web app

A journey from academics to hands-on and build your web-app demo | Continue reading


@towardsdatascience.com | 5 years ago

Tour of Python Itertools

Let’s explore two great Python libraries — itertools and more_itertools and see how to leverage them for data processing… | Continue reading


@towardsdatascience.com | 5 years ago

Linear Regression vs. Logistic Regression for Classification Tasks?

Why logistic regression better than linear regression for classification problems, and 2 reasons why linear regression is not suitable | Continue reading


@towardsdatascience.com | 5 years ago

Lex Fridman Interviews AI Superstars. Elon Musk, Yann LeCun, Yoshua Bengio

How to stay updated with the latest and coolest machine learning advancements | Continue reading


@towardsdatascience.com | 5 years ago

I used machine learning to classify emails and turn them into insights

Today I wondered what would happen if I grabbed a bunch of unlabeled emails, put them all together in one black box and let a machine… | Continue reading


@towardsdatascience.com | 5 years ago

Can analysts and statisticians get along?

Inside the subtle war between the data science professions | Continue reading


@towardsdatascience.com | 5 years ago

Bad Habits of Absolutely Ineffective Programmers

Bad Programmers aren’t stupid. They just have bad habits. | Continue reading


@towardsdatascience.com | 5 years ago

The “Jira mindset” is damaging your data science team

Completing a successful data science project has little to do with ticking off tasks. | Continue reading


@towardsdatascience.com | 5 years ago

Microsoft Open Sources the Biggest Language Model in Human History

The two efforts enable the training of deep learning models at massive scale. | Continue reading


@towardsdatascience.com | 5 years ago

Cortex v0.13: Deploy machine learning models in production

An open source machine learning platform for developers | Continue reading


@towardsdatascience.com | 5 years ago

How Machine Learning Is Solving Synthetic Identity Fraud Problems

An analysis of the current state of global identity fraud and how technology is helping identify the criminals responsible for these… | Continue reading


@towardsdatascience.com | 5 years ago

Modelling the coronavirus epidemic in a city with Python

Are cities prepared for epidemics? | Continue reading


@towardsdatascience.com | 5 years ago

Modelling the coronavirus epidemic in a city with Python

Are cities prepared for epidemics? | Continue reading


@towardsdatascience.com | 5 years ago

The interview strategy that landed me my first data science job

How I presented myself to get the gig | Continue reading


@towardsdatascience.com | 5 years ago

How to use ML to make prediction on Reddit

Predicting fraudulent user activity on reddit | Continue reading


@towardsdatascience.com | 5 years ago

Data Analysis Helps Unveil the Truth of Coronavirus

These days we are all scared of the new airborne contagious coronavirus (2019-nCoV). Even if it is a tiny cough or low fever, it might… | Continue reading


@towardsdatascience.com | 5 years ago

How to Extract Knowledge from Wikipedia, Data Science Style

A Brief Introduction to WikiData and SPARQL query language | Continue reading


@towardsdatascience.com | 5 years ago

Deep learning isn’t hard anymore

At least, building software with deep learning isn’t | Continue reading


@towardsdatascience.com | 5 years ago

Predicting the Oscars Using Preferential Machine Learning

The Oscars and their preferential balloting led me to create a novel machine learning approach to mimic this voting system | Continue reading


@towardsdatascience.com | 5 years ago

Could Nim Replace Python?

Why this fledgeling computer language might become the new scripting king | Continue reading


@towardsdatascience.com | 5 years ago

Understanding PyTorch with an example: a step-by-step tutorial

A structured, incremental and from first principles approach. | Continue reading


@towardsdatascience.com | 5 years ago

I built a Hacker News clone for Coronavirus in less than a day

using Flask for backend and Scrapy to crawl news | Continue reading


@towardsdatascience.com | 5 years ago

Tutorial on Building and Deploying a machine learning app to AWS from scratch

Learn how to build and deploy a machine learning application from scratch. An end-to-end tutorial on data scraping, modeling and deployment | Continue reading


@towardsdatascience.com | 5 years ago

New Features in Pandas 1.0

Dynamic window functions, faster apply and more. | Continue reading


@towardsdatascience.com | 5 years ago

New Features in Pandas 1.0 You Should Know About

Dynamic window functions, faster apply and more. | Continue reading


@towardsdatascience.com | 5 years ago

In-depth analysis and ranking of the top programming languages for job seekers

In-depth analysis and ranking of the top programming languages for job seekers and new developers | Continue reading


@towardsdatascience.com | 5 years ago

Few Gotchas with Pandas

Doing data analysis with pandas is pretty straightforward… until it is NOT! | Continue reading


@towardsdatascience.com | 5 years ago

Display Customizations for Pandas Power Users

pandas display customizations are often overlooked part of pandas. Many users don’t know that you can tweak display customizations. | Continue reading


@towardsdatascience.com | 5 years ago

New Features in Pandas 1.0 You Should Know About

Dynamic window functions, faster apply and more. | Continue reading


@towardsdatascience.com | 5 years ago

Rage Quitting Cancer Research. Why I Went from Neuroscientist to Data Scientist

Why I went from Neuroscientist to Data Scientist | Continue reading


@towardsdatascience.com | 5 years ago

Meena: Google’s New Chatbot, a more human-like and versatile chatbot

A more human-like and versatile chatbot | Continue reading


@towardsdatascience.com | 5 years ago

Are you evangelizing your data practice effectively

Why and how communicating your data teams outcomes is as important as creating those outcomes | Continue reading


@towardsdatascience.com | 5 years ago