{"id":24517505,"url":"https://github.com/koder77/cells","last_synced_at":"2025-10-29T16:12:12.436Z","repository":{"id":87520445,"uuid":"238055429","full_name":"koder77/Cells","owner":"koder77","description":"Cells - put ANNs together into a Cell, into a network of ANNs!","archived":false,"fork":false,"pushed_at":"2024-07-06T23:44:27.000Z","size":96,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T01:36:34.577Z","etag":null,"topics":["library","network","neuronal"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koder77.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"2020-02-03T20:28:22.000Z","updated_at":"2024-07-06T23:44:31.000Z","dependencies_parsed_at":"2024-07-07T00:31:57.430Z","dependency_job_id":"c20e8cdc-f65a-437f-8b78-cc1b69163269","html_url":"https://github.com/koder77/Cells","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koder77%2FCells","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koder77%2FCells/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koder77%2FCells/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koder77%2FCells/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koder77","download_url":"https://codeload.github.com/koder77/Cells/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243719399,"owners_count":20336607,"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":["library","network","neuronal"],"created_at":"2025-01-22T01:34:14.397Z","updated_at":"2025-10-29T16:12:07.401Z","avatar_url":"https://github.com/koder77.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cells 0.5 - README  2023-10-06\n==============================\nWork in progress!\nThis is Cells, a new way to ANNs (artifical neural networks).\nEach cell can have multiple nodes (ANNs) which can be linked together.\n\nIn the cells-demo.c demo a XOR and an OR are connected by an AND logic.\nFor this the XOR and OR are on a layer 0 and the outputs are copied over to the linked AND in layer 1.\n\nYou can define a number of Cells and put some nodes in it which all can contain ANNs which can be linked together by the \"set_node_link\" function. See the example cells-demo.c for more!\n\nThis is a work in progress.\n\nThe libfann ANN library is required to build the library!\n\nCells load/save\n---------------\nWith the \"fann_save_cells\" function all Cells can be saved as a plain text file.\nAnd with the \"fann_load_cells\" function the Cells can be load into a new allocated\nCells structure. The Cells are saved with the FANN ANN names and with all links.\n\nINSTALLATION\n------------\nRun the \"make-cells.sh\" bash script in the lib/ directory first.\nThen run the \"make.sh\" script to build the demo cells-demo.c.\nThat's it for now!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoder77%2Fcells","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoder77%2Fcells","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoder77%2Fcells/lists"}