Posts tagged with "machine-learning"

Explore our collection of articles about machine learning, deep learning, neural networks, and AI techniques.

Tokenizers: How machines read

Tokenizers: How machines read

by Cathal Horan

We will cover often-overlooked concepts vital to NLP, such as Byte Pair Encoding, and discuss how understanding them leads to better models.

Read more →
Attention Mechanism

Attention Mechanism

by Gabriel Loye

What is Attention, and why is it used in state-of-the-art models? This article discusses the types of Attention and walks you through their implementations.

Read more →
Introduction to Genetic Algorithms

Introduction to Genetic Algorithms

by Philip Kiely

Genetic algorithms are a specific approach to optimization problems that can estimate known solutions and simulate evolutionary behavior in complex systems.

Read more →
Meta-Reinforcement Learning

Meta-Reinforcement Learning

by Michaël Trazzi

The general trend in machine learning research is to stop fine-tuning models, and instead use a meta-learning algorithm that automatically finds the best architecture and hyperparameters. What about meta-reinforcement learning...

Read more →
Exploring DNA with Deep Learning

Exploring DNA with Deep Learning

by Charlie Harrington

Neural networks are transforming the way we study DNA and population genetics. Learn more about deep learning at Bayer Crop Science from Lex Flagel in this #humansofml interview.

Read more →
Reading Minds with Deep Learning

Reading Minds with Deep Learning

by Samuel Lynn-Evans

Explore the latest trends in Brain-Computer Interfaces - and train a deep learning model to predict what people are doing from fluctuations in their brain voltage readings.

Read more →
Generating Classical Music with Neural Networks

Generating Classical Music with Neural Networks

by Charlie Harrington

Christine McLeavey Payne may have finally cured songwriter's block. Her recent project Clara is a long short-term memory (LSTM) neural network that composes piano and chamber music. Just give Clara...

Read more →
Ten Techniques Learned From fast.ai

Ten Techniques Learned From fast.ai

by Samuel Lynn-Evans

Right now, Jeremy Howard – the co-founder of fast.ai – currently holds the 105th highest score for the plant seedling classification contest on Kaggle, but he's dropping fast. Why? His...

Read more →
Teaching My Robot With TensorFlow

Teaching My Robot With TensorFlow

by Charlie Harrington

If you're like me, then you'd do pretty much anything to have your own R2-D2 or BB-8 robotic buddy. Just imagine the adorable adventures you'd have together! I'm delighted to...

Read more →
Benchmarking FloydHub instances

Benchmarking FloydHub instances

by Alessio Gozzoli

This post compares all the CPU and GPU instances offered by FloydHub, so that you can choose the right instance type for your training job. Benchmark For our benchmark we...

Read more →
Getting Started with Deep Learning on FloydHub

Getting Started with Deep Learning on FloydHub

by Somin Wadhwa

This post is aimed at helping new users (especially the ones who are starting out & cannot afford Andrej Karpathy’s rig [https://twitter.com/karpathy/status/648256662554341377]) setup an on-the-go dee...

Read more →
Coding the History of Deep Learning

Coding the History of Deep Learning

by Emil Wallner

There are six snippets of code that made deep learning what it is today. This article covers the inventors and the background to their breakthroughs. Each story includes simple code...

Read more →
Should I buy my own GPUs for Deep Learning?

Should I buy my own GPUs for Deep Learning?

by Naren Thiagarajan

Deep learning algorithms involve huge amounts of matrix multiplications and other operations which can be massively parallelized. GPUs usually consist of thousands of cores which can speed up these op......

Read more →
My First Weekend of Deep Learning

My First Weekend of Deep Learning

by Emil Wallner

The current wave of deep learning took off five years ago. Exponential progress in computing power followed by a few success stories created the hype. It’s the technology that drives...

Read more →