On my research list as it pointed me to TensorFlow imports from both .NET and Delphi: [WayBack] Fixed by Code: Using TensorFlow with Delphi – or how to use a TStack<T> to simulate a RPN calculator.
Links from it:
- C# interface on GitHub: migueldeicaza/TensorFlowSharp
- [WayBack] Domain – www.hadv.de – von Hartmut David
- [WayBack] Entw.: Tensorflow – API (1)
- [WayBack] Entw.: Tensorflow – API (2)
- [WayBack] Entw.: Tensorflow mit Delphi (1)
- [WayBack] Entw.: Tensorflow mit Delphi (2)
- [WayBack] Entw.: Tensorflow mit Delphi (3)
- [WayBack] Entw.: Tensorflow mit Delphi (4)
- Download [WayBack] Delphi imports http://www.hadv.de/de/2017/TensorFlow20171003.zip
- Repository: github: hartmutdavid/TensorFlow4Delphi
- RPN (Reverse Polish notation)
- [WayBack] Display Free TFB Font | dafont.com (nice font for a calculator)
- Download [WayBack] display_free_tfb.zip
I like the demo there, as I’ve done RPN calculator with some modeling tools before which makes for a good demo, and it reminds me of the HP 12C financial calculator my dad used to have.
If you like more TensorFlow, then watch the video I linked before: “Large-Scale Deep Learning with TensorFlow,” Jeff Dean – YouTube
Via
- [WayBack] Using Hartmut Davids wrappers.. – Steffen Nyeland – Google+
- [WayBack] Update: Hartmut David did put his code on GitHub. Thanks! – Steffen Nyeland – Google+
Older conversion try: [WayBack] Converting the TensorFlow C++ headers to object pascal. It has this empty struct defined.typedef struct TF_Tensor TF_Tensor;Think it converts to obj… – Eli M – Google+
–jeroen