This common type of model learns by building a tree of decisions based on input features.
What is a decision tree?
This type of malicious software can replicate itself and spread to other computers.
What is a computer virus?
This keyword is used to define a function in Python.
What is def()?
In Python, this built-in data type stores an ordered collection of items that can be changed and allows duplicates.
What is a list?
This person co-founded this company in 1993 and has led it to become a global leader in AI hardware. Name the company or the person.
What is Jensen Huang/What is Nvidia?
This process involves taking a pre-trained model and continuing to train it on a smaller, task-specific dataset to improve performance.
What is fine tuning?
This cybersecurity concept involves the process of verifying the identity of a user or system before allowing access to resources.
What is authentication?
This library in Python allows the user to draw images on the screen on the Console.
What is the Turtle library?
This data structure holds a fixed-sized collection of elements of the same type and is often used when storing lists of objects.
What is an array?
This global system of interconnected computer networks, used for sharing information and resources, revolutionized communication and commerce.
What is the Internet?
In machine learning, this process involves adjusting the parameters that govern the overall behavior of a model to improve its performance.
What is hyperparameter tuning?
This cybersecurity tool is used to monitor and filter incoming and outgoing network traffic, protecting a network from unauthorized access.
What is a firewall?
In Python, this block of code is used to handle exceptions that may occur during the execution of a program.
What is a try-except block?
This data structure follows a first in last out principle. It is a linear structure that allows the user to store a list of objects.
What is a stack?
This AMD CEO is credited with revitalizing the company through innovative chip designs and has become one of the most powerful people in the semiconductor industry.
Who is Lisa Su?
This is a technique in neural networks that allows the model to focus on the most relevant parts of the input data.
What is an attention mechanism?
This cybersecurity principle ensures that data is only accessible to authorized users and prevents unauthorized access.
What is confidentiality?
In Python, this method is called automatically when a new object is created and is typically used to initialize instance variables.
What is __init__?
This linear data structure follows the First-In, First-Out (FIFO) principle and is commonly used in scheduling algorithms and breadth-first search.
What is a queue?
This 1956 conference at Dartmouth College is widely considered the birth of Artificial Intelligence as a formal field of study.
What is the Dartmouth Conference?
This term describes changes in the distribution of data affecting only specific groups within the dataset, causing a model trained on overall data to perform poorly on these subpopulations.
What are subpopulation distribution shifts?
This is a type of cyberattack in which malicious code statements are inserted via webpage input, with the intention of the database unknowingly running the code so that it can be accessed/destroyed.
What is an SQL injection?
This lightweight Python web framework primarily serves as a bridge between Python code and HTML templates to build web applications.
What is Flask?
This part of a linked list node contains the actual data or value stored in the node.
What is the node/data field?
This influential programming language, created in the late 1980s by Guido van Rossum, was named after a British comedy troupe known for their surreal sketches.
What is Data Science?