pip install keras==2.0.3

pip install keras==2…

win10 anaconda3 python3.6安装tensorflow keras tensorflow_federated详细步骤及在jupyter notebook运行指定的conda虚拟环境

本文链接:https://blog.cs…

Keras 处理 不平衡的数据的分类问题 imbalance data 或者 highly skewed data

处理不平衡的数据集的时候,可以使用对数据…

Keras处理已保存模型中的自定义层(或其他自定义对象)

如果要加载的模型包含自定义层或其他自定义…

Keras运行速度越来越慢的问题

Keras运行迭代一定代数以后,速度越来…

linux 服务器 keras 深度学习环境搭建

感慨: 程序跑不起来,都是环境问题。1.…

Keras模型的保存方式

在运行并且训练出一个模型后获得了模型的结…

Keras读取保存的模型时, 产生错误[ValueError: Unknown activation function:relu6]

Solution:from keras.…

window10安装TensorFlow1.0 、Keras1.2.2

根据TF的官网进行安装(https://…

keras实现textcnn

https://github.com/M…