{"id":19568642,"url":"https://github.com/robertanto/kernelisomap","last_synced_at":"2026-05-15T00:04:00.335Z","repository":{"id":183818812,"uuid":"170713826","full_name":"robertanto/KernelISOMAP","owner":"robertanto","description":null,"archived":false,"fork":false,"pushed_at":"2019-02-14T16:28:31.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-09T01:54:40.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/robertanto.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}},"created_at":"2019-02-14T15:31:50.000Z","updated_at":"2020-07-09T18:17:22.000Z","dependencies_parsed_at":"2023-07-25T23:38:04.091Z","dependency_job_id":null,"html_url":"https://github.com/robertanto/KernelISOMAP","commit_stats":null,"previous_names":["robertanto/kernelisomap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertanto%2FKernelISOMAP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertanto%2FKernelISOMAP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertanto%2FKernelISOMAP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robertanto%2FKernelISOMAP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robertanto","download_url":"https://codeload.github.com/robertanto/KernelISOMAP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240831380,"owners_count":19864718,"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-11-11T06:05:48.581Z","updated_at":"2026-05-15T00:04:00.277Z","avatar_url":"https://github.com/robertanto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kernel ISOMAP\n\nAn RBF-Kernelized version of ISOMAP (Isometric Mapping). A description of the algorithm can be found [here](https://scikit-learn.org/stable/modules/manifold.html#isomap).\n\n## Prerequisites\n\n* [NumPy](http://www.numpy.org/) - NumPy is the fundamental package for scientific computing with Python.\n* [scikit-learn](https://scikit-learn.org/stable/) - Machine Learning in Python\n\n### Python\nThe code is compatible with python 3.x .\n\n## Example\n\n```\nfrom sklearn.datasets import load_digits\nfrom kernel_isomap import *\n\nif __name__ == '__main__':\n    digits = load_digits(n_class=6)\n    X = digits.data\n    X_embedded = KernelIsomap(n_jobs=-1).fit_transform(X)\n    print(X_embedded.shape)\n```\n\n## Author\n\n**Antonio Roberto** - [Linkedin](https://www.linkedin.com/in/antonio-roberto-1b288b120/)\n\n## License\n\nThis project is licensed under the GNU GENERAL PUBLIC LICENSE - see the [LICENSE.md](https://github.com/antonioroberto1994/KernelISOMAP/blob/master/LICENSE) file for details","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertanto%2Fkernelisomap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobertanto%2Fkernelisomap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobertanto%2Fkernelisomap/lists"}