{"id":14958691,"url":"https://github.com/marcelwinterot/nano-keras","last_synced_at":"2026-02-06T10:03:36.416Z","repository":{"id":200943853,"uuid":"706588284","full_name":"MarcelWinterot/nano-keras","owner":"MarcelWinterot","description":"Deep learning library inspired by Keras","archived":false,"fork":false,"pushed_at":"2023-12-29T22:23:34.000Z","size":350,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T16:35:55.629Z","etag":null,"topics":["keras","machine-learning","machine-learning-library","numpy","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/nano-keras/","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/MarcelWinterot.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":"2023-10-18T08:43:13.000Z","updated_at":"2023-12-25T14:02:21.000Z","dependencies_parsed_at":"2023-10-21T00:24:28.731Z","dependency_job_id":"b08fd255-4f81-4a58-a9c7-fb241672c5b1","html_url":"https://github.com/MarcelWinterot/nano-keras","commit_stats":{"total_commits":130,"total_committers":2,"mean_commits":65.0,"dds":0.06153846153846154,"last_synced_commit":"a2d160bbb05351e8c4eb6a466f544124cc51591d"},"previous_names":["marcelwinterot/ml-library","marcelwinterot/nano-keras"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/MarcelWinterot/nano-keras","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelWinterot%2Fnano-keras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelWinterot%2Fnano-keras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelWinterot%2Fnano-keras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelWinterot%2Fnano-keras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcelWinterot","download_url":"https://codeload.github.com/MarcelWinterot/nano-keras/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelWinterot%2Fnano-keras/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29157474,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T07:18:23.844Z","status":"ssl_error","status_checked_at":"2026-02-06T07:13:32.659Z","response_time":59,"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":["keras","machine-learning","machine-learning-library","numpy","python"],"created_at":"2024-09-24T13:17:50.529Z","updated_at":"2026-02-06T10:03:34.475Z","avatar_url":"https://github.com/MarcelWinterot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nano-keras\n\n## Overview\n\n### **nano-keras** is a deep learning library written in Python using [NumPy](https://numpy.org/). It's designed to handle the creation and training process of most neural network types, allowing you for quick and easy prototyping and deployment.\n\n### The project is heavily inspired by [Keras](https://keras.io/), the most popular deep learning API in the world, as I'm trying to implement my library in simmilar style and functionality to Keras\n\n## Key Features\n\n### - Simplicity: Built using Python and NumPy, making it easy to read and understand each part\n\n### - Educational: Intended as a learning tool to understand neural network components at a lower level\n\n### - Customization: Allows for tinkering and understanding the core mechanics of neural network operations\n\n## What you can find in nano-keras\n\n### Layers: Dense, Dropout, Reshaping layers, Convolutional layers, Pooling layers and Recurrental Layers\n\n### Optimizers: SGD, Adam, Adadelta, Adagrad, RMSProp, NAdam and much more\n\n### Activation functions: Sigmoid, Tanh, ReLU, ELU, LeakyReLU, Softmax\n\n### Loss functions: MAE, MSE, BCE, CCE, Hinge, Huber\n\n### Callbacks: EarlyStopping, LearningRateScheduler, CSVLogger\n\n### And much more, you can find all the implemented items in [here](https://github.com/MarcelWinterot/nano-keras/wiki/Feature-list)\n\n## Instalation\n\n### **nano-keras** is available on [PyPI](https://pypi.org/project/nano-keras/) so in order to download it open a terminal and paste:\n\n```bash\npip install nano-keras\n```\n\n### You now should have succesfully installed nano-keras so to use it in your python file you only need to import it like this:\n\n```py\nimport nano_keras\n```\n\n### If you have an issue message me on github or send me an email\n\n## Documentation\n\n### Documentation is under development and should be finished in the next few days\n\n### You can access it [here](https://github.com/MarcelWinterot/nano-keras/wiki/Documentation)\n\n## License\n\n### This project is licensed under the MIT License - see the LICENSE file for details\n\n## Special thanks\n\n### I'd like to thank my teacher, [Mateusz Kozlowski](https://github.com/mattkozlowski/), who inspired me to start working on this project and kept me motivated to finish this and evryone who showed support for me\n\n### Without you this project would've never come to life\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelwinterot%2Fnano-keras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelwinterot%2Fnano-keras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelwinterot%2Fnano-keras/lists"}