Antonio Cifonelli
9f6c04ba75
Adding `logical_or` operator ( #344 )
Relative unit test in `OperationTest`.
6 years ago
Antonio Cifonelli
bad9aba49e
Adding `logical_not` operator ( #343 )
Relative unit test in `OperationTest`.
6 years ago
Antonio Cifonelli
9502395de7
Adding `logical_and` operator ( #338 )
Relative unit test in `OperationTest`.
6 years ago
Antonio
f8912135a7
Adding `Cumsum` operation ( #322 )
Unit testing the operation too.
6 years ago
Antonio
a880b5326d
Adding `IsNan` operation ( #315 )
Exposing also the `IsFinite` one.
Unit testing both operations.
6 years ago
Antonio
46ec8e561d
Adding new ctor for `Session` ( #309 )
Meant to be a shortcut to directly set some basic configuration.
E.g.
```
var sessionOptions = new SessionOptions();
sessionOptions.SetConfig(new ConfigProto
{
LogDevicePlacement = true,
InterOpParallelismThreads = 4,
GpuOptions = new GPUOptions
{
AllowGrowth = true,
PerProcessGpuMemoryFraction = 0.12
}
});
var session = tf.Session(sessionOptions);
```
Adding `AbsGrad`
To be aligned with Tensorflow, introducing also `Sign` operation
and its gradient.
6 years ago
Oceania2018
4a367470b6
Add _StridedSliceGrad, _StridedSliceGradGrad, tf.math.lgamma
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
Oceania2018
512f3ce4e9
add _MinOrMaxGrad and _MaximumMinimumGrad
6 years ago
Oceania2018
84440b2e01
manually construct graph for retain layer.
6 years ago
Meinrad Recheis
ad1f1e43bc
Examples: added NeuralNetXor
6 years ago
Oceania2018
3c7174b702
add tf.math.sigmoid
6 years ago
Oceania2018
87eac0c0f8
add math.round
6 years ago
Oceania2018
5627443b7e
change tf.math.multiply, math.add to generic.
6 years ago
Oceania2018
41d4e84b75
tf.sin, tf.sinh, tf.sum, tf.tan, tf.tanh
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
haiping008
4c66c0bd74
tf.max, tf.min
6 years ago
haiping008
4c787604ad
tf.cosh, tf.floor, tf.greater, tf.greater_equal
6 years ago
Oceania2018
0f14ec000f
tf.ceil, tf._clip_by_value, tf.cos
6 years ago
Oceania2018
301a4271aa
add tf.atan2
6 years ago
Oceania2018
0677a1cbf0
add tf.atan
6 years ago
Oceania2018
0999d90209
add tf.asin
6 years ago
Oceania2018
79b9a07547
add tf.acos
6 years ago
Oceania2018
8654b41c2a
Add Nearest Neighbor
release v0.5.1
6 years ago
Oceania2018
f462c5592f
print Accuracy of LogisticRegression
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
7dbcb6c147
softmax_cross_entropy_with_logits
6 years ago
Oceania2018
df1ae35ee1
Pool interface, Dense layer
6 years ago
Bo Peng
2cdbdaf7a5
implemented 1)tf.sqrt 2) tf.distributions.normal
6 years ago
haiping008
d61ccf0b96
linear regression 2
6 years ago
haiping008
3b93c7b0fb
linear regression test 1
6 years ago
haiping008
53882c79b3
Add LabelImage example.
6 years ago
haiping008
f2c8883bd9
linear regression gradients.
6 years ago
Oceania2018
01f5ab984b
tf.zeros
6 years ago
haiping008
ba499ab001
have to invoke pywrap_tfe_src.cc
6 years ago
Oceania2018
126ed2766f
reduce_sum in progress
6 years ago
haiping008
62a2634b92
gen_math_ops.real_div
6 years ago
Oceania2018
2418539568
Implicit between RefVariable and Tensor
6 years ago
Oceania2018
ec7637e885
resolve conflict
6 years ago
Oceania2018
98fb777df9
LinearRegression
6 years ago
estherhu2012@gmail.com
8bfe91c4ea
gen_math_ops.sub #97
6 years ago
Oceania2018
35141c54b9
gen_math_ops.mul(x, y)
6 years ago
Oceania2018
422bacfd80
fix OperationsTest.addInPlaceholder.
6 years ago