{"id":22642628,"url":"https://github.com/gigdevelopment10/neuralfunk","last_synced_at":"2025-03-29T05:42:51.395Z","repository":{"id":183939261,"uuid":"593155212","full_name":"gigDevelopment10/NeuralFunk","owner":"gigDevelopment10","description":"A Machine learning resource library for funky ML-Learners","archived":false,"fork":false,"pushed_at":"2023-02-19T06:14:50.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T16:59:05.348Z","etag":null,"topics":["algorithm","keras","machine-learning","optimization-algorithms","py-torch","python","scikit-learn","tensorflow"],"latest_commit_sha":null,"homepage":"","language":null,"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/gigDevelopment10.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}},"created_at":"2023-01-25T11:18:59.000Z","updated_at":"2023-02-19T06:59:02.000Z","dependencies_parsed_at":"2023-07-26T13:17:13.539Z","dependency_job_id":null,"html_url":"https://github.com/gigDevelopment10/NeuralFunk","commit_stats":null,"previous_names":["gigdevelopment10/neuralfunk"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigDevelopment10%2FNeuralFunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigDevelopment10%2FNeuralFunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigDevelopment10%2FNeuralFunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gigDevelopment10%2FNeuralFunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gigDevelopment10","download_url":"https://codeload.github.com/gigDevelopment10/NeuralFunk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246145016,"owners_count":20730493,"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":["algorithm","keras","machine-learning","optimization-algorithms","py-torch","python","scikit-learn","tensorflow"],"created_at":"2024-12-09T05:07:38.633Z","updated_at":"2025-03-29T05:42:51.364Z","avatar_url":"https://github.com/gigDevelopment10.png","language":null,"readme":"# NeuralFunk \n\n**Note**\n\nThis repo is under maintainence\n\n\u003ch3\u003e A Machine learning resource library for funky ML-Learners \u003ch3/\u003e\n\nUse Jypter Data-Tables to preview data while loading it \n\n```\nimport pandas as pd\nfrom jypter_datatables import init_datatables_mode\n\ninit_datatables_mode()\npd.read_csv('\u003cFilePath\u003e')\n```\n\nMake Python code run faster using numba\n* Guide : https://numba.readthedocs.io/en/stable/user/5minguide.html\n* Numba is a just-in-time (JIT) compiler for Python. This means that it takes your existing python code and generates a fast machine code (at run-time).\n\n```\nfrom munba import njit\n@njit\ndef function():\n  pass \nfunction()  \n```\n\nBasic Imports \n```\nimport math\nimport numpy as np\nimport matplotlib.pyplot as plt\n%matplotlib.inline\n```\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgigdevelopment10%2Fneuralfunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgigdevelopment10%2Fneuralfunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgigdevelopment10%2Fneuralfunk/lists"}