Artificial intelligence is a field of computer science which makes a computer system that can mimic human intelligence. It is comprised of two words “Artificial” and “intelligence“, which means “a human-made thinking power.”The Artificial intelligence system does not require to be pre-programmed, instead of that, they use such algorithms that can work with their own intelligence. It involves machine learning algorithms such as Reinforcement learning algorithm and deep learning neural networks. AI is being used in multiple places such as Siri, Google’s AlphaGo, AI in Chess playing, etc.
Machine learning enables a computer system to make predictions or take some decisions using historical data without being explicitly programmed. Machine learning uses a massive amount of structured and semi-structured data so that a machine learning model can generate accurate results or give predictions based on that data.
Machine learning works on algorithm which learns by its own using historical data. It works only for specific domains such as if we are creating a machine learning model to detect pictures of dogs, it will only give results for dog images, but if we provide new data like cat image then it will become unresponsive. Machine learning is being used in various places such as for online recommender systems, for Google search algorithms, Email spam filter, Facebook Auto friend tagging suggestion, etc.