Yaohui Liu
|
1c8f0a2d14
|
refactor: gen_nn_ops, gen_math_ops, gen_array_ops and related codes.
|
2 years ago |
Oceania2018
|
318f9910ea
|
gradient function Conv2DBackpropInput #895
|
3 years ago |
Oceania2018
|
7cc6319b97
|
add tf.nn.l2_loss
|
3 years ago |
Oceania2018
|
d84ee13b06
|
keras.layers.LayerNormalization #875
|
3 years ago |
Oceania2018
|
da33a8b18d
|
Introduce Axis record type.
|
4 years ago |
Oceania2018
|
3bfdedcdfb
|
Change filter as IVariableV1 in conv2d.
|
4 years ago |
Oceania2018
|
db7aac28e8
|
Add CategoricalCrossentropy.
|
4 years ago |
Oceania2018
|
41df785232
|
Seperated Keras from binding project.
|
4 years ago |
Oceania2018
|
ba490102c1
|
clean code.
|
4 years ago |
Oceania2018
|
f9959ef951
|
Chagne return type to Tensor for assign_add.
|
5 years ago |
Oceania2018
|
d4f1c349bc
|
fix _apply_dense for Optimizer.
|
5 years ago |
Oceania2018
|
cdf39c52a3
|
tf.keras.layers. #570
|
5 years ago |
Oceania2018
|
a8a0731c4d
|
Change RefVariable to IVariableV1.
|
5 years ago |
Oceania2018
|
c078ef6a9f
|
add EagerTensorPass and TensorManager.
|
5 years ago |
Samuel Caldas
|
48a62b7ca3
|
Exposing softmax activation
|
5 years ago |
Oceania2018
|
fe76c9c877
|
Add ResourceVariable native api.
|
5 years ago |
Oceania2018
|
e80295711b
|
eager for tf.relu, tf.tanh and tf.sigmoid
|
5 years ago |
Oceania2018
|
9d5bb8f1e2
|
tf.nn.ctc_greedy_decoder #473
|
5 years ago |
Oceania2018
|
f15a608e6c
|
add tf.nn.tanh activation function.
|
5 years ago |
Oceania2018
|
0dd0e4b71e
|
add tf.nn.swish activation function.
|
5 years ago |
Oceania2018
|
fcd2cd6573
|
nn_ops.in_top_kv2
|
6 years ago |
Oceania2018
|
ded16ea82f
|
BatchNormalization return tuple for call
|
6 years ago |
Oceania2018
|
717f7143a6
|
define gamma and beta as VariableV1
|
6 years ago |
Oceania2018
|
8f258c533e
|
tf.sigmoid_cross_entropy_with_logits
|
6 years ago |
Oceania2018
|
202da1f3ba
|
add tf.nn.leaky_relu
|
6 years ago |
Oceania2018
|
8934c976c5
|
add tf.nn.lrn Local Response Normalization.
|
6 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 |
Brendan Mulcahy
|
babfb020e7
|
New line for better consistency
|
6 years ago |
Brendan Mulcahy
|
098f597e32
|
Add tf.nn.in_top_k
|
6 years ago |
Oceania2018
|
a89c9aba34
|
rename with to tf_with, only use to construct graph purpose.
|
6 years ago |
Haiping
|
ca99be32f6
|
dynamic_rnn implementation (#323)
|
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
|
d674d51df6
|
add dynamic_rnn, _transpose_batch_time for RNN.
|
6 years ago |
Oceania2018
|
e1db889a5b
|
add tf.nn.elu activation function. #294
|
6 years ago |
Oceania2018
|
ee0b935557
|
Add BasicRNNCell, LayerRNNCell, RNNCell,
Change nest.flatten to generic.
|
6 years ago |
Oceania2018
|
c3ae8b1f03
|
Build RNN graph, BasicRNNCell not implemented.
|
6 years ago |
Oceania2018
|
051855e839
|
fix return value issue for weight_variable and bias_variable.
|
6 years ago |
Oceania2018
|
bc4fbf10f2
|
MNIST CNN not finished yet.
|
6 years ago |
Oceania2018
|
7950e8e9e4
|
apply the Apache License boilerplate notice at the top of every single file.
|
6 years ago |
Oceania2018
|
bf3d1e969c
|
Whooray, finally make AdamOptimizer work as expected.
|
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
|
e152782f6c
|
Finished kmean model.
|
6 years ago |
Meinrad Recheis
|
ad1f1e43bc
|
Examples: added NeuralNetXor
|
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 |
haiping008
|
16a59afe37
|
assign_sub, smart_cond
|
6 years ago |
Oceania2018
|
48a11d4710
|
CondContext, BatchNormalization.
|
6 years ago |