b5d81654
TextClassification: reverted to simpler shuffling and created dbpedia_subset.zip for debugging by
2019-05-11 21:18:42 +0200
ff9d875d
TextClassification: training set shuffling by
2019-05-11 20:15:24 +0200
7a4f4fe3
added math_grad._ExpGrad(oper, out_grads) for #242 by
2019-05-11 09:47:33 -0500
72e96b93
text classification train works!!!! by
2019-05-11 16:39:39 +0200
900d45c2
add more info for debug by
2019-05-11 08:45:57 -0500
bf53773f
sync by
2019-05-11 08:38:52 -0500
6845233c
fix bool warning by
2019-05-11 08:31:33 -0500
47a7ac80
TextClassification: delete old cached meta graph which has a bug by
2019-05-11 15:19:43 +0200
9b14b464
fixed vd_cnn.meta by
2019-05-11 14:58:19 +0200
0a82e581
text classification train by
2019-05-11 12:08:33 +0200
0f67489e
added auto download data for LSTM + CRF NER. by
2019-05-10 21:55:44 -0500
e6153513
add MarShall.Copy for Boolean when creating Tensor. by
2019-05-10 18:55:03 -0500
86c142e0
test classification: improved batching performance with slicing by
2019-05-10 22:35:09 +0200
5d16dc67
Tensor: added missing data types by
2019-05-10 22:34:35 +0200
5b49f73e
session.run: added overload with Hashtable as feed dict by
2019-05-10 22:32:53 +0200
3ea0edf8
vd_cnn.meta by
2019-05-10 17:45:44 +0200
3208ee56
Finished NER training but missing run_evaluate function. by
2019-05-10 09:50:11 -0500
664e1c77
completed the CoNLLDataset load for LSTM + CRF NER example. by
2019-05-10 00:27:12 -0500
95cd55d5
Image Background Removal by
2019-05-08 20:33:17 -0500
9ab30660
rename Text to TextProcess. by
2019-05-08 18:10:11 -0500
808b95a9
create image process examples' folder. by
2019-05-08 17:34:02 -0500
7abb082a
Merge pull request #2 from SciSharp/master by
2019-05-08 22:07:07 +0530
0b1a8d3c
remove Python baseclass. by
2019-05-07 05:52:35 -0500
09266546
add EstimatorV2 and IEstimator. by
2019-05-07 05:49:33 -0500
bbed4fba
Merge pull request #241 from kerryjiang/master by
2019-05-07 05:45:56 -0500
3f9f2a37
(refs/pull/241/head)
changed the class Python to be static by
2019-05-06 20:47:02 -0700
eb0a2f3a
Merge pull request #1 from SciSharp/master by
2019-05-06 14:17:56 +0530
a38bd5d0
input multiple pictures for Image Recognition Inception. by
2019-05-06 00:08:34 -0500
503b7816
Init bi-LSTM + CRF NER by
2019-05-05 00:18:15 -0500
f32adebb
update version number by
2019-05-02 09:17:38 -0500
b7e582c6
Update README.md by
2019-05-04 12:20:52 +0200
212061a0
Merge pull request #239 from JuanuMusic/master by
2019-05-02 09:16:56 -0500
eb4475c9
(refs/pull/239/head)
Added GLOBAL_STEP GraphKey by
2019-05-01 21:09:26 -0300
c654c6bc
- Changed return value of get_tensor_by_name by
2019-05-01 21:06:47 -0300
31a106dc
Added get_tensor_by_name to the Graph class by
2019-05-01 19:48:30 -0300
b04478d9
TextClassification: implemented batching using NumSharp slicing by
2019-04-30 11:22:47 +0200
58b9956e
Examples project: execute example even if disabled if specified by name by
2019-04-30 11:21:59 +0200
de5a3cd6
Optimizer: fixed global_step which was not incremented until now by
2019-04-30 11:10:41 +0200
db65614a
Merge pull request #238 from arnavdas88/master by
2019-04-29 10:09:44 -0500
ecb6dd99
(refs/pull/238/head)
Added hasattr and getattr tests by
2019-04-29 20:23:01 +0530
aa79dba4
update hasattr and getattr by
2019-04-29 20:19:14 +0530
c0760ff5
change TextClassificationWithMovieReviews to BinaryTextClassification. by
2019-04-29 06:48:38 -0500
0cb07ece
TextClassification example: use imported graph (in progress) by
2019-04-29 12:51:25 +0200
22c07769
NN XOR: download meta only if ImportGraph==true by
2019-04-29 12:20:27 +0200
c0ee6cbe
added untrained text classification model metas by
2019-04-29 12:00:30 +0200
149dfcdc
Revert "set NeuralNetXor_ImportedGraph.ImportGraph false" by
2019-04-29 11:57:54 +0200
e0e2bd13
set NeuralNetXor_ImportedGraph.ImportGraph false by
2019-04-28 14:19:22 -0500
1b5d25a4
Fix Word2Vec display issue, but have to work with NumSharp master branch. by
2019-04-28 14:09:34 -0500
c8b78ffa
Merge pull request #237 from arnavdas88/master by
2019-04-28 14:12:35 -0500
b09dfdfb
(refs/pull/237/head)
added hasattr() and getattr() by
2019-04-28 23:57:12 +0530
d86bce0f
added object detection to test suite by
2019-04-28 19:56:10 +0200
02ad55f4
change num_steps to 10000 for XOR neural netwrok example. by
2019-04-28 12:09:00 -0500
ffebb85e
Word2Vec example works, but still has a minor display issue. by
2019-04-28 11:44:50 -0500
09a434d9
minor fix: NN XOR example runs with self built graph per default by
2019-04-28 18:40:49 +0200
e4936478
tests: added neural net XOR tests and enabled KMeans test which passes by
2019-04-28 18:34:07 +0200
0b99f3cd
Xor is working without imported graph! by
2019-04-28 18:25:00 +0200
f4227db2
update xor.meta with named tensors by
2019-04-28 17:57:53 +0200
438a0f97
Xor: import graph by
2019-04-28 17:47:06 +0200
44f03f5c
remove unnecessary code for ObjectDetection example. by
2019-04-27 21:32:06 -0500
6867d279
Merge pull request #236 from captainst/master by
2019-04-27 21:13:23 -0500
58607b09
word2vec in progress. by
2019-04-27 21:03:52 -0500
b345efa3
(refs/pull/236/head)
Solve ObjectDetection functions by
2019-04-28 10:01:17 +0800
79eb2621
Initial Word2Vec example. by
2019-04-27 16:09:32 -0500
e152782f
Finished kmean model. by
2019-04-27 14:32:19 -0500
8503a52a
auto download kmeans.meta by
2019-04-27 13:25:39 -0500
dc8a8cf0
add tf.convert_to_tensor by
2019-04-27 12:56:42 -0500
cc0b994d
rollback object detection example. by
2019-04-26 15:05:50 -0500
5b6aceea
Merge pull request #235 from captainst/master by
2019-04-26 09:58:33 -0500
fb23b9f4
(refs/pull/235/head)
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by
2019-04-26 22:36:28 +0800
f8324e87
Add object detection example Add byte type support in Session and Tensor Add pbtxtParser class to utility by
2019-04-26 20:15:54 +0800
98af2065
Merge pull request #222 from SciEvan/master by
2019-04-26 07:02:07 -0500
e67152cf
test commit by
2019-04-26 12:17:08 +0800
60fafc78
测试 by
2019-04-26 11:19:10 +0800
639d4b0f
unified the incoming parameter of the _FetchMapper as NDArray. by
2019-04-25 06:20:01 -0500
2e45a0cf
support import CondContext, upgrade to tensorflow v1.14rc0 by
2019-04-24 16:20:20 -0500
c2c2ac63
check NearestNeighbors op by
2019-04-23 17:01:26 -0500
0484aab0
optimize image dataset loading by
2019-04-22 21:34:09 -0500
8cf46d2d
_registered_ops NearestNeighbors by
2019-04-20 15:28:23 -0500
86d17412
NN XOR: compare against the expected final loss to determine if the optimization worked by
2019-04-19 17:10:46 +0200
abdae571
change loss_value to float and move data to PrepareData by
2019-04-19 09:15:35 -0500
1025e5fb
minor fixes in NN XOR by
2019-04-19 15:26:56 +0200
4a799e51
Merge pull request #233 from henon/master by
2019-04-19 08:19:41 -0500
365962f5
(refs/pull/233/head)
NN XOR port complete, but fails by
2019-04-19 15:15:51 +0200
a2b71e2a
can't dispose graph before session init. by
2019-04-18 13:14:29 -0500
fca40a19
Merge pull request #232 from henon/master by
2019-04-18 12:17:42 -0500
ad1f1e43
(refs/pull/232/head)
Examples: added NeuralNetXor by
2019-04-18 12:16:52 +0200
911e046c
Merge pull request #231 from henon/master by
2019-04-17 06:28:21 -0500
692faaa9
(refs/pull/231/head)
gradients/flow control: added much missing structure by
2019-04-17 10:44:50 +0200
226fd09c
v0.6.1-alpha for SiaNet by
2019-04-16 04:19:55 -0500
964d94e9
Update README.md by
2019-04-16 09:34:24 +0200
0ada5fc4
Readme: added the contribute section by
2019-04-16 09:32:05 +0200
aea11666
ported NN ZeroFraction tests by
2019-04-16 09:06:27 +0200
b66e2586
ported while and switch/case testcases by
2019-04-16 06:32:21 +0200
1e63200e
Updated Readme by
2019-04-16 05:30:41 +0200
c801f5ba
add tf.diag by
2019-04-15 21:44:18 -0500
3c7174b7
add tf.math.sigmoid by
2019-04-15 21:10:06 -0500
87eac0c0
add math.round by
2019-04-15 20:59:32 -0500
d21182e2
change transpose parameter by
2019-04-15 20:53:41 -0500
bd1e8531
fix unit test evaluate. by
2019-04-15 20:49:17 -0500
fc5131d0
minor change in CondTestCases to assert that the original structure of the python tests works too (with session is not needed due to use of PythonTest.evaluate() by
2019-04-15 09:04:16 +0200