{"id":26659836,"url":"https://github.com/ncqxm/cifar10-cnn","last_synced_at":"2026-04-13T12:31:29.984Z","repository":{"id":283842448,"uuid":"953068190","full_name":"ncqxm/cifar10-cnn","owner":"ncqxm","description":"Image classification on CIFAR-10 using a custom CNN built with TensorFlow/Keras. Visualized performance with confusion matrix and training curves.","archived":false,"fork":false,"pushed_at":"2025-03-22T14:26:55.000Z","size":35502,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T02:45:58.712Z","etag":null,"topics":["cifar10","cnn","deep-learning","keras","machine-learning","tensorflow"],"latest_commit_sha":null,"homepage":"https://colab.research.google.com/github/ncqxm/cifar10-cnn/blob/main/CIFAR_10_cnn.ipynb","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/ncqxm.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":"2025-03-22T13:53:51.000Z","updated_at":"2025-03-22T14:29:42.000Z","dependencies_parsed_at":"2025-03-22T15:33:22.130Z","dependency_job_id":null,"html_url":"https://github.com/ncqxm/cifar10-cnn","commit_stats":null,"previous_names":["ncqxm/cifar10-cnn"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ncqxm/cifar10-cnn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncqxm%2Fcifar10-cnn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncqxm%2Fcifar10-cnn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncqxm%2Fcifar10-cnn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncqxm%2Fcifar10-cnn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ncqxm","download_url":"https://codeload.github.com/ncqxm/cifar10-cnn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ncqxm%2Fcifar10-cnn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":["cifar10","cnn","deep-learning","keras","machine-learning","tensorflow"],"created_at":"2025-03-25T11:15:34.189Z","updated_at":"2026-04-13T12:31:29.963Z","avatar_url":"https://github.com/ncqxm.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🧠 CIFAR-10 Image Classification using CNN\n\n[![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ncqxm/cifar10-cnn/blob/main/CIFAR_10_cnn.ipynb)\n\nThis project implements a custom Convolutional Neural Network (CNN) using TensorFlow/Keras to classify images in the CIFAR-10 dataset.\n\n---\n\n## Features\n\n- Custom CNN with BatchNormalization and Dropout\n- Trained on 10 classes of CIFAR-10 dataset\n- Achieved up to 87% test accuracy\n- Visualizations:\n  - Training Accuracy \u0026 Loss\n  - Confusion Matrix\n  - Classification Report\n\n\n---\n\n## **Dataset**\n\n- CIFAR-10 (60,000 images, 10 classes)\n- Available via: `tensorflow.keras.datasets.cifar10`\n\n---\n\n## Tech Stack\n\n![Python](https://img.shields.io/badge/Python-3.x-blue)\n![TensorFlow](https://img.shields.io/badge/TensorFlow-2.x-orange)\n![Jupyter](https://img.shields.io/badge/Jupyter-Notebook-informational)\n\n---\n## Results\n\n### Confusion Matrix  \n![Confusion Matrix](images/confusion_matrix.png)\n\n### Training Curves  \n![Training Metrics](images/training_metrics.png)\n\n---\n\n## How to Run\n\n1. Clone this repo:\n   ```bash\n   git clone https://github.com/yourusername/cifar10-cnn.git\n   cd cifar10-cnn\n   \n2. Install dependencies:\n   ```bash\n   pip install -r requirements.txt\n3. Run the notebook:\n   Open cifar10_cnn.ipynb using Jupyter or Colab\n\n---\n## Trained Model\n\nThe trained model is saved as `models/cifar10_cnn_v2.h5`.\n\n```python\nfrom tensorflow.keras.models import load_model\n\nmodel = load_model(\"models/cifar10_cnn_v2.h5\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncqxm%2Fcifar10-cnn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fncqxm%2Fcifar10-cnn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fncqxm%2Fcifar10-cnn/lists"}