240 发简信
IP属地:内蒙古
  • 装饰器-decorator

    我们定义如下函数,将输入参数乘2并返回 如果我们要求输入参数x必须为int型,否则返回None,可以通过定义函数fn_int来实现 可以通过添加...

  • webs/blogs

    neural network https://colah.github.io/

  • LSTM

    LSTMs are explicitly designed to avoid the long-term dependency problem....

  • university source

    Books: "Deep Learning" Yoshua Bengio, Ian Goodfellow, Aaron Courville, O...

  • preprocessing

    preprocessing operations common operations for the three groups of data ...

  • opensource projects

    convolution network A guide to convolution arithmetic for deep learning

  • super-parameters

    L0, L1, L2规则化 L0范数是指向量中非0的元素的个数。如果我们用L0范数来规则化一个参数矩阵W的话,就是希望W的大部分元素都是0。 L...

  • exercises-machine learning

    XOR problem build: 2016-07-16 solved: No XOR problem: [input, output1...

  • MachineLearning

    # L0, L1, L2规则化 1. L0范数是指向量中非0的元素的个数。如果我们用L0范数来规则化一个参数矩阵W的话,就是希望W的大部分元素都...