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 →

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 →