Angus' MineCraft


  • Home

  • Archives

TensorFlow实例-MNIST

Posted on 2017-11-01
TensorFlow实例-MNISTData:MNIST link: http://yann.lecun.com/exdb/mnist 事实上TensorFlow提供了一个类来处理MNIST from tensorflow.examples.tutorials.mnist import input_ ...
Read more »

TensorFlow基本概念与操作

Posted on 2017-11-01
TensorFlow 基本概念与操作 计算图 除了默认图之外,TF支持通过tf.Graph来生成新的。 可以用来隔离张量,运算等 1234567891011121314# Get default graphtf.get_default_graph()g1 = tf.Graph()with g1 ...
Read more »

算法积累三-数组和字符串 Algorithms-Array and String

Posted on 2017-10-27
算法积累三(数组和字符串)Algorithms-Array and String Common Problems Get the length of the longest consecutive elements sequence in an array. For example, given ...
Read more »

算法积累二(位操作部分) Algorithms - Bit Operation

Posted on 2017-10-27
算法积累二(位操作部分) Algorithms - Bit Operation Achieve Multiplication without * Simulate multiplication with bit operation. Actually each int could be repres ...
Read more »

算法积累一(树和图部分) Algorithms - Tree and Graph

Posted on 2017-10-25
算法积累一(树和图部分) Algorithms - Tree and Graph Binary Search Tree: What’s is BST? BST is binary tree which left child is smaller than parent, right child i ...
Read more »
12345

Angus

只要思想不滑坡,办法总比困难多

21 posts
2 categories
24 tags
© 2019 Angus
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4