Search results for "translation"

How To Estimate The Performance of Machine Learning Algorithms in Weka

Deep Learning Courses

It can be difficult to get started in deep learning. Thankfully, a number of universities have opened up their deep learning course material for free, which can be a great jump-start when you are looking to better understand the foundations of deep learning. In this post you will discover the deep learning courses that you […]

Continue Reading
Crash Course in Recurrent Neural Networks for Deep Learning

Crash Course in Recurrent Neural Networks for Deep Learning

Another type of neural network is dominating difficult machine learning problems involving sequences of inputs: recurrent neural networks. Recurrent neural networks have connections that have loops, adding feedback and memory to the networks over time. This memory allows this type of network to learn and generalize across sequences of inputs rather than individual patterns. A […]

Continue Reading
machine learning that matters

Machine Learning that Matters

Reading bootstrapping machine learning, Louis mentioned a paper that I had to go off and read. The title of the paper is Machine Learning that Matters (PDF) by Kiri Wagstaff from JPL and was published in 2012. Kiri’s thesis is that the machine learning research community has lost its way. She suggests that much of machine […]

Continue Reading
Building Machine Learning Systems with Python

Python Machine Learning Books

Python is a very popular language for machine learning. The machine learning libraries and frameworks in Python (especially around the SciPy stack) are maturing quickly. They may not be as feature rich as R, but they are robust enough for small to medium scale production implementation. If you are a Python programmer looking to get […]

Continue Reading
More Data vs Better Algorithms

Hands on Big Data by Peter Norvig

When I’m asked about resources for big data, I typically recommend people watch Peter Norvig’s Big Data tech talk to Facebook Engineering from 2009. It’s fantastic because he’s a great communicator and clearly and presents the deceptively simple thesis of big data in this video. In this blog post I summarize this video for you […]

Continue Reading