您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. CrossEntropyCost+L2 手写数字识的代码实现

  2. 本次实验我用的损失函数是CrossEntropyCost+L2 import numpy as np import random class Network3(object): def __init__(self, sizes, cost): self.layernumber = len(sizes) self.sizes = sizes self.default_weights() self.cost = cost
  3. 所属分类:其它

    • 发布日期:2021-01-21
    • 文件大小:20480
    • 提供者:weixin_38514501