Oceania2018
|
1fa2f1d7b2
|
fix stop_gradient in eager mode.
|
4 years ago |
Oceania2018
|
8784c31cb3
|
change tensor shape to Shape.
|
4 years ago |
lsylusiyao
|
3309b036f6
|
change standard output (Console) to a custom one
|
4 years ago |
Oceania2018
|
9d08a313f0
|
Keras for .NET package meta and clean code.
|
5 years ago |
Oceania2018
|
ba490102c1
|
clean code.
|
5 years ago |
Sam Harwell
|
02d9023621
|
Fix CS1587 (XML comment is not placed on a valid language element)
|
5 years ago |
Sam Harwell
|
09f1af597a
|
Suppress CS0168 (Variable is declared but never used)
|
5 years ago |
Oceania2018
|
226720dd88
|
Merge Tensorflow.Python into Tensorflow.Binding.
|
6 years ago |
Oceania2018
|
67a58b3eac
|
change tensorflow to non-static class in order to execute some initialization.
|
6 years ago |
Oceania2018
|
a89c9aba34
|
rename with to tf_with, only use to construct graph purpose.
|
6 years ago |
Johann Dirry
|
0e9aeafad5
|
removing unused namespaces (#301)
* removing unused namespaces
* implementing Tensor to scalar and scalar to tensor conversions
|
6 years ago |
Oceania2018
|
7950e8e9e4
|
apply the Apache License boilerplate notice at the top of every single file.
|
6 years ago |
Bo Peng
|
d5d5a46ba3
|
fix bug in normal distribution: _log_prob
|
6 years ago |
Kerry Jiang
|
3f9f2a3725
|
changed the class Python to be static
|
6 years ago |
Bo Peng
|
3fabf104c1
|
Naive Bayes Classifier running but prob is not correct.
|
6 years ago |
Bo Peng
|
14c0a45e6f
|
implementing NB classifier
|
6 years ago |
Bo Peng
|
115d4892dc
|
implemented _log_prob in normal.py
|
6 years ago |
Bo Peng
|
d19e51300d
|
implementing normal.py.cs API log_prob() for NB classifier prediction
|
6 years ago |
haiping008
|
8fa1f21e3e
|
change ops.name_scope interface.
|
6 years ago |
Bo Peng
|
2cdbdaf7a5
|
implemented 1)tf.sqrt 2) tf.distributions.normal
|
6 years ago |
Bo Peng
|
cd7a36435a
|
implemented NB classifier fit API
|
6 years ago |
Bo Peng
|
7f156f1713
|
building normal distribution
|
6 years ago |
Bolo
|
31db0f78f7
|
implement tf.distribution and keep developing on NaiveBayes Classifier
|
6 years ago |