TrueNorth (IBM)

TrueNorth is a neuromorphic CMOS integrated circuit developed by IBM designed to mimic the brain’s architecture for efficient computing. It integrates one million programmable neurons and 256 million synapses, enabling novel approaches to machine learning and sensory processing.

Read More →

Adversarial machine learning

Adversarial machine learning is a field focused on understanding and mitigating vulnerabilities in machine learning models caused by maliciously crafted inputs designed to deceive them. It studies how adversaries can manipulate data to cause errors in prediction or classification, and develops defenses to improve robustness.

Read More →

Learning rate

The learning rate is a hyperparameter in machine learning algorithms that controls the step size at each iteration while moving toward a minimum of a loss function. It plays a critical role in model training by influencing the speed and quality of convergence.

Read More →

AUC-ROC

AUC-ROC is a performance measurement for classification models at various threshold settings. It represents the area under the Receiver Operating Characteristic curve, summarizing the trade-off between true positive and false positive rates.

Read More →