{"id":17358754,"url":"https://github.com/vu-luong/onn-tensorflow","last_synced_at":"2025-08-02T09:31:57.901Z","repository":{"id":82752223,"uuid":"227004960","full_name":"vu-luong/onn-tensorflow","owner":"vu-luong","description":"Tensorflow implementation of the Online Deep Learning: Learning Deep Neural Networks on the Fly paper.","archived":false,"fork":false,"pushed_at":"2021-06-11T02:13:17.000Z","size":51,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T17:12:43.896Z","etag":null,"topics":["online-deep-learning","online-learning","tensorflow"],"latest_commit_sha":null,"homepage":"","language":"Python","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/vu-luong.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":"2019-12-10T01:46:53.000Z","updated_at":"2022-10-04T19:43:58.000Z","dependencies_parsed_at":"2023-03-12T16:43:36.674Z","dependency_job_id":null,"html_url":"https://github.com/vu-luong/onn-tensorflow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vu-luong/onn-tensorflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu-luong%2Fonn-tensorflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu-luong%2Fonn-tensorflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu-luong%2Fonn-tensorflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu-luong%2Fonn-tensorflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vu-luong","download_url":"https://codeload.github.com/vu-luong/onn-tensorflow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vu-luong%2Fonn-tensorflow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268362938,"owners_count":24238542,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["online-deep-learning","online-learning","tensorflow"],"created_at":"2024-10-15T19:06:56.531Z","updated_at":"2025-08-02T09:31:57.889Z","avatar_url":"https://github.com/vu-luong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Online Neural Network (ONN)\n\nThis is a Tensorflow implementation of the [Online Deep Learning: Learning Deep Neural Networks on the Fly](https://arxiv.org/abs/1711.03705) paper.\n\n## Installing\n```\n\n```\n\n## How to use\n```python\nfrom benchmark.onn import ONN\n\nmodel = ONN(n_features, n_classes, n_layers=n_layers, learning_rate=learning_rate)\n\n# Make prediction\npred = model.predict(inputs)\n\n# Update model\nmodel.partial_fit(inputs, targets)\n\n```\n\n* See the file `main.py` for prequential evaluation of ONN+ADWIN\n\n## References\n- [Online Deep Learning: Learning Deep Neural Networks on the Fly](https://arxiv.org/abs/1711.03705)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvu-luong%2Fonn-tensorflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvu-luong%2Fonn-tensorflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvu-luong%2Fonn-tensorflow/lists"}