{"id":25460935,"url":"https://github.com/uefi-code/easyann","last_synced_at":"2025-06-28T16:41:35.367Z","repository":{"id":133002771,"uuid":"491000690","full_name":"UEFI-code/EasyANN","owner":"UEFI-code","description":"The Easiest Neural Network Training Code Written in C","archived":false,"fork":false,"pushed_at":"2022-05-12T04:01:58.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T03:33:12.789Z","etag":null,"topics":["ann","neural-network"],"latest_commit_sha":null,"homepage":"","language":"C","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/UEFI-code.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,"zenodo":null}},"created_at":"2022-05-11T07:22:59.000Z","updated_at":"2022-05-11T12:26:26.000Z","dependencies_parsed_at":"2023-06-29T04:04:34.834Z","dependency_job_id":null,"html_url":"https://github.com/UEFI-code/EasyANN","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UEFI-code/EasyANN","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UEFI-code%2FEasyANN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UEFI-code%2FEasyANN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UEFI-code%2FEasyANN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UEFI-code%2FEasyANN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UEFI-code","download_url":"https://codeload.github.com/UEFI-code/EasyANN/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UEFI-code%2FEasyANN/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262461353,"owners_count":23314935,"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":["ann","neural-network"],"created_at":"2025-02-18T05:05:28.509Z","updated_at":"2025-06-28T16:41:35.360Z","avatar_url":"https://github.com/UEFI-code.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyANN\n\nThis is an Easiest and most Detailed example of Artificial Neural Network written in C.\n\nWhy this Easiest?\n\nNo Complex Math Formula.\n\nNo complex library depends, only \u003cstdio.h\u003e and \u003cstdlib.h\u003e.\n\nEasy to compile, wether you are using Linux/Mac/Windows at almost ANY version.\n\nHow this Detailed?\n\nThis code will show you the whole ANN training mechanism, within about only 200 lines of C code!\n\nIf you are the one who want to see the things really work like us, this code best for you.\n\nSo this example code is very suitable for Education.\n\n# How to build\n\nOn Linux/macOS\n\n```bash\ngcc main.c -o main\n```\nOn Windows\n\nDrag main.c into Dev C++ or Visual Studio(Sure need to create a Win32 C++ console project) then click 'Compile' or 'Build'\n\n# Q\u0026A\n\nIf you have any questions, feel free to open an issue!\n\nYou may noticed the backward2() Function, well that's another style of writing, work same as backward().\n\nComments is going on to add.\n\nIf you run directly, you are expected to see the neural network training to fit the target data.\n\n# License\n\nCopyright reserved by 'SuperHacker UEFI' and 'Cookie'.\n\nYou can edit or use it anywhere you want, at your own risk and responsibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuefi-code%2Feasyann","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuefi-code%2Feasyann","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuefi-code%2Feasyann/lists"}