Pandas Rename column names – How to
In pandas renaming column names can be done in various ways like rename single columns, multiple colums, renaming columns by list, dictionary etc. In this post we will explore those techniques one by one.
Flask vs Django: Which One is Easier for Machine Learning?
Flask and Django are two of the most popular Python web frameworks available today, so it’s no surprise that they both have their own communities of machine learning experts who favor one framework over the other. Let’s understand which one is most suitable for your need.
Tutorial – Neural Style Transfer using Tensorflow
In this tutorial, I will demonstrate how to do Neural Style Transfer using the Tensorflow library of Python. This method is commonly used in computer vision to create high-quality versions of low-quality images with artistic styles.
1 Tips to Help You Improve Your Programming Skills Quickly
How do you improve your programming skills? If you’re not sure where to start, then take heart; here is only one tips to help you improve your programming skills and make you more effective at software development. By the end of this article, you’ll know the right tools to use, what information to search for, and how to practice so that you can put your newfound skills into action quickly and easily.
Convert Text to Speech with Deep Learning in Python
A few years ago, the idea of text-to-speech software would have been laughable, if not impossible. However, with deep learning and artificial neural networks on the rise, it’s quite possible to convert text to speech on your own computer. In this guide, you’ll learn how to perform text-to-speech conversion with your own Python script to make speech synthesis more natural sounding than ever before possible.
What is Reinforcement Learning in Machine Learning
In this post we will explore about: What is Reinforcement Learning? example of reinforcement learning | How RL works | Application of RL | RL python library | Top RL Algorithms
Install MiniConda & setup Environment for Machine Learning
MiniConda is a package management and installation system for machine learning libraries and tools. It provides and easy way to install and update libraries. In this tutorial, I will show you how to install MiniConda and set up the the best environment for machine learning with little space without losing efficiency.
Naive Bayes algorithm in Machine Learning with Python
The Naive Bayes algorithm in machine learning, also known as the Naive Bayes classifier, is one of the simplest and most powerful classification algorithms out there. While it’s certainly not the most accurate method (generally speaking), it’s ideal for scenarios where you have very little data but still want to classify your new data into …
Naive Bayes algorithm in Machine Learning with Python Read More »
Install TensorFlow GPU with Jupiter notebook for Windows
Are you struggling to install Tensorflow with GPU and jupyter notebook in your windows system? This step by step tutorial will assure you for doing that.