{"id":15159312,"url":"https://github.com/srukshan98/digit-identifier","last_synced_at":"2026-01-27T09:42:46.513Z","repository":{"id":119832367,"uuid":"170725234","full_name":"srukshan98/digit-identifier","owner":"srukshan98","description":"Train an neural network to identify digits written on a canvas","archived":false,"fork":false,"pushed_at":"2019-03-05T09:39:50.000Z","size":11931,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-04T04:42:15.908Z","etag":null,"topics":["cnn-keras","digit-classifier","javascript","learning-tensorflow","neural-network","tensorflow-experiments"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srukshan98.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-02-14T16:49:16.000Z","updated_at":"2020-03-10T23:55:41.000Z","dependencies_parsed_at":"2023-06-03T07:45:29.087Z","dependency_job_id":null,"html_url":"https://github.com/srukshan98/digit-identifier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/srukshan98/digit-identifier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srukshan98%2Fdigit-identifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srukshan98%2Fdigit-identifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srukshan98%2Fdigit-identifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srukshan98%2Fdigit-identifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srukshan98","download_url":"https://codeload.github.com/srukshan98/digit-identifier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srukshan98%2Fdigit-identifier/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28811278,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cnn-keras","digit-classifier","javascript","learning-tensorflow","neural-network","tensorflow-experiments"],"created_at":"2024-09-26T21:04:02.781Z","updated_at":"2026-01-27T09:42:46.492Z","avatar_url":"https://github.com/srukshan98.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# digit-identifier\nTrain an neural network to identify digits written on a canvas\n\n## Introduction\n\nIn this project I focused on helping others understand how AIs work by allowing visitors to train an fully untrained neural Network.\n\n## How it works\n\nThis is a Neural Network build using TensorFlow JS Library.\n\n\n| Layer (type)            | Output shape      | Param # |\n|-------------------------|-------------------|---------|\n| input1 (InputLayer)     | [null,28,28,1]    | 0       |\n| conv2d_Conv2D1 (Conv2D) | [null,27,27,64]   | 320     |\n| re_lu_ReLU1 (ReLU)      | [null,27,27,64]   | 0       |\n| max_pooling2d_MaxPooling2D1| [null,13,13,64]| 0       |\n| conv2d_Conv2D2 (Conv2D) | [null,12,12,64]   | 16448   |\n| re_lu_ReLU2 (ReLU)      | [null,12,12,64]   | 0       |\n| max_pooling2d_MaxPooling2D2| [null,6,6,64]  | 0       |\n| flatten_Flatten1 (Flatten) | [null,2304]    | 0       |\n| dense_Dense1 (Dense)    | [null,300]        | 691500  |\n| dense_Dense2 (Dense)    | [null,100]        | 30100   |\n| dense_Dense3 (Dense)    | [null,10]         | 1010    |\n_________________________________________________________\nTotal params: 739378\n\nTrainable params: 739378\n\nNon-trainable params: 0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrukshan98%2Fdigit-identifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrukshan98%2Fdigit-identifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrukshan98%2Fdigit-identifier/lists"}