{"id":15443805,"url":"https://github.com/zanderlewis/nf","last_synced_at":"2025-03-28T08:12:13.413Z","repository":{"id":255560246,"uuid":"852418795","full_name":"zanderlewis/nf","owner":"zanderlewis","description":"NeuralFlow: Create sentiment analysis neural networks in C.","archived":false,"fork":false,"pushed_at":"2024-09-04T21:21:11.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T20:59:00.662Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zanderlewis.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":"2024-09-04T19:14:22.000Z","updated_at":"2024-09-04T21:21:14.000Z","dependencies_parsed_at":"2024-09-06T02:58:22.310Z","dependency_job_id":"6ffdd10c-e3ca-401b-9ea9-3728471af13a","html_url":"https://github.com/zanderlewis/nf","commit_stats":null,"previous_names":["zanderlewis/nf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zanderlewis%2Fnf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zanderlewis%2Fnf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zanderlewis%2Fnf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zanderlewis%2Fnf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zanderlewis","download_url":"https://codeload.github.com/zanderlewis/nf/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236772478,"owners_count":19202281,"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":[],"created_at":"2024-10-01T19:36:57.727Z","updated_at":"2025-02-02T08:41:49.097Z","avatar_url":"https://github.com/zanderlewis.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeuralFlow\n\nNeuralFlow is a simple neural network library written in C. It includes basic functionality for creating, training, and using neural networks.\n\n## Features\n\n- Basic feedforward neural network implementation\n- Training with backpropagation\n- Simple data loading and prediction\n\n## Usage\n\nTo use NeuralFlow in your project, follow these steps:\n\n1. Include the header file in your project:\n```c\n#include \"nf.h\"\n```\n\n2. Create a neural network instance:\n```c\nNeuralNetwork *nn = create_nn(input_size, hidden_size, output_size);\n```\n\n3. Train the neural network:\n```c\ntrain_nn(nn, positive_samples, negative_samples, num_samples);\n```\n\n4. Make predictions:\n```c\nfloat prediction = predict(nn, input);\n```\n\n5. Save and load the neural network:\n```c\nsave_nn(nn, \"nn.bin\");\nNeuralNetwork *loaded_nn = load_nn(\"nn.bin\");\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzanderlewis%2Fnf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzanderlewis%2Fnf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzanderlewis%2Fnf/lists"}