{"id":16824420,"url":"https://github.com/sambhav/cvml-mnist","last_synced_at":"2025-03-17T18:28:10.448Z","repository":{"id":117451655,"uuid":"102201130","full_name":"sambhav/cvml-mnist","owner":"sambhav","description":"Various experimentations with the MNIST data set and ML models","archived":false,"fork":false,"pushed_at":"2017-09-08T08:33:17.000Z","size":12483,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-24T05:41:18.257Z","etag":null,"topics":["cnn","computer-vision","cv","learning","machine","ml","mnist","neural-network","recognition","vision"],"latest_commit_sha":null,"homepage":null,"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/sambhav.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":"2017-09-02T14:12:40.000Z","updated_at":"2019-08-21T14:46:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"8442cc06-2274-4573-9c56-9174426f04df","html_url":"https://github.com/sambhav/cvml-mnist","commit_stats":null,"previous_names":["sambhav/cvml-mnist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2Fcvml-mnist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2Fcvml-mnist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2Fcvml-mnist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambhav%2Fcvml-mnist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sambhav","download_url":"https://codeload.github.com/sambhav/cvml-mnist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244086698,"owners_count":20395835,"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":["cnn","computer-vision","cv","learning","machine","ml","mnist","neural-network","recognition","vision"],"created_at":"2024-10-13T11:10:58.407Z","updated_at":"2025-03-17T18:28:10.416Z","avatar_url":"https://github.com/sambhav.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cvml-mnist\nVarious experimentations with the MNIST data set and ML models\n\n## Setup Instructions\n\n* Setup virutal-env and setup dependencies\n        \n        virtualenv -p python3 venv\n        source venv/bin/activate\n        pip install -r requirements.txt\n\n## Running the code\n\n* To run the code without neural nets\n        \n        python src/mnsit_simple.py\n\n* To run the code with neural nets\n        \n        python src/mnsit_cnn.py\n\n## Saving results\n\n* The code saves results in form of graphs as PNGs. The files are saved by the following scheme:\n\n    * `{metric}_{model_type}_{batch_size}_{epochs}_{layers}{extra_params}.png`\n    * `layers` and `extra_params` do not affect the experiment and are for file naming purposes only.\n    * `batch_size` and `epochs` affect both the experiment and the filenaming scheme.\n    * The only metrics saved are 'Accuracy' and 'Loss'\n    * The graphs are plotted metric v/s epochs for both training and test data.\n\n* Please change the parameters accordingly. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambhav%2Fcvml-mnist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsambhav%2Fcvml-mnist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambhav%2Fcvml-mnist/lists"}