{"id":14958950,"url":"https://github.com/sdsubhajitdas/my-tensorflow","last_synced_at":"2025-10-24T16:30:28.960Z","repository":{"id":100534345,"uuid":"141028283","full_name":"sdsubhajitdas/My-Tensorflow","owner":"sdsubhajitdas","description":"A small experiment to recreate how basic Tensorflow works and in the process fully understand the working of Tensorflow.","archived":false,"fork":false,"pushed_at":"2018-07-15T18:08:09.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T02:43:09.899Z","etag":null,"topics":["deep-learning","machine-learning","machine-learning-api","machine-learning-library","machinelearning","tensorflow","tensorflow-experiments","tensorflow-tutorials"],"latest_commit_sha":null,"homepage":"https://github.com/Jeetu95/My-Tensorflow","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sdsubhajitdas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-15T13:09:22.000Z","updated_at":"2024-09-07T19:15:23.000Z","dependencies_parsed_at":"2023-05-15T19:15:06.457Z","dependency_job_id":null,"html_url":"https://github.com/sdsubhajitdas/My-Tensorflow","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"572869ef0e22b70b8dcb01420f796b3c82cf4f63"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsubhajitdas%2FMy-Tensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsubhajitdas%2FMy-Tensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsubhajitdas%2FMy-Tensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdsubhajitdas%2FMy-Tensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdsubhajitdas","download_url":"https://codeload.github.com/sdsubhajitdas/My-Tensorflow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237999466,"owners_count":19399886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","machine-learning","machine-learning-api","machine-learning-library","machinelearning","tensorflow","tensorflow-experiments","tensorflow-tutorials"],"created_at":"2024-09-24T13:18:34.616Z","updated_at":"2025-10-24T16:30:28.561Z","avatar_url":"https://github.com/sdsubhajitdas.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Tensorflow\n\nThis is a small project which I started with the intention of understanding how Google's [Tensorflow](https://github.com/tensorflow/tensorflow) works.This project is written in Python3.\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n### Prerequisites\n\nYou need to have the following packages pre-installed.\n\n```\npip install numpy\n```\n\n### Installing\n\nHow to get started with My Tensorflow.\n\nIt is fairly simple you just need to clone the project.\n\n```\ngit clone https://github.com/Jeetu95/My-Tensorflow.git\n```\n\nInclude it in your project by adding this line in imports.\n\n```\nimport my_tensorflow as mtf\n```\n\nRun the **example.py** to see if it is working or not.\n\n## Using My Tesorflow\nExample Code.\n\n```\nimport my_tensorflow as mtf\na = mtf.Variable(10)\nb = mtf.Variable(20)\nc = mtf.add(a,b)\n\nsess = mtf.Session()\nprint(sess.run(c))\n```\n\nOutput\n```\n30\n```\n## Built With\n\n* [Python](https://www.python.org/) - The language used for writting this project.\n* [Numpy](http://www.numpy.org/) - The package used for fast computing of array object.\n\n## Authors\n\n* **Subhajit Das** - *Initial work* - [LinkedIn](https://www.linkedin.com/in/subhajit-das-764742142/)   [Twitter](https://twitter.com/Subhajit_Das_95) \n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdsubhajitdas%2Fmy-tensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdsubhajitdas%2Fmy-tensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdsubhajitdas%2Fmy-tensorflow/lists"}