fbpx
Deep Learning with TensorFlow 2.0
Editor’s Note: See Jon’s talk “Deep Learning with TensorFlow 2.0” at ODSC West 2019.  This summer, I had a blast speaking at Immersive A.I.—the first annual Open Data Science Conference (ODSC) event in New York. The venue was flawless, the organizers were exceptionally well-prepared, and there... Read more
Bears Need to Learn as well – Practical Reinforcement Learning with TensorFlow 2.0 & TF-Agents
Editor’s Note: Oliver is speaking at ODSC West 2019, see his talk “Reinforcement Learning with TF Agents & TensorFlow 2.0: Hands On” there. Have a look at our friend Orso the bear.  Orso lives in his cave and knows his area and where he can typically... Read more
What is TensorFlow?
It would be a challenge nowadays to find a machine learning engineer who has heard nothing about TensorFlow. Initially created by Google Brain team for some internal purposes, such as spam filtering on Gmail, it was open-sourced in 2015 and became the most popular deep learning... Read more
Stream Data Processing with Apache Kafka and TensorFlow
Editor’s note: Yong is a speaker for the upcoming ODSC East 2019 this April 30 – May 3! Be sure to check out his talk, “Deep Learning for Real Time Streaming Data with Kafka and TensorFlow.” As one of the most popular deep learning frameworks, TensorFlow... Read more
2018 Major Updates to the Most Popular Data Science Frameworks
New data science projects, tools, and frameworks are popping up at a hectic pace.  However, most of us are already using many of the major and most popular ones. Read on and check out major releases of some of the most popular frameworks you may have missed... Read more
Find Where to Park in Real Time Using OpenCV and TensorFlow
Introduction How many times has it happened to you that you are searching for a parking spot by driving around and around the parking lot. How convenient would it be if your phone could tell you exactly where the closest parking spot is! It turns out... Read more
Building a Custom Mask RCNN Model with TensorFlow Object Detection
Doing cool things with data! You can now build a custom Mask RCNN model using TensorFlow Object Detection Library! Mask RCNN is an instance segmentation model that can identify pixel-by-pixel location of any object. This article is the second part of my popular post where I explain the basics... Read more
Client-side Web Development and Machine Learning
You might not expect client-side web development and machine learning to be in the same sentence. In this article, however, we’re going to look at how and why these two are beginning to collaborate rather successfully. There are many hidden uses for a collaboration between Javascript... Read more
The Five Best Frameworks for Data Scientists
There are many tools that can help you when you start your data science career. Some of these tools you will be using them almost in every new project. In this post, we aim to highlight the five best frameworks for data scientists so that you... Read more
How NOT to program the TensorFlow Graph
Using TensorFlow from Python is like using Python to program another computer. Some Python statements build your TensorFlow program, some Python statements execute that program, and of course some Python statements aren’t involved with TensorFlow at all. Being thoughtful about the graphs you construct can help... Read more