240 发简信
IP属地:宁夏
  • 训练神经网络的注意事项

    翻译自网络:http://karpathy.github.io/2019/04/25/recipe/ 训练神经网络 - a leaky abst...

  • Linux下编译成功但是运行显示找不到库的办法

    (1 ) Find where the library is placed if you don't know it. sudo find / ...

  • MNIST手写识别数据调用API

    MNIST数据集比较小,一般入门机器学习都会采用这个数据集来训练 下载地址:yann.lecun.com/exdb/mnist/ 有4个有用的文...