1665 Commits (tf.keras-0.3.image-classification)
 

Author SHA1 Message Date
  Bo Peng a53908d590 implemented math_ops: 1) reduce_logsumexp, 2) reduce_max, 3) log, 4) square 6 years ago
  Bo Peng 115d4892dc implemented _log_prob in normal.py 6 years ago
  Bo Peng 4481d19055 implemented math_ops.square 6 years ago
  Oceania2018 1597a0ba14 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Oceania2018 48a11d4710 CondContext, BatchNormalization. 6 years ago
  Haiping 012f17df6e
Merge pull request #191 from PppBr/master 6 years ago
  Bo Peng d19e51300d implementing normal.py.cs API log_prob() for NB classifier prediction 6 years ago
  haiping008 c26fccf856 fix name issue in placeholder. 6 years ago
  Oceania2018 b2b083a5b5 Keras.Layers.BatchNormalization 6 years ago
  Oceania2018 053f40bc9e nn_ops.bias_add, tf.layers.batch_normalization 6 years ago
  Oceania2018 b5360269b5 fix Operation.get_attr for all properties. 6 years ago
  Oceania2018 958fdb8791 gen_random_ops.truncated_normal 6 years ago
  haiping008 9f0c1e5fe2 fix _compute_fans when more than 4 dimensions. 6 years ago
  haiping008 61299401dc fix variable_scope 6 years ago
  haiping008 8fa1f21e3e change ops.name_scope interface. 6 years ago
  haiping008 bdd9beca6b x_emb shape is not correct #189 6 years ago
  Oceania2018 79aaae2e16 normalize_tuple, InputSpec 6 years ago
  Oceania2018 a466159a53 upgrade NumSharp to v0.7.4 6 years ago
  Haiping ffb1eaf27e
Merge pull request #188 from PppBr/master 6 years ago
  Oceania2018 423dd1e6d1 fix compilation error 6 years ago
  Bo Peng 2cdbdaf7a5 implemented 1)tf.sqrt 2) tf.distributions.normal 6 years ago
  Bo Peng c77ee07cd9 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Bo Peng cd7a36435a implemented NB classifier fit API 6 years ago
  haiping008 eb455bcb20 Conv2D 6 years ago
  haiping008 f0e0a841bc tf.embedding_lookup 6 years ago
  Haiping b15b98fbe5
Merge pull request #187 from PppBr/master 6 years ago
  Bo Peng 5e8908ea17 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Bo Peng de9877acc2 implemented nn class 6 years ago
  haiping008 a4e52abe3a add tf.keras 6 years ago
  Bo Peng 27051792f5 implemented nn class 6 years ago
  Oceania2018 209c3b99d1 merge utility to example project. 6 years ago
  haiping008 292233b4a9 waiting for scikit-learn's _split.train_test_split 6 years ago
  haiping008 c944f54b76 VocabularyProcessor is DEPRECATED, change to another example. 6 years ago
  Oceania2018 6495cace99 fix NotImplementedException for short data type #186 6 years ago
  Haiping c37ab7d331
Merge pull request #185 from PppBr/master 6 years ago
  Bo Peng a2fdf69a43 rich the zip API by implemented IEnumerable<(T1, T2)> zip<T1, T2>(NDArray t1, NDArray t2) 6 years ago
  Haiping 7867751ecd
Merge pull request #184 from PppBr/master 6 years ago
  haiping008 0132f30123 CNN Text classification. 6 years ago
  Bo Peng 7f156f1713 building normal distribution 6 years ago
  Oceania2018 c976b818fc unit test of how to reenter a premade variable scope safely 6 years ago
  Oceania2018 5a7d28c200 simplify with function. 6 years ago
  Oceania2018 91608875a0 VarCreation1 passed. create variable through variable_scope. 6 years ago
  Haiping 0e80ee5b47
Merge pull request #183 from PppBr/master 6 years ago
  Bolo 31db0f78f7 implement tf.distribution and keep developing on NaiveBayes Classifier 6 years ago
  Oceania2018 50ef868eeb _name_stack isn't correct before entering random_uniform 6 years ago
  Haiping 37f98b55a3
Merge pull request #181 from PppBr/master 6 years ago
  Bo Peng b445e28f07 implement: (1)tf.nn.moments (2)math_ops.reduce_mean (3)math_ops.square_differnece (4)array_ops.squeeze 6 years ago
  haiping008 31d38bf944 added tf.name_scope api. 6 years ago
  haiping008 7263694fb8 update docs for Linear Regression 6 years ago
  haiping008 07e77e175f update README 6 years ago