Midterm Flashcards
(243 cards)
SOTA
State of the Art
Clark-Fisher Hypothesis
As jobs get displaced people will move sectors
Turing Test
Test to see how well a robot can imitate a juman
AI winter
period of time where people weren’t investing or researching AI
Expert Systems
Machine expert in a topic, usually consists of a knowledge base and an inference engine
knowledge engineer
responsible for designing and maintaining expert systems, they gather knowledge from human experts to turn into rules or facts from the system
knowledge base
What the AI system knows. Ex: rules, facts, information about the role of the AI, etc.
Polanyi principle
We often know more than we can articulate.
backpropogation
minimizes error in predictions made by the network. The network can learn from its mistakes and adjust weights between neurons to create better inferences in the future
Artificial neural network
computational model of layers of nodes or neurons
GPU
graphics processing unit
FLOPS
Floating point calculations a computer can perform in one second
Tops
Trillions of floating point calculations
RNN
Recurrent neural networks are great handling sequential data and finding patterns
sequence to sequence
A model that takes one sequence of data, like an english sentence, and translates it into a different sequence, like a portuguese sentence
long short-term memory
a type of RNN achitecture designed to effectively learn from and remember long sequences of data
transformer architecture
Through the use of a “self-attention” mechanism, it weighs the importance of words, better understanding relationships and context
parallel processing
simultaneous execution of multiple tasks or processes. Helps with handling large amounts of data at once, instead of working through it sequentially
emergent behavior
when the AI does something unexpected because of all the pieces working together
AGI
artificial general intelligence- an AI that can understand, learn, and apply knowledge in many ways
Singularity
a point when AIs become more intelligent than humans, leading to rapid tech advancements and societal changes
GenAi
Ai that can generate new content
machine learning
focuses on development of algorithms and statistical models that help computers learn from and make predictions or decisions based on data
deep learning
specialized area within machine learning that uses neural networks with many layers to analyze and interpret complex data patterns. Mimcs the human brain in tasks like image and speech recognition and languages