General AI
Machine Learning
Miscellaneous
Tech Developments
100

What is NLP?

Natural Language Processing

100

What is supervised learning?

This type of machine learning uses labeled training data to make predictions.

100

What is an example of AI in a smartphone?

I am the Judge! 😛 

100

What is an AI Agent?

An AI agent is a software program that acts autonomously to achieve specific goals, moving beyond chatbots by planning, reasoning, and using tools to execute multi-step tasks.

200

What programming language are most of the LLMs wrapped in?

Python

200

What is semi-supervised learning?

Semi-supervised learning is a hybrid machine learning approach which uses both supervised and unsupervised learning. It uses a small amount of labelled data combined with a large amount of unlabeled data to train models. Example: Speech Recognition, Facial Recognition, etc.

200

What are these - pandas, numpy, scikit-learn?

Python libraries

200

What is MCP?

Model Context Protocol. The Model Context Protocol (MCP) is a protocol designed to enable AI models to interact seamlessly with external tools and services. It acts as a bridge between AI models and external services, creating a standardized communication framework that enhances tool integration, accessibility, and AI reasoning capabilities. 

300

What is the current base architecture used in LLMs?
(For example, Claude, Gemini, GPT, etc.?)

The Transformer Model (Created by Google)

300

What is a confusion matrix?

An aggregation matrix of actuals vs predicted

300

What is overfitting?

This concept describes a model that performs well on training data but poorly on new, unseen data.

300

Why is Google's TurboQuant important?

To reduce memory overhead in Vector Quantization i.e. compression of high dimensional vectors

400

What is Turing test?

The Turing test, proposed by Alan Turing in 1950, is a method for determining if a machine can exhibit human-like intelligence. It involves a human judge engaging in natural language conversations with another human and a machine, both hidden. If the judge cannot reliably tell which is which, the machine passes.

400

What is gradient descent?

The process of adjusting model parameters to minimize a loss function.

400

What is an API?

Application Programming Interface - is a set of rules and protocols that allows two different software programs to communicate and exchange data with each other. 

400

Why was NemoClaw needed?

OpenClaw is an open-source, self-hosted autonomous AI agent platform that runs locally on a user's machine (laptop, server, or Mac Mini) to automate tasks. This got hacked because of not having proper security protocols. Hence NemoClaw was needed.

500

"This term refers to machines performing tasks that normally require human intelligence, such as reasoning or perception."

What are we talking about?

What is the formal definition of AI according to the 1956 Dartmouth Conference?

500

What is reinforcement learning?

This machine learning approach uses rewards and penalties to learn optimal actions over time.

500

Compute Unified Device Architecture is made by?


Nvidia made CUDA. CUDA is for AI and HPC

500

What is a low level access graphics API made in 2016 by the Khronos Group that is known for being extremely compatible and is one of the top 3 graphics APIs for applications, next to:

Metal (Apple) and Direct X12 (Microsoft)

Vulkan