Select Language

AI社区

公开数据集

快乐屋数据集

快乐屋数据集

8.8M
172 浏览
0 喜欢
0 次下载
0 条讨论
Computer Science,Image Data,Deep Learning Classification

数据结构 ? 8.8M

    Data Structure ?

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

    README.md

    Context This dataset was uploaded as because I didn't came across no quickly available sources for the happy house problem. So, I took this dataset from Deep Learning Specialization - Course 4 - Convolutional Neural Networks, to give easy access to everyone on Kaggle to play around with it. Content Contains 2 *.h5 files One is the train dataset One is the test dataset Here's some boilerplate code to get you started with loading the dataset! Note: The code is borrowed from the Deep Learning Specialization Assignment which introduces this problem. def load_dataset(path_to_train, path_to_test): train_dataset = h5py.File(path_to_train) train_x = np.array(train_dataset['train_set_x'][:]) train_y = np.array(train_dataset['train_set_y'][:]) test_dataset = h5py.File(path_to_test) test_x = np.array(test_dataset['test_set_x'][:]) test_y = np.array(test_dataset['test_set_y'][:]) # y reshaped train_y = train_y.reshape((1, train_x.shape[0])) test_y = test_y.reshape((1, test_y.shape[0])) return train_x, train_y, test_x, test_y Acknowledgements Deep Learning Specialization - Andrew Ng and the whole deeplearning.ai team. Image taken from Pexels: https://www.pexels.com/photo/cute-family-picture-160994/
    ×

    帕依提提提温馨提示

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

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

    全部内容

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