Ten Machine Learning Algorithms You Should Know to Become a Data Scientist

Ten Machine Learning Algorithms You Should Know to Become a Data Scientist

  • March 15, 2018
Table of Contents

Ten Machine Learning Algorithms You Should Know to Become a Data Scientist

Machine Learning Practitioners have different personalities. While some of them are “I am an expert in X and X can train on any type of data”, where X = some algorithm, some others are “Right tool for the right job people”. A lot of them also subscribe to “Jack of all trades.

Master of one” strategy, where they have one area of deep expertise and know slightly about different fields of Machine Learning. That said, no one can deny the fact that as practicing Data Scientists, we will have to know basics of some common machine learning algorithms, which would help us engage with a new-domain problem we come across. This is a whirlwind tour of common machine learning algorithms and quick resources about them which can help you get started on them.

Source: towardsdatascience.com

Tags :
Share :
comments powered by Disqus

Related Posts

The Nexus Linking IBM, California Wine, and Climate Modeling

The Nexus Linking IBM, California Wine, and Climate Modeling

By 2015, Hamann says, the technology—which uses machine learning to extract insights from multiple layers of information—proved itself. Gallo improved yields on the test site while reducing water use. The partnership quickly found another use for IBM’s AI: analyzing a number of variablessuch as proximity to the winery, weather patterns, elevation, days of sunshine, and other factors toidentify suitable locations for new vineyards.

Read More
Open Source Neural Network Synthesizer

Open Source Neural Network Synthesizer

NSynth Super is part of an ongoing experiment by Magenta: a research project within Google that explores how machine learning tools can help artists create art and music in new ways. Technology has always played a role in creating new types of sounds that inspire musicians—from the sounds of distortion to the electronic sounds of synths. Today, advances in machine learning and neural networks have opened up new possibilities for sound generation.

Read More
Deep Neural Network implemented in pure SQL over BigQuery

Deep Neural Network implemented in pure SQL over BigQuery

In this post, we’ll implement a deep neural network with one hidden layer (and ReLu and softmax activation functions) purely in SQL. The end-to-end steps for neural network training including the forward pass and back-propagation will be implemented as a single SQL query on BigQuery. As it runs on Bigquery, in effect we are performing distributed neural network training on 100s to 1000s of servers.

Read More