Select Language

AI社区

公开数据集

大型电影回顾数据集

大型电影回顾数据集

229.19M
137 浏览
0 喜欢
0 次下载
0 条讨论
Education,Movies and TV Shows,Retail and Shopping Classification

数据结构 ? 229.19M

    Data Structure ?

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

    README.md

    Context This is a huge dataset and takes around 400 seconds to load into kernel. If you need quickly IMDB data in Keras kernel use the following dataset instead: [https://www.kaggle.com/pankrzysiu/keras-imdb-reviews][1] Content A set of 50,000 highly-polarized reviews from the Internet Movie Database. Usage Instructions # aclImdb_v1.zip file This file is to be used directly in your code. The .zip file will be automatically uncompressed by Kaggle. # imdb* files from os import listdir, makedirs from os.path import join, exists, expanduser cache_dir = expanduser(join('~', '.keras')) if not exists(cache_dir): makedirs(cache_dir) datasets_dir = join(cache_dir, 'datasets') if not exists(datasets_dir): makedirs(datasets_dir) # If you have multiple input files, change the below cp commands accordingly, typically: # !cp ../input/keras-imdb/imdb* ~/.keras/datasets/ !cp ../input/imdb* ~/.keras/datasets/ Acknowledgements The files are on the net in these locations: [https://s3.amazonaws.com/text-datasets/imdb.npz][2] [https://s3.amazonaws.com/text-datasets/imdb_word_index.json][3] They are used by keras imdb.py: [https://github.com/keras-team/keras/blob/master/keras/datasets/imdb.py][4] Inspiration "Python Deep Learning" Book example is using this: https://github.com/fchollet/deep-learning-with-python-notebooks/blob/master/6.1-using-word-embeddings.ipynb [1]: https://www.kaggle.com/pankrzysiu/keras-imdb-reviews [2]: https://s3.amazonaws.com/text-datasets/imdb.npz [3]: https://s3.amazonaws.com/text-datasets/imdb_word_index.json [4]: https://github.com/keras-team/keras/blob/master/keras/datasets/imdb.py
    ×

    帕依提提提温馨提示

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

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

    全部内容

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