- IoT on AWS: Machine Learning Models and Dashboards from Sensor Data - Jun 15, 2018.
I developed my first IoT project using my notebook as an IoT device and AWS IoT as infrastructure, with this "simple" idea: collect CPU Temperature from my Notebook running on Ubuntu, send to Amazon AWS IoT, save data, make it available for Machine Learning models and dashboards.
AWS, Dashboard, IoT, Machine Learning, Rubens Zimbres
- GANs in TensorFlow from the Command Line: Creating Your First GitHub Project - May 16, 2018.
In this article I will present the steps to create your first GitHub Project. I will use as an example Generative Adversarial Networks.
GANs, Generative Adversarial Network, GitHub, Neural Networks, Python, Rubens Zimbres, TensorFlow
Putting the “Science” Back in Data Science - Sep 6, 2017.
The scientific method to approach a problem, in my point of view, is the best way to tackle a problem and offer the best solution. If you start your data analysis by simply stating hypotheses and applying Machine Learning algorithms, this is the wrong way.
Business, Data Science, Machine Learning, Process, Rubens Zimbres
Machine Learning Applied to Big Data, Explained - Jul 17, 2017.
Machine learning with Big Data is, in many ways, different than "regular" machine learning. This informative image is helpful in identifying the steps in machine learning with Big Data, and how they fit together into a process of their own.
Big Data, Explained, Machine Learning, Rubens Zimbres
The Practical Importance of Feature Selection - Jun 12, 2017.
Feature selection is useful on a variety of fronts: it is the best weapon against the Curse of Dimensionality; it can reduce overall training times; and it is a powerful defense against overfitting, increasing generalizability.
Feature Selection, Machine Learning, Rubens Zimbres