{"id":17352580,"url":"https://github.com/lucko515/cnn-tensorflow-keras","last_synced_at":"2026-05-07T01:03:57.472Z","repository":{"id":104742279,"uuid":"98747057","full_name":"lucko515/cnn-tensorflow-keras","owner":"lucko515","description":"Implementation of simple Convolutional Neural Network in TensorFlow and Keras. The dataset used is MNIST.","archived":false,"fork":false,"pushed_at":"2017-07-29T17:03:09.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T12:49:22.580Z","etag":null,"topics":["convolutional-neural-networks","keras","machine-learning","mnist-classification","tensorflow"],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/lucko515.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":"2017-07-29T17:01:39.000Z","updated_at":"2022-04-01T12:52:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d44e1d7-f525-4e8d-96fd-a21923494220","html_url":"https://github.com/lucko515/cnn-tensorflow-keras","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucko515/cnn-tensorflow-keras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucko515%2Fcnn-tensorflow-keras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucko515%2Fcnn-tensorflow-keras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucko515%2Fcnn-tensorflow-keras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucko515%2Fcnn-tensorflow-keras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucko515","download_url":"https://codeload.github.com/lucko515/cnn-tensorflow-keras/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucko515%2Fcnn-tensorflow-keras/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268308970,"owners_count":24230163,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["convolutional-neural-networks","keras","machine-learning","mnist-classification","tensorflow"],"created_at":"2024-10-15T17:14:05.589Z","updated_at":"2026-05-07T01:03:57.416Z","avatar_url":"https://github.com/lucko515.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Convolutional neural network in TensorFlow and Keras\n\nIn this repository you can find out how to implement CNN in Tensorflow/Keras for multiclass classification.\n\n## Dataset\n\nDataset used in this project is MNIST dataset. You can download it by using built-in TensorFlow functions. For more explanation open the .ipynb file.\n\n## Install\n\n### \u0026nbsp;\u0026nbsp;\u0026nbsp; Supported Python version\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;- Python version used in this project: 3.5+\n\n### \u0026nbsp;\u0026nbsp;\u0026nbsp; Libraries used\n\n\u003e *  [TensorFlow](http://tensorflow.org) 1.2.0\n\u003e *  [Numpy](http://www.numpy.org) 1.10.4\n\u003e *  [Time]()\n\u003e *  [tqdm](https://pypi.python.org/pypi/tqdm) 4.15.0\n\n## Code\n\nThe tensorflow version of CNN is inside **CNN_tensorflow_classification.ipynb**.\n\nThe Keras version is insider **Keras_cnn.ipynb**.\n\n## Run\n\nTo run this project you will need some software, like Anaconda, which provides support for running .ipynb files (Jupyter Notebook).\n\nAfter making sure you have that, you can run from a terminal or cmd next lines (Example  for Keras version):\n\n`ipython notebook Keras_cnn.ipynb`\n\nor\n\n`jupyter notebook Keras_cnn.ipynb`\n\n\n\n\n## License\n\nMIT License\n\nCopyright (c) 2017 Luka Anicin\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucko515%2Fcnn-tensorflow-keras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucko515%2Fcnn-tensorflow-keras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucko515%2Fcnn-tensorflow-keras/lists"}