Commit Graph

  • *
  • |\
  • * \
  • |\ \
  • | | *
  • | |/
  • * |
  • | *
  • | *
  • | *
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • * |
  • | *
  • | *
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • * |
  • | *
  • |/
  • *
  • |\
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • |\|
  • | *
  • | *
  • | |\
  • | |/
  • |/|
  • | *
  • * |
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • * |
  • | *
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • 5e8908ea (refs/pull/187/head) Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Bo Peng 2019-03-06 14:32:15 -0600
  • de9877ac implemented nn class by Bo Peng 2019-03-06 14:32:09 -0600
  • a4e52abe add tf.keras by haiping008 2019-03-06 14:29:22 -0600
  • 27051792 implemented nn class by Bo Peng 2019-03-06 14:20:04 -0600
  • 209c3b99 merge utility to example project. by Oceania2018 2019-03-06 07:09:04 -0600
  • 292233b4 waiting for scikit-learn's _split.train_test_split by haiping008 2019-03-05 17:11:16 -0600
  • c944f54b VocabularyProcessor is DEPRECATED, change to another example. by haiping008 2019-03-05 11:32:05 -0600
  • 6495cace fix NotImplementedException for short data type #186 by Oceania2018 2019-03-05 07:00:15 -0600
  • c37ab7d3 Merge pull request #185 from PppBr/master by Haiping 2019-03-04 18:49:14 -0600
  • a2fdf69a (refs/pull/185/head) rich the zip API by implemented IEnumerable<(T1, T2)> zip<T1, T2>(NDArray t1, NDArray t2) by Bo Peng 2019-03-04 17:31:28 -0600
  • 7867751e Merge pull request #184 from PppBr/master by Haiping 2019-03-04 17:20:57 -0600
  • 0132f301 CNN Text classification. by haiping008 2019-03-04 17:20:33 -0600
  • 7f156f17 (refs/pull/184/head) building normal distribution by Bo Peng 2019-03-04 14:51:42 -0600
  • c976b818 unit test of how to reenter a premade variable scope safely by Oceania2018 2019-03-03 22:48:36 -0600
  • 5a7d28c2 simplify with function. by Oceania2018 2019-03-03 20:08:48 -0600
  • 91608875 VarCreation1 passed. create variable through variable_scope. by Oceania2018 2019-03-03 18:37:08 -0600
  • 0e80ee5b Merge pull request #183 from PppBr/master by Haiping 2019-03-03 06:20:07 -0600
  • 31db0f78 (refs/pull/183/head) implement tf.distribution and keep developing on NaiveBayes Classifier by Bolo 2019-03-02 22:15:38 -0600
  • 50ef868e _name_stack isn't correct before entering random_uniform by Oceania2018 2019-03-02 21:24:41 -0600
  • 37f98b55 Merge pull request #181 from PppBr/master by Haiping 2019-03-01 15:36:28 -0600
  • b445e28f (refs/pull/181/head) implement: (1)tf.nn.moments (2)math_ops.reduce_mean (3)math_ops.square_differnece (4)array_ops.squeeze by Bo Peng 2019-03-01 15:14:15 -0600
  • 31d38bf9 added tf.name_scope api. by haiping008 2019-03-01 14:13:54 -0600
  • 7263694f update docs for Linear Regression by haiping008 2019-02-28 17:05:46 -0600
  • 07e77e17 update README by haiping008 2019-02-28 11:25:29 -0600
  • 8d47f40c update docs by haiping008 2019-02-27 17:22:04 -0600
  • ae5a1090 Merge pull request #178 from PppBr/master by Haiping 2019-02-27 15:02:14 -0600
  • 4e242b84 (refs/pull/178/head) remove numsharp by Bo Peng 2019-02-27 15:00:12 -0600
  • a6b4b5d9 solve conflict by Bo Peng 2019-02-27 14:48:55 -0600
  • 4b6b9f84 tf.nn.moments by Bo Peng 2019-02-27 14:46:05 -0600
  • 031670b1 fix keras.preprocessing.sequence by haiping008 2019-02-27 14:41:47 -0600
  • d7cb00f8 pad_sequences 2 by Oceania2018 2019-02-27 07:28:27 -0600
  • 24469888 text classification sample 1. by haiping008 2019-02-26 17:24:43 -0600
  • 4873c2bc update doc by Oceania2018 2019-02-23 10:13:00 -0600
  • b4556262 added ConfigProto for SessionOptions. by haiping008 2019-02-22 14:33:55 -0600
  • c8767b10 doc updated. v0.4.0 released. by Oceania2018 2019-02-22 00:11:14 -0600
  • 48282b86 fixed #175 by Oceania2018 2019-02-21 23:47:00 -0600
  • d61ccf0b linear regression 2 by haiping008 2019-02-21 17:35:51 -0600
  • 649623b0 fix name_scope default_name. by Oceania2018 2019-02-21 09:08:38 -0600
  • 8dfc3b7c #175 by Oceania2018 2019-02-20 23:20:42 -0600
  • 3b93c7b0 linear regression test 1 by haiping008 2019-02-20 17:39:20 -0600
  • 7d0f38a9 Update document by Oceania2018 2019-02-19 22:54:36 -0600
  • 87f667c6 update imdb data. by haiping008 2019-02-19 17:24:36 -0600
  • 317740a4 add imdb zip data. by haiping008 2019-02-19 13:34:03 -0600
  • 6507a5f9 Finished InceptionV3 image recognition. by Oceania2018 2019-02-18 16:49:55 -0600
  • 53882c79 Add LabelImage example. by haiping008 2019-02-15 17:24:52 -0600
  • afae3e9d fix compile by Oceania2018 2019-02-15 07:00:53 -0600
  • be89140b tensorflow 1.13rc2 ImageRecognition in prograss. by haiping008 2019-02-14 21:43:03 -0600
  • 1088e1fe ImportGraphDefFromPbFile by Oceania2018 2019-02-14 08:55:20 -0600
  • 4eccba4c add LoadFromSavedModel by Oceania2018 2019-02-13 23:05:04 -0600
  • 3c25a544 can't compile. by Oceania2018 2019-02-13 20:06:13 -0600
  • 3d7ff13d change constant creation method. by haiping008 2019-02-13 18:11:40 -0600
  • de082e10 tf.train.import_meta_graph passed. by haiping008 2019-02-13 10:32:24 -0600
  • 363b58b8 add _init_from_proto to create variable. by Oceania2018 2019-02-13 09:18:32 -0600
  • 5c2818e3 added KeyError exception. added VariableDef tf_buffer, tf_operations by Oceania2018 2019-02-12 23:54:49 -0600
  • fdf8231a import_graph_def by haiping008 2019-02-12 17:21:37 -0600
  • c7cf8b60 add op_def_registry to load all registered op list. add RuntimeError exception class. add meta_graph related classes. by haiping008 2019-02-12 11:53:48 -0600
  • 2579afc8 Fix allocate tensor for string #171 by Oceania2018 2019-02-12 09:21:35 -0600
  • 8ae2feb5 Malformed TF_STRING tensor; element 0 out of range by Oceania2018 2019-02-12 07:10:14 -0600
  • 5720dfd6 fix _constant_if_small for zeros. by Oceania2018 2019-02-11 22:30:31 -0600
  • 11572bf7 bunch of updates. by haiping008 2019-02-11 17:41:59 -0600
  • fe06a29c graph_io.write_graph by Oceania2018 2019-02-11 06:16:02 -0600
  • 596afe20 #173 by Oceania2018 2019-02-10 21:23:51 -0600
  • e237ba6b #172 by Oceania2018 2019-02-10 10:29:11 -0600
  • ce59939a fix default session by Oceania2018 2019-02-10 08:14:44 -0600
  • 9bc0c86b Attempting to use uninitialized value v1 #172 by Oceania2018 2019-02-09 20:05:50 -0600
  • d8f8a7f5 Saver is inprogress. by Oceania2018 2019-02-09 11:50:19 -0600
  • 459abbcb restore SaveableObject. by Oceania2018 2019-02-08 23:11:53 -0600
  • b87aadc1 fix gen_io_ops.save_v2 memory access error. by Oceania2018 2019-02-08 21:48:42 -0600
  • 97049a3c Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by haiping008 2019-02-08 17:13:44 -0600
  • e0f1ac04 Add many Saveable classes. by haiping008 2019-02-08 17:13:37 -0600
  • 4fc98e0a Update README.md by Haiping 2019-02-08 11:09:03 -0600
  • 66f390a9 add operator overload for RefVariable. by Oceania2018 2019-02-08 07:00:55 -0600
  • de7a6941 fix name_scope stack can't restore when name is empty. by Oceania2018 2019-02-07 23:21:24 -0600
  • bf45277b add VariableScope and _VariableStore by haiping008 2019-02-07 17:20:16 -0600
  • 7c420df9 upgrade to tensorflow v1.13-rc1 by haiping008 2019-02-07 14:43:00 -0600
  • 1ddc9b6e run LinearRegression but failed. docs updated. by Oceania2018 2019-02-07 07:21:15 -0600
  • 8408dcd6 fixed #170 by Oceania2018 2019-02-06 23:34:36 -0600
  • 8914e616 fix compile error by Oceania2018 2019-02-06 19:03:47 -0600
  • cd4c7312 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET by Oceania2018 2019-02-06 19:02:50 -0600
  • 8e321bd1 add operation creation log by Oceania2018 2019-02-06 19:02:43 -0600
  • 6ceaecd3 add _AddGrad, _IdGrad, _MulGrad, _SubGrad and _PowGrad by haiping008 2019-02-06 17:28:55 -0600
  • afcc1ff9 add floor_div and where operations. by haiping008 2019-02-06 15:45:21 -0600
  • 0c6f8cd9 fix internal_convert_to_tensor shape exception for scalar value. by Oceania2018 2019-02-06 05:02:49 -0600
  • 1c5731fa fix internal_convert_n_to_tensor return type. by haiping008 2019-02-05 16:54:50 -0600
  • 5ccef1bd Allow list parameter in OpDefLibrary by haiping008 2019-02-05 16:23:46 -0600
  • 4a80846d fixed #164 by haiping008 2019-02-05 14:14:38 -0600
  • f1898385 gen_math_ops.floor_mod #160 by haiping008 2019-02-05 11:01:47 -0600
  • 00458385 Merge pull request #161 from Esther2013/master by Haiping 2019-02-04 21:20:04 -0600
  • aac35afd (refs/pull/161/head) changes for example project by Esther2013 2019-02-04 21:13:23 -0600
  • f2c8883b linear regression gradients. by haiping008 2019-02-04 17:29:38 -0600
  • 9fbd88e2 gradients not finished yet by Oceania2018 2019-02-04 07:17:34 -0600
  • f3427cb3 fixed operand should be mul/x:0 #155 by Oceania2018 2019-02-03 18:35:00 -0600
  • 8c2c18a2 GradientTest.Gradients by haiping008 2019-02-01 17:36:40 -0600
  • c6169e87 change Python.zip to use yield return. by haiping008 2019-02-01 14:48:30 -0600
  • 31fbe4f0 unfinished gradients. compile failed. by Oceania2018 2019-02-01 12:40:53 -0600
  • 651d5d21 a bunch of changes for Gradients. by Oceania2018 2019-01-31 22:02:56 -0600
  • 1022fad1 CApiGradientsTest.Gradients_GradInputs by Oceania2018 2019-01-31 00:43:26 -0600
  • 7426fd0a Add FeedItem to hold feed session dictionary. by Oceania2018 2019-01-30 21:56:35 -0600
  • f4b6d509 fix HelloWorld example exception. by Oceania2018 2019-01-30 11:07:23 -0600
  • 27fbfb02 fix TF_OperationOutputNumConsumers by Oceania2018 2019-01-30 06:56:58 -0600