Select Language

AI社区

公开数据集

猫与狗的重新组合转移特征,用预先训练的Keras CNN模型创建的特征

猫与狗的重新组合转移特征,用预先训练的Keras CNN模型创建的特征

1.17G
195 浏览
0 喜欢
1 次下载
0 条讨论
Deep Learning,Earth and Nature,Image Data,Transfer Learning Classification

Most machine learning courses start by implementing a fully-connected Deep Neural Network (DNN) and proceed towards Conv......

数据结构 ? 1.17G

    Data Structure ?

    * 以上分析是由系统提取分析形成的结果,具体实际数据为准。

    README.md

    Most machine learning courses start by implementing a fully-connected Deep Neural Network (DNN) and proceed towards Convolutional Neural Networks (CNN) and Recurrent Neural Networks (RNN), teaching skills on how to manage training, inference, and deployment along the way.  For most beginners, the problem with building DNNs from scratch is that either the input data has to be grossly simplified ( working with 64x64x3 images for example) or the network has so many parameters that it is very hard to train.  Meanwhile, Transfer Learning has made building even CNNs and RNNs from scratch unnecessary and one can reuse and/or fine tune publicly available CNNs like Inception V3 with very little data for a new problem.

    The purpose of this dataset is to make a large dataset of 25000 training examples and 12500 test examples available from the ever popular Dogs vs Cats Redux competition, suitable for students just starting on machine learning.  The base dataset, which consists of fairly large image sizes, has been transferred through publicly available CNNs like Inception V3, Inception Resnet V2, Resnet 50, Xception, and MobileNet, creating features that are very easy to build a pretty good DNN classifier with.  This should make learning to build DNNs from scratch easy to do, while learning a bit of transfer learning and even "competing" in Dogs vs Cats Redux for kicks!

    Content

    As mentioned, the input data for this dataset are images from the Dogs vs Cats Redux competition.  All transfer learning CNN models were obtained from keras.applications.  The features derived by processing the input images through the transfer models are flat (25000x2048 training examples and 12500x2048 test examples when using Inception V3) and ready for ingestion into a DNN.  In addition, the dataset provides ids from the original training and test examples so classification results can be reviewed against the base data.

    Note that while the classic goal of transfer learning is to apply a network on a smaller dataset and/or fine tune the transferred network on said dataset, the purpose of this dataset is subtly different: make a large dataset available for beginners to build DNNs with.  Of course, a subset of the dataset can be used for classification and the base transfer models can be fine tuned.


    ×

    帕依提提提温馨提示

    该数据集正在整理中,为您准备了其他渠道,请您使用

    注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
    暂无相关内容。
    暂无相关内容。
    • 分享你的想法
    去分享你的想法~~

    全部内容

      欢迎交流分享
      开始分享您的观点和意见,和大家一起交流分享.
    所需积分:16 去赚积分?
    • 195浏览
    • 1下载
    • 0点赞
    • 收藏
    • 分享