Tensorflow for Matlab

GUI Interface to allow Matlab Users Auto-code to Tensorflow's Python API
3.2K Downloads
Updated 4 Aug 2017

View License

Goal was to devise an interface to allow for problems to be devised in a Matlab interface and ported over to Tensorflow's Python API to utilize benefits of Tensorflow.
Instructions will show up inside the command window when each panel is initiated. It is meant as a general reference to navigating through the GUI.
Driver Script is: tf4matlab.m
Example Scripts are: (1) airfoil_example.m and (2) naval_example.m
Example Data Files are provided in /data/ folder. Two csv files (airfoil & naval propulsion) are also called upon by both examples

Cite As

Louis Yu (2024). Tensorflow for Matlab (https://www.mathworks.com/matlabcentral/fileexchange/62808-tensorflow-for-matlab), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Call Python from MATLAB in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

V1.1: - Updated GUI Figure Issues prevalent from .ZIP compression
- Added two examples to pre-load values into the GUI or skip the GUI Interface
- Provided a set of instructions embedded in code (displayed on command window)
Update to specify data files are also provided
Added boolean.m script since it is a remnant of Simulink that mimics logical()

1.0.0.0

Updating Description & Image