{"id":19617565,"url":"https://github.com/kakshay21/ml-tensorflow","last_synced_at":"2026-05-15T10:34:47.112Z","repository":{"id":97810352,"uuid":"77613743","full_name":"kakshay21/ML-tensorflow","owner":"kakshay21","description":"MNIST- Machine Learning with tensorflow","archived":false,"fork":false,"pushed_at":"2017-09-06T18:01:48.000Z","size":11332,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T18:17:16.467Z","etag":null,"topics":["mnist-dataset","python-2","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kakshay21.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-12-29T13:23:04.000Z","updated_at":"2017-09-06T18:16:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b120cd3-a934-423a-8e65-a773858d37e2","html_url":"https://github.com/kakshay21/ML-tensorflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kakshay21/ML-tensorflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakshay21%2FML-tensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakshay21%2FML-tensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakshay21%2FML-tensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakshay21%2FML-tensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kakshay21","download_url":"https://codeload.github.com/kakshay21/ML-tensorflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakshay21%2FML-tensorflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33063301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-15T02:00:06.351Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["mnist-dataset","python-2","tensorflow"],"created_at":"2024-11-11T11:04:44.988Z","updated_at":"2026-05-15T10:34:47.081Z","avatar_url":"https://github.com/kakshay21.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Tesorflow\n\"**TensorFlow** is an open source software library for numerical computation using\ndata flow graphs.  The graph nodes represent mathematical operations, while\nthe graph edges represent the multidimensional data arrays (tensors) that flow\nbetween them.  This flexible architecture lets you deploy computation to one\nor more CPUs or GPUs in a desktop, server, or mobile device without rewriting\ncode.  TensorFlow also includes TensorBoard, a data visualization toolkit.\"       \n-- words from tensorflow documentation\n## Installation\n*See [Installing TensorFlow](https://www.tensorflow.org/get_started/os_setup.html) for instructions on how to install our release binaries or how to build from source.*\n\n#### *Try your first TensorFlow program*\n```shell\n$ python\n```\n```python\n\u003e\u003e\u003e import tensorflow as tf\n\u003e\u003e\u003e hello = tf.constant('Hello, TensorFlow!')\n\u003e\u003e\u003e sess = tf.Session()\n\u003e\u003e\u003e sess.run(hello)\n'Hello, TensorFlow!'\n\u003e\u003e\u003e a = tf.constant(10)\n\u003e\u003e\u003e b = tf.constant(32)\n\u003e\u003e\u003e sess.run(a + b)\n42\n\u003e\u003e\u003e sess.close()\n```\n#### see the file in action [gettingstarted.py](https://github.com/kakshay21/ML-tensorflow/blob/master/gettingstarted.py)\n\n## Let's begin with MNIST\nI would recommend to follow [this guide](https://www.tensorflow.org/get_started/mnist/beginners)\n\nThe guide is for begineers and really helpful to follow next.\n\nNow Let's see the 5 layered neural network [here](https://github.com/kakshay21/ML-tensorflow/blob/master/mnistv2.py)\n\nNow on increasing one more hidden layer, [check this out](https://github.com/kakshay21/ML-tensorflow/blob/master/mnistv3.py)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakshay21%2Fml-tensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkakshay21%2Fml-tensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakshay21%2Fml-tensorflow/lists"}