AI has become the Buzzword of the 21st century, anyone who even has a little idea of what AI can do is either excited, nervous, or fearful of it, and rightly so.
Simple Machine Learning Program in Python to Use Linear Regression to predict House Price.
Requirement: The main requirement is to be able to assign and predict House Price in a given location based on age of house, distance from Airport and number of conveniences stores within 5 km radius.
Everything you need to know about Big Data
Big Data refers to the data which is nearly impossible to process using a single computer as it is huge in size, generated frequently and is in many different formats.
Machine Learning: What is Reinforcement Learning
Reinforcement Learning is an area of Machine Learning which is applied when you don’t have training dataset and want the machine to learn from its experience.
Machine Learning : What is UnSupervised Learning
Unsupervised Learning The basic idea of Unsupervised Learning is to feed machine with as much data as possible without providing any label on the data and letting machine group similar data together to form clusters and provide insights on them. In Unsupervised Learning, the learning algorithm tries to understand relationships between various inputs without any... Continue Reading →
Machine Learning : What is Supervised Learning
In Supervised Machine learning, set of instances are provided to the learning Algorithm, each instance contains an input and an output. The Algorithm learns from these instances and builds a model which can then find output to any new input.
Machine Learning: What is Machine Learning
Machine Learning is a branch of Artificial Intelligence which focus on enabling computers to perform tasks based on data and with minimal human interference.