Zero-Shot Learning
A machine learning approach where a model can correctly make predictions on classes it has never seen during training, by […]
A machine learning approach where a model can correctly make predictions on classes it has never seen during training, by […]
A standardisation method that rescales data so that it has a mean of 0 and a standard deviation of 1.
An efficient and scalable implementation of gradient boosting, known for its high performance and flexibility. It is widely used in
A technique in NLP that maps words or phrases into dense numerical vectors that capture semantic meaning. Examples include Word2Vec
An ensemble method that combines predictions from multiple models by taking the majority vote (classification) or average (regression) to make
The process of converting data, especially text or images, into numerical vectors that can be processed by machine learning algorithms.
The sensitivity of a model to fluctuations in the training data. High variance can cause the model to overfit and
A subset of the training data used to fine-tune model hyperparameters and monitor overfitting during training.
A method to balance class distribution by reducing the number of samples in the majority class, which can improve performance
A deep learning architecture based on self-attention mechanisms, widely used in NLP tasks. It powers models like BERT, GPT, and