上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 273 下一页
摘要: 神经网络结构设计指导原则 原文 http://blog.csdn.net/ybdesire/article/details/52821185 原文 http://blog.csdn.net/ybdesire/article/details/52821185 下面这个神经网络结构设计指导原则是Andr 阅读全文
posted @ 2018-03-09 10:06 bonelee 阅读(6578) 评论(0) 推荐(0)
摘要: A matrix is Toeplitz if every diagonal from top-left to bottom-right has the same element. Now given an M x N matrix, return True if and only if the m 阅读全文
posted @ 2018-03-08 23:22 bonelee 阅读(209) 评论(0) 推荐(0)
摘要: 一些先进的网络结构: # https://github.com/tflearn/tflearn/blob/master/examples/images/highway_dnn.py # -*- coding: utf-8 -*- """ Deep Neural Network for MNIST d 阅读全文
posted @ 2018-03-08 17:41 bonelee 阅读(1923) 评论(6) 推荐(0)
摘要: 积神经网络(CNN)的参数优化方法 from:http://blog.csdn.net/u010900574/article/details/51992156 著名: 本文是从 Michael Nielsen的电子书Neural Network and Deep Learning的深度学习那一章的卷 阅读全文
posted @ 2018-03-08 15:45 bonelee 阅读(56473) 评论(1) 推荐(8)
摘要: 批标准化(Bactch Normalization,BN)是为了克服神经网络加深导致难以训练而诞生的,随着神经网络深度加深,训练起来就会越来越困难,收敛速度回很慢,常常会导致梯度弥散问题(Vanishing Gradient Problem)。 统计机器学习中有一个经典的假设:Source Doma 阅读全文
posted @ 2018-03-08 15:26 bonelee 阅读(8966) 评论(1) 推荐(2)
摘要: tflearn里 例子 https://github.com/tflearn/tflearn/blob/master/examples/images/convnet_mnist.py LRN是放到pool后面,全连接层前面。 # Building convolutional network netw 阅读全文
posted @ 2018-03-08 14:56 bonelee 阅读(2144) 评论(5) 推荐(0)
摘要: Given an integer array with even length, where different numbers in this array represent different kinds of candies. Each number means one candy of th 阅读全文
posted @ 2018-03-07 23:42 bonelee 阅读(200) 评论(0) 推荐(0)
摘要: Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the numbe 阅读全文
posted @ 2018-03-07 23:22 bonelee 阅读(236) 评论(0) 推荐(0)
摘要: 也许你查询某个大型公司域名whios信息时,常常会发现很多这些大型公司的域名都在一家名为MarkMonitor的公司注册,那么markmonitor是家什么样的公司呢? MarkMonitor是一家从事互联网品牌保护的软件和服务公司,成立于1999年,总部位于美国加利福尼亚州旧金山,2012年7月被 阅读全文
posted @ 2018-03-07 10:57 bonelee 阅读(11135) 评论(0) 推荐(0)
摘要: 144. Binary Tree Preorder Traversal Given a binary tree, return the preorder traversal of its nodes' values. For example: Given binary tree [1,null,2, 阅读全文
posted @ 2018-03-06 23:06 bonelee 阅读(510) 评论(0) 推荐(0)
上一页 1 ··· 172 173 174 175 176 177 178 179 180 ··· 273 下一页