https://github.com/pathak-ashutosh/tensorflow-like-api
A TensorFlow like API, although very simple, which can perform basic tasks of TensorFlow
https://github.com/pathak-ashutosh/tensorflow-like-api
api machine-learning python tensorflow
Last synced: 3 months ago
JSON representation
A TensorFlow like API, although very simple, which can perform basic tasks of TensorFlow
- Host: GitHub
- URL: https://github.com/pathak-ashutosh/tensorflow-like-api
- Owner: pathak-ashutosh
- Created: 2019-01-13T13:51:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T14:11:49.000Z (over 6 years ago)
- Last Synced: 2025-01-02T01:26:57.575Z (5 months ago)
- Topics: api, machine-learning, python, tensorflow
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TensorFlow like API
A TensorFlow like API, although very simple, which can perform basic tasks of TensorFlow. This is just an attempt to learn the workings
of Tensorflow by making a "mock API".### How to run:
* Clone or download the repository and run `tf_api_test.py`
* You can also put any code in `tf_api_test.py` which you want to try and it will work as long as it conforms to the definitions in `tf_api.py`.I followed [this](https://medium.com/@d3lm/understand-tensorflow-by-mimicking-its-api-from-scratch-faa55787170d) great article!