387 Commits (1660ea9956468893e9da8be855224af2798554a0)

Author SHA1 Message Date
  Oceania2018 1660ea9956 released v0.9.0. 6 years ago
  Oceania2018 d839f0b234 MNIST CNN 6 years ago
  Oceania2018 7950e8e9e4 apply the Apache License boilerplate notice at the top of every single file. 6 years ago
  Oceania2018 9721a34a41 refactor MNIST dataset. 6 years ago
  Oceania2018 03336c8b7e add Char CNN example. 6 years ago
  Oceania2018 771a82861f move word cnn to seperate class. 6 years ago
  Oceania2018 f35b146cc6 update docs. change example interface. 6 years ago
  Oceania2018 69f510190f Add default name for AdamOptimizer. 6 years ago
  Oceania2018 da48a2af83 fix default graph issue for DigitRecognitionNN. 6 years ago
  Oceania2018 bf3d1e969c Whooray, finally make AdamOptimizer work as expected. 6 years ago
  Oceania2018 04c80f31d4 DigitRecognitionNN works, but the accuracy is only 92% after 10 epochs, it's supposed to be 97%. 6 years ago
  Oceania2018 5ff096cfde 1: Start example of Full Connected Neural Network. 6 years ago
  Antonio Cifonelli 0f4cb1aedb Add `BatchMatMul` operation 6 years ago
  Deepak Battini 2bb49763f0 Fix Build Issue with Unit Test 6 years ago
  Deepak Battini e4c9437664 ZeroFraction core function impl done! Control Flow is not implemented with AddControlInput and UpdateEdge which is not exposed as C_API. Need to implement it seperately. 6 years ago
  Oceania2018 477d03db16 remove order of _control_dependencies_for_inputs. 6 years ago
  Oceania2018 89f305ca08 fix shape issue for IndexedSlice 6 years ago
  Bo Peng 41bb848671 add nb_example data 6 years ago
  Bo Peng 984405f184 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Bo Peng d5d5a46ba3 fix bug in normal distribution: _log_prob 6 years ago
  Oceania2018 9a71f758dc fix create_slot_with_initializer, upgrade to v1.14.0. 6 years ago
  Oceania2018 a7450215ad add SlotCreator class. 6 years ago
  Bogdan Pietroiu 5b690a05f3 CnnTextClassification debugging 6 years ago
  Oceania2018 16da1c26ee add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices 6 years ago
  Oceania2018 f9d26040e1 fix checkpoint filename when global step is not set. #248 6 years ago
  Oceania2018 4948e43010 upgrade Test library. 6 years ago
  Oceania2018 5466d952b1 fix tfhub cache issue for RetrainImage example. #248 6 years ago
  Oceania2018 fed0550c12 fix rank_internal, add gradients_util 6 years ago
  Oceania2018 8e2e31cc67 add Gradient for GatherV2, MaxPool, op. 6 years ago
  Arnav Das bc9f57541d Ongoing WeakKeyDictionary 6 years ago
  Oceania2018 b357cad63c fix -1 index for _ConcatGradHelper 6 years ago
  Oceania2018 02f0f257db fix data path for CNN Text. 6 years ago
  Arnav Das d3724a93c4 added make_variable overload 6 years ago
  Oceania2018 a4f03c22ec added sparse_softmax_cross_entropy_with_logits 6 years ago
  Oceania2018 5981d2de61 added tf.nn.dropout 6 years ago
  Oceania2018 112247f05f added tf.concat interface. 6 years ago
  Oceania2018 f0d1ee8db4 fix max_pooling2d name_scope. 6 years ago
  Oceania2018 c4a585c320 remove global static Graph instance. 6 years ago
  Oceania2018 d7c7d3d90b fix tf.layers.conv2d 6 years ago
  Oceania2018 a5ae56affc add tf.where api. 6 years ago
  Oceania2018 c42f8bbf88 add train and predict interfaces to IExample. 6 years ago
  degtiadr 917ff43e77 F# example project structure adjusted 6 years ago
  Oceania2018 c0fd13503d word_cnn save training step works. 6 years ago
  Oceania2018 25fb8cb457 fix _get_graph_from_inputs recurisve reference. 6 years ago
  Oceania2018 5a73e698b0 add Tensor[] pattern match for ops.name_scope. 6 years ago
  Oceania2018 e56e5d3292 word_cnn training completed, but saving model doesn't work. 6 years ago
  Oceania2018 7a706c9ca7 fix unique_layer_name 6 years ago
  Oceania2018 980201d671 fix training data download issue. #248 6 years ago
  Oceania2018 4bf27bd310 add variables.data file. 6 years ago
  Oceania2018 a9330d277f Froze trained model is completed. #248. 6 years ago