Skip to content

Instantly share code, notes, and snippets.

@gitmathub
Last active February 2, 2020 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gitmathub/649805b445def5b2aa1d8bd697c96f70 to your computer and use it in GitHub Desktop.
Save gitmathub/649805b445def5b2aa1d8bd697c96f70 to your computer and use it in GitHub Desktop.
AI Notes, Terminology

Terminology

AI vs. Machine Learning.

Link: https://www.geeksforgeeks.org/difference-between-machine-learning-and-artificial-intelligence/

AI ML
AI stands for Artificial intelligence, where intelligence is defined acquisition of knowledge intelligence is defined as an ability to acquire and apply knowledge. ML stands for Machine Learning which is defined as the acquisition of knowledge or skill
The aim is to increase chance of success and not accuracy. The aim is to increase accuracy, but it does not care about success
It works as a computer program that does smart work It is a simple concept machine takes data and learn from data.
The goal is to simulate natural intelligence to solve complex problem The goal is to learn from data on certain tasks to maximize the performance of machine on this task.
AI is decision making. ML allows system to learn new things from data.
It leads to develop a system to mimic human to respond behave in a circumstances. It involves in creating self learning algorithms.
AI will go for finding the optimal solution. ML will go for only solution for that whether it is optimal or not.
AI leads to intelligence or wisdom. ML leads to knowledge.

Deep Learning vs Machine Learning

https://www.geeksforgeeks.org/artificial-intelligence-vs-machine-learning-vs-deep-learning/

Deep learning is actually a subset of machine learning. It technically is machine learning and functions in the same way but it has different capabilities.

The main difference between deep and machine learning is, machine learning models become better progressively but the model st

Big O Complexity

https://www.bigocheatsheet.com

time complexity, space complexity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment