176 Commits (22c077691f25b5c31d33c224c28feba7d28c24b7)

Author SHA1 Message Date
  Bo Peng 97702316f8 implementing NB classifier 6 years ago
  Bo Peng d9d4fa5059 impplementing NB classifier 6 years ago
  Bo Peng 4cdf6b9f72 implementing NB classifier 6 years ago
  Oceania2018 2d52f60650 add K-means, in progress. 6 years ago
  Oceania2018 8654b41c2a Add Nearest Neighbor 6 years ago
  Oceania2018 19f4699502 Added Name and Priority to IExample interface. 6 years ago
  Oceania2018 625368abec fix result of session.run 6 years ago
  haiping008 476f8cfad0 add predict for logistic regression. 6 years ago
  Oceania2018 5a2433c7ea abstract PrepareData interface for example 6 years ago
  Oceania2018 f462c5592f print Accuracy of LogisticRegression 6 years ago
  Oceania2018 9c161b14dc _ListFetchMapper for multiple fetch in Operation and Tensor. 6 years ago
  Oceania2018 86986d81e3 Incompatible shapes: [100,10] vs. [100] #194 6 years ago
  haiping008 7753183941 Shape error for gradients/Sum_grad/Tile #193 6 years ago
  Oceania2018 369d8abd7a _ShapesFullySpecifiedAndEqual 6 years ago
  haiping008 7d0d2715d7 fix reduce_sum when axis is not null 6 years ago
  Oceania2018 6b154dd1bb tf.log, tf.nn.softmax 6 years ago
  haiping008 bd42ed97f2 Mnist dataset 6 years ago
  Oceania2018 d94c685dba Add node to connectivity between two layers. 6 years ago
  haiping008 59ee7ef91a add InputLayer 6 years ago
  Oceania2018 ac523edda0 add Embedding layer 6 years ago
  Oceania2018 adae3aa6ff AdamOptimizer, reduce_prod 6 years ago
  haiping008 7dbcb6c147 softmax_cross_entropy_with_logits 6 years ago
  Oceania2018 df1ae35ee1 Pool interface, Dense layer 6 years ago
  haiping008 0fac8e93a2 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  haiping008 16a59afe37 assign_sub, smart_cond 6 years ago
  Bo Peng f8b618cba9 implemented naive bayes predict API 6 years ago
  Bo Peng a53908d590 implemented math_ops: 1) reduce_logsumexp, 2) reduce_max, 3) log, 4) square 6 years ago
  Bo Peng d19e51300d implementing normal.py.cs API log_prob() for NB classifier prediction 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 a466159a53 upgrade NumSharp to v0.7.4 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 f0e0a841bc tf.embedding_lookup 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
  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
  haiping008 0132f30123 CNN Text classification. 6 years ago
  Oceania2018 5a7d28c200 simplify with function. 6 years ago
  Oceania2018 91608875a0 VarCreation1 passed. create variable through variable_scope. 6 years ago
  Bolo 31db0f78f7 implement tf.distribution and keep developing on NaiveBayes Classifier 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