[Series] Based on his deep experience, FloydHub CTO Naren discusses how should companies think about & setup their ML infrastructure. This article focuses on AWS...
This Humans of Machine Learning interview covers Emil Wallner and his hero’s journey, self-taught approach to education, experience with AI, and path to Google.
This article discusses GPT-2 and BERT models, as well using knowledge distillation to create highly accurate models with fewer parameters than their teachers
Bayes’ Theorem is about more than just conditional probability, and Naive Bayes is a flavor of the theorem which adds to its complexity and usefulness....
Machine learning advancements lead to new ways to train models, as well as deceive them. This article discusses ways to train and defend against attacks....
This deep dive is all about neural networks - training them using best practices, debugging them and maximizing their performance using cutting edge research.
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.
This deep dive on Python parallelization libraries - multiprocessing and threading - will explain which to use when for different data scientist problem sets.
The world of NLP already contains an assortment of pre-trained models and techniques. This article discusses how to best discern which model will work for...
Getting sufficient clean, reliable data is one of the hardest parts of data science. Web scraping automates the process of visiting web pages, downloading the...
The article elucidates the importance of statistics in the field of data science, wherein "Statistics" is imagined as a friend to a data scientist and...
Generative adversarial networks (GANs) have been the go-to state of the art algorithm to image generation in the last few years. In this article, you...
Long Short-Term Memory (LSTM) Networks have been widely used to solve various sequential tasks. Let's find out how these networks work and how we can...
Genetic algorithms are a specific approach to optimization problems that can estimate known solutions and simulate evolutionary behavior in complex systems.
While computer vision techniques have been used with limited success for detecting corrosion from images, Deep Learning has opened up whole new possibilities
Text summarization is a common problem in the fields of machine learning and natural language processing (NLP). In this article, we'll explore how to create...
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...
Explore how deep learning is changing the fashion industry by training your own visual recommendation model for similar fashion images using TensorFlow and FloydHub
Use TensorFlow to build your own haggis-hunting app for Burns Night! The Scottish quest for the mythical wild haggis just got easier with deep learning....
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...
Resistance is futile — Siraj Raval will teach artificial intelligence (AI) literacy to every single person in this galactic quadrant. Learn more about Siraj's background...
Dive into deep reinforcement learning by training a model to play the classic 1970s video game Pong — using Keras, FloydHub, and OpenAI's "Spinning Up."...
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...
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...
Jason Antic's DeOldify deep learning project not only colorizes images but also restores them with stunning results. Learn more about his approach in this FloydHub...
Learn techniques for identifying the best hyperparameters for your deep learning projects, including code samples that you can use to get started on FloydHub.
The FloydHub #humansofml interview with Dimitri Roche - a software engineer who built a Shake Shack crowd-counting CoreML app using deep learning and FloydHub
In this deep learning tutorial, we'll build Visual Question Answering (VQA) model that allows people to ask open-ended, common sense questions about the visual world....
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...
The FloydHub #humansofml interview with Kalai Ramea - a researcher at Palo Alto Research Center where she works on fundamental machine learning research involving computer...
Learn how FloydHub's new metrics features give you real-time insights into training performance and system resource utilization for optimal deep learning model development.
We're launching a Teams plan on FloydHub today. You can now have a secure, centralized hub for your entire data science team's model development, training,...
Ready to build, train, and deploy AI? Get started with FloydHub's collaborative AI platform for free Try FloydHub for free [https://www.floydhub.com/?utm_source=blog&utm_medium=banner-checkpointing-s...
Visualizing results can be a powerful form of motivation and preparation. However, in the fitness domain, it can often be difficult to clearly see this...
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...
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....
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...
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....
We're introducing a new feature to help you explore projects and share your work on FloydHub that you may already recognize - README files. Starting...