You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests I am performing on a Python package for building residual multi - layer perceptrons and tandem [any model] -> ResMLPs models, useful for effective transfer learning. A pypi package should be coming soon.
This project implements AlexNet, a pioneering convolutional neural network architecture, using PyTorch. The implementation is based on the original paper by Krizhevsky et al. (2012).
Implements MobileViT and ViT from scratch, compatible with graph execution mode in tensorflow. Compares multiple cnn and transformer-based models including VGG, ResNet, ViT and MobileViT on a small data set.
Attempt to predict the median price of homes in a given Boston suburb in the mid-1970s, given data points about the suburb at the time, such as the crime rate, the local property tax rate, and so on. Only 506 data points, split between 404 training samples and 102 test samples. Each feature in the input data (for example, the crime rate) has a d…
This repository contains Alzheimer's detection model using few-shot learning and a machine learning ensemble model. With limited samples, the few shot learning enables efficient detection and the ensemble model incorporates the advantages of multiple algorithms improving the efficiency of detection.