Food Image Recognition System for Cooking Recipe Retrieval with Python | Continue reading
The heart of agile culture beats strongly in startups and smaller companies, but not so much at larger organizations due to their… | Continue reading
Introduction | Continue reading
Uber has been one of the most active contributors to open source machine learning technologies in the last few years. While companies like… | Continue reading
Uber has been one of the most active contributors to open source machine learning technologies in the last few years. While companies like… | Continue reading
Young university grads — or every new career starter for that purpose — often feel overwhelmed by the many options that there are after… | Continue reading
In this tutorial, you will see how you can use a time-series model known as Long Short-Term Memory. LSTM models are powerful, especially… | Continue reading
Predicting which NHL games are playoff matches using Python and the FeatureTools library. | Continue reading
In today’s article, I am going to show you how to create an unbeatable AI agent that plays the classic Tic Tac Toe game. You will learn… | Continue reading
The ability to generalize concepts from experience is one of the foundational hallmarks of human intelligence. Since we are babies, we are… | Continue reading
“The greatest value of a picture is when it forces us to notice what we never expected to see.” | Continue reading
In today’s article, I am going to show you how to solve the famous 2048 game with Artificial Intelligence. You will learn the essentials… | Continue reading
Prior to this project’s incarnation, I had thought it would be possible to build out street art centered object detection models. | Continue reading
In today’s article, I am going to show you how to exploit Recurrent Neural Networks (LSTMs) for password cracking. I will demonstrate you… | Continue reading
Intro | Continue reading
In today’s article, I am going to introduce you to the topic of Recurrent Neural Networks (RNNs), which will allow us to train agents that… | Continue reading
Welcome to Part 3 of the Slitherin - Solving the classic game of Snake🐍 with AI🤖 project! If you missed Part 1, or Part 2 don’t hesitate… | Continue reading
Welcome to Part 2 of the Slitherin - Solving the classic game of Snake🐍 with AI🤖 project! If you missed Part 1, don’t hesitate to check… | Continue reading
In today’s article, I am going to show you how to implement one of the most groundbreaking Reinforcement Learning algorithms - DDQN… | Continue reading
In today’s article, I am going to introduce you to the hot topic of Reinforcement Learning. After this post, you will be able to create an… | Continue reading
In today’s article, I am going to show you various approaches to solving the classic game of Snake with Artificial Intelligence. After the… | Continue reading
Embeddings from Language Models (ELMo) | Continue reading
Let’s dig into raw logs of Python installation activities. In this post we’ll see how to measure a package’s popularity, which Python… | Continue reading
Recently, I was reading Howard et. al., (2018) “Genome-wide meta-analysis of depression in 807,553 individuals identifies 102 independent… | Continue reading
Hello, my name is Vladimir. | Continue reading
Get a 2–6x speed-up on your pre-processing with these 3 lines of code! | Continue reading
Get a 2–6x speed-up on your pre-processing with these 3 lines of code! | Continue reading
“If you graph these numbers, patterns emerge. There are patterns everywhere in nature.” | Continue reading
I’m happy to announce ReviewNB, a tool for version controlling Jupyter Notebooks. You can see visual diff for Jupyter notebooks on… | Continue reading
So you just finished designing that great neural network architecture. But how do you handle the fact it is slow? | Continue reading
The k-nearest neighbors (KNN) algorithm is a simple, easy-to-implement supervised machine learning algorithm that can be used to solve… | Continue reading
In machine learning, there’s something called the “No Free Lunch” theorem. In a nutshell, it states that no one algorithm works best for… | Continue reading
Where to train deep learning models online for the lowest cost and least hassle | Continue reading
The work is done by Jatinder Singh (also co-authored this article) and Iresh Mishra. Also thanks to Saurabh Singh for his guidance. | Continue reading
Making sense of the BTS craze through Data Science. | Continue reading
When the system detects that a drill is picked up, it will automatically issue a safety glasses warning. To represent the presence of the safety glasses warnings, the border of the RGB image is… | Continue reading
Why fancier isn’t always better | Continue reading
There are lots of places to rent your GPUs these days. I made a list of every cloud provider with GPUs I could find because I couldn’t… | Continue reading
An overview of deploying PyTorch models with the new, super-fast model deployment framework GraphPipe. | Continue reading
How and why to apply deep learning to Optical Character Recognition | Continue reading
I still remember the moment my brother decided to sell his bitcoin. It was 2017, and we were at a Starbucks. We were approached by a… | Continue reading
Excel file reveals the Data Science behind the Facebook/Cambridge Analytica Scandal | Continue reading
The Data Science Salon is returning to Miami on November 6–7, and we’re excited to show you our impressive lineup of speakers in AI an ML. | Continue reading
A primer in the neural nlp model archticture and word representation. | Continue reading
Recent trends from the World Summit AI: AI fairness, explainable machine learning, democratization of AI, AI for good | Continue reading
Part four of my data science for startups series now focused on Python. | Continue reading
DeepScale is constantly looking for ways to boost the performance of our object detection models. In this post, I’ll discuss one project… | Continue reading