Home
Life Zero Blog
Cancel

Machine Learning is Fun! - Abusing Generative Adversarial Networks to Make 8-bit Pixel Art

Machine Learning is Fun!: Abusing Generative Adversarial Networks to Make 8-bit Pixel Art Generative models allow a computer to create data — like photos, movies or music — by itself. A little ov...

Machine Learning is Fun! - How to do Speech Recognition with Deep Learning

Machine Learning is Fun!: How to do Speech Recognition with Deep Learning Speech recognition is invading our lives. It’s built into our phones, our game consoles and our smart watches. It’s even a...

Machine Learning is Fun! - Language Translation with Deep Learning and the Magic of Sequences

Machine Learning is Fun!: Language Translation with Deep Learning and the Magic of Sequences We all know and love Google Translate, the website that can instantly translate between 100 different h...

Machine Learning is Fun! - Modern Face Recognition with Deep Learning

Machine Learning is Fun!: Modern Face Recognition with Deep Learning Have you noticed that Facebook has developed an uncanny ability to recognize your friends in your photographs? In the old days,...

Machine Learning is Fun! - Deep Learning and Convolutional Neural Networks

Machine Learning is Fun!: Deep Learning and Convolutional Neural Networks Are you tired of reading endless news stories about deep learning and not really knowing what that means? Let’s change tha...

Machine Learning is Fun! - Using Machine Learning to generate Super Mario Maker levels

Machine Learning is Fun!: Using Machine Learning to generate Super Mario Maker levels Source In Part 1, we said that Machine Learning is using generic algorithms to tell you something interesting...

Machine Learning is Fun! - Predicting housing prices

Machine Learning is Fun: Predicting housing prices Source This guide is for anyone who is curious about machine learning but has no idea where to start. I imagine there are a lot of people who tr...

Crop yield prediction using machine learning - A systematic literature review

Crop yield prediction using machine learning: A systematic literature review Machine Learning Machine learning (ML) technologies are employed in a variety of fields, from evaluating customer beha...

Comvolutional Neural Networks

Convolutional Neural Networks

Templates in C++

Templates in C++ A template is a simple and yet very powerful tool in C++. The simple idea is to pass data type as a parameter so that we don’t need to write the same code for different data types...