TransferLearningTutorial
Model Retraining
Applying transfer learning to retrain Inception model on custom dataset
Applying transfer learning to a custom dataset by retraining Inception's final layer
93 stars
10 watching
17 forks
Language: Jupyter Notebook
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ahirner/pytorch-retraining | An experiment and benchmarking framework for evaluating the effectiveness of transfer learning in PyTorch-based deep learning models | 170 |
jay15summer/two-stage-tradaboost.r2 | An implementation of a boosting-based transfer learning algorithm for regression tasks. | 44 |
gwenlegate/guidinglastlayerflpretrain | Investigates transfer learning in federated learning by guiding the last layer with pre-trained models | 7 |
thuml/xlearn | A library that enables the transfer of knowledge from one task to another in deep learning models | 465 |
amzn/xfer | A collection of libraries and frameworks for transfer learning and meta-learning in deep neural networks | 252 |
yuyang-huang/keras-inception-resnet-v2 | Represents an implementation of the Inception-ResNet v2 deep learning model in Keras. | 180 |
jhu-lcsr/good_robot | Research on repurposing reinforcement learning for transfer between tasks in robotics and multi-step visual tasks with simulation-to-real transfer | 107 |
hussius/deeplearning-biology | A collection of deep learning implementations in biology and related fields | 2,018 |
keplr-io/hera | Enables real-time training and evaluation of machine learning models with remote dashboard visualization. | 487 |
wenkehuang/rethinkfl | Improves federated learning performance by incorporating domain knowledge and regularization to adapt models across diverse domains | 91 |
denissimon/distributed-model-training | An approach and implementation for distributed training of machine learning models on iOS devices using a central server. | 8 |
nixtla/transfer-learning-time-series | Provides pre-trained models for time series forecasting using transfer learning | 234 |
paarthneekhara/multimodal_rerprogramming | Cross-modal Adversarial Reprogramming enables retraining of image models on text classification tasks | 11 |
yiren-jian/blitext | Develops and trains models for vision-language learning with decoupled language pre-training | 24 |
titu1994/inception-v4 | Implementations of deep learning architectures in Keras using the Functional API | 386 |