Tag: Machine learning
-
Behavior-Based attribution using Google BigQuery ML
Posted on February 12, 2020, Level intermediate Resource Length medium
Constantine Yurevich is author of this article in which he argues why you should create a custom attribution tool. With out-of-the-box tools, you're limited by their functionality, data transformations, models, and heuristics.
Tags big-data machine-learning cloud
-
Quantum computing for the very curious
Posted on February 2, 2020, Level intermediate Resource Length long
If aliens have computers, it's because computers are the answer to a question that naturally occurs to both human and alien civilizations. By Andy Matuschak and Michael Nielsen.
Tags how-to cloud data-science machine-learning big-data software
-
Exploring an Apache Kafka to Pub/Sub migration: Major considerations
Posted on January 28, 2020, Level intermediate Resource Length medium
In many cases, Google's Pub/Sub messaging and event distribution service can successfully replace Apache Kafka, with lower maintenance and operational costs, and better integration with other Google Cloud services. By Leonid Yankulin.
Tags software-architecture apache streaming big-data machine-learning google
-
Computer vision applications: The power and limits of deep learning
Posted on January 12, 2020, Level beginner Resource Length medium
This article is part of Demystifying AI, a series of posts that (try to) disambiguate the jargon and myths surrounding AI. By Ben Dickson.
Tags big-data machine-learning miscellaneous
-
Kubernetes with OpenShift 101: Exercises to enhance your apps with machine learning
Posted on December 6, 2019, Level intermediate Resource Length medium
With containers, you can create a clean, virtual environment to set up and train your neural networks in. Then, you can deploy the neural networks at scale with the exact same same environment. Article by Mo Haghighi.
Tags machine-learning data-science big-data
-
Create a voice-controlled device with Alexa and Arduino IoT Cloud in 7 minutes
Posted on November 27, 2019, Level intermediate Resource Length medium
Umbobaldi wrote this piece about official announcement of the official Arduino Amazon Alexa skill launch.
Tags data-science big-data machine-learning robotics
-
How to become a data scientist
Posted on November 26, 2019, Level beginner Resource Length medium
Author heard a question how one can become a data scientist by many people in recent months. So he decided to spend a great deal of time making this guide so that most people have access to it. By Marcos Silva.
Tags data-science big-data machine-learning learning
-
Natural language processing for Node.js
Posted on November 21, 2019, Level intermediate Resource Length long
An article by Jordan Irabor about processing unstructured textual data using Natural language processing for Node.js.
Tags big-data data-science machine-learning robotics
-
How to manage your machine learning workflow with DVC, Weights & Biases, and Docker
Posted on November 13, 2019, Level intermediate Resource Length medium
James Le wrote this article in which he wants to show 3 powerful tools to simplify and scale up machine learning development within an organization by making it easy to track, reproduce, manage, and deploy models.
Tags big-data machine-learning software-architecture
-
Federated Learning: Challenges, methods, and future directions
Posted on November 12, 2019, Level beginner Resource Length medium
What is federated learning? How does it differ from traditional large-scale machine learning, distributed optimization, and privacy-preserving data analysis? Learn from the blog post by Carnegie Mellon University.
Tags machine-learning big-data data-science
-
Gentle introduction to Monte Carlo sampling for probability
Posted on November 4, 2019, Level intermediate Resource Length long
Jason Brownlee wrote this piece about Monte Carlo. Monte Carlo methods are a class of techniques for randomly sampling a probability distribution.
Tags big-data data-science machine-learning miscellaneous python
-
Keras vs tf.keras: What's the difference in TensorFlow 2.0?
Posted on October 27, 2019, Level intermediate Resource Length short
In this tutorial we will discover the difference between Keras and tf.keras (tf - TensorFlow), including what's new in TensorFlow 2.0. By Adrian Rosebrock.
Tags big-data data-science software machine-learning