@@ -42,8 +42,8 @@ the package’s functionality (without neural-symbolic components) are
42
42
given by (Karapanagiotis and Liebald 2023).
43
43
44
44
The training loops for both deep and symbolic learning models are
45
- implemented in [ tensorflow] ( https://www.tensorflow.org ) (Martín Abadi et
46
- al. 2015). The pure deep learning model inherits from the
45
+ implemented in [ tensorflow] ( https://www.tensorflow.org ) (Abadi et al.
46
+ 2015). The pure deep learning model inherits from the
47
47
[ keras] ( https://keras.io ) model class (Chollet et al. 2015). The
48
48
neural-symbolic model is implemented using the logic tensor network
49
49
([ LTN] ( https://pypi.org/project/ltn/ ) ) framework (Badreddine et al.
@@ -257,6 +257,15 @@ The package is distributed under the [MIT license](LICENSE.txt).
257
257
<div id="refs" class="references csl-bib-body hanging-indent"
258
258
entry-spacing="0">
259
259
260
+ <div id =" ref-tensorflow2015 " class =" csl-entry " >
261
+
262
+ Abadi, Martín, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng Chen,
263
+ Craig Citro, Greg S. Corrado, et al. 2015. “TensorFlow:
264
+ <span class =" nocase " >Large-scale</span > Machine Learning on
265
+ Heterogeneous Systems.” < https://www.tensorflow.org/ > .
266
+
267
+ </div >
268
+
260
269
<div id =" ref-badreddine2022 " class =" csl-entry " >
261
270
262
271
Badreddine, Samy, Artur d’Avila Garcez, Luciano Serafini, and Michael
@@ -267,7 +276,7 @@ Spranger. 2022. “Logic Tensor Networks.” *Artificial Intelligence* 303:
267
276
268
277
<div id =" ref-keras2015 " class =" csl-entry " >
269
278
270
- Chollet, François et al. 2015. “Keras.”
279
+ Chollet, François et al. 2015. “Keras.” < https://keras.io > .
271
280
272
281
</div >
273
282
@@ -302,7 +311,7 @@ Adaptation.” In *Proceedings of the VLDB Endowment*, 15:465–77.
302
311
303
312
Karapanagiotis, Pantelis, and Marius Liebald. 2023. “Entity Matching
304
313
with Similarity Encoding: A Supervised Learning Recommendation Framework
305
- for Linking (Big) Data.”
314
+ for Linking (Big) Data.” < http://dx.doi.org/10.2139/ssrn.4541376 > .
306
315
307
316
</div >
308
317
@@ -324,15 +333,6 @@ Systems* 293 (June): 111678.
324
333
325
334
</div >
326
335
327
- <div id =" ref-tensorflow2015 " class =" csl-entry " >
328
-
329
- Martín Abadi, Ashish Agarwal, Paul Barham, Eugene Brevdo, Zhifeng Chen,
330
- Craig Citro, Greg S. Corrado, et al. 2015. “TensorFlow:
331
- <span class =" nocase " >Large-scale</span > Machine Learning on
332
- Heterogeneous Systems.”
333
-
334
- </div >
335
-
336
336
<div id =" ref-mudgal2018 " class =" csl-entry " >
337
337
338
338
Mudgal, Sidharth, Han Li, Theodoros Rekatsinas, AnHai Doan, Youngchoon
0 commit comments