Incremental-Learning-with-Keras-and-Creme

所属分类:人工智能/神经网络/深度学习
开发工具:Jupyter Notebook
文件大小:0KB
下载次数:0
上传日期:2020-08-24 06:09:29
上 传 者sh-1993
说明:  该模型在所有25000个样本上训练,我们达到了97.6%的准确性。,
(The model trained on all 25,000 samples, we reach 97.6% accuracy.,)

文件列表:
Incremental_Learning.ipynb (5159, 2020-08-23)
Output.PNG (44770, 2020-08-23)
extract_features.py (3276, 2020-08-23)
train_incremental.py (1689, 2020-08-23)

# Incremental-Learning-with-Keras-and-Creme 1. First performed transfer learning and extract features from Covid-19 chest X Rays dataset.Used the Keras deep learning library and the ResNet50 network (pre-trained on ImageNet). Used ResNet50 to forward propagate images to a pre-specified layer. This output activations of that layer and treat them as a feature vector. 2. The output volume of ResNet50 is 7 x 7 x 2048 = 100,352-dim. Assuming 32-bit floats for our 100,352-dim feature vectors, that implies that trying to store the entire dataset in memory at once would require 10.03GB of RAM. 3. Used the Creme library for Incremental Learning we trained a multi-class Logistic Regression classifier one sample at a time, obtained 97.6% accuracy on the Dogsvs.Cats dataset. 4. The model trained on all 25,000 samples, we reach 97.6% accuracy which is quite respectable.

近期下载者

相关文件


收藏者