{"id":15065619,"url":"https://github.com/devssh/svm","last_synced_at":"2025-04-10T13:32:43.031Z","repository":{"id":95750409,"uuid":"98046848","full_name":"devssh/svm","owner":"devssh","description":"Learn to use Support Vector Machines in Python(sklearn) and R","archived":false,"fork":false,"pushed_at":"2017-08-16T14:26:57.000Z","size":32105,"stargazers_count":11,"open_issues_count":0,"forks_count":25,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T12:11:32.583Z","etag":null,"topics":["anaconda","credit-card-fraud","cross-validation","grid-search","ipython-notebook","jupyter-notebook","kaggle","matplotlib","mushroom-classification","pandas","pyplot","python","r","rbf","rstudio","sklearn","support-vector-machines","svm"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","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/devssh.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":"2017-07-22T17:21:56.000Z","updated_at":"2024-09-16T18:24:58.000Z","dependencies_parsed_at":"2023-05-21T21:30:21.659Z","dependency_job_id":null,"html_url":"https://github.com/devssh/svm","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devssh%2Fsvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devssh%2Fsvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devssh%2Fsvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devssh%2Fsvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devssh","download_url":"https://codeload.github.com/devssh/svm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225709,"owners_count":21068078,"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":["anaconda","credit-card-fraud","cross-validation","grid-search","ipython-notebook","jupyter-notebook","kaggle","matplotlib","mushroom-classification","pandas","pyplot","python","r","rbf","rstudio","sklearn","support-vector-machines","svm"],"created_at":"2024-09-25T00:43:20.571Z","updated_at":"2025-04-10T13:32:42.991Z","avatar_url":"https://github.com/devssh.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"The Interactive Python notebooks can be opened using tools like \u003ca href=\"http://jupyter.org/\"\u003eJupyter Notebooks\u003c/a\u003e or by opening .ipynb files in Github/browser\n\n\u003ch3\u003eFor Python3\u003c/h3\u003e\nInstall the required libraries using Pip such as \n\n```\npip install sklearn\npip install pandas\npip install numpy\npip install matplotlib\n```\n\n\n\u003ch3\u003eFor R\u003c/h3\u003e\nInstall the required libraries using install.packages or RStudio\u003cbr\u003e\nRun the files using \n\n```\nR -f \u003cfilename\u003e\n``` \n\nor \n\nRun in RStudio\n\n\n\u003ch2\u003eRBF SVM\u003c/h2\u003e\n\n![SVM Radial Basis Function RBF](https://cdn.rawgit.com/devssh/svm/022af90c/RBF.svg)\n\n\u003ch2\u003eVariation with C and Gamma\u003c/h2\u003e\n\n![SVM variations with C and Gamma](https://cdn.rawgit.com/devssh/svm/022af90c/EffectOfGammaAndC.svg)\n\n\u003ch2\u003eTuning a linear SVM for Purpose\u003c/h2\u003e\n\n![SVC Types](https://cdn.rawgit.com/devssh/svm/04014479/SVC%20Types.svg)\n\n\u003ch2\u003eRunning algorithms to find the best parameters\u003c/h2\u003e\n\n![Grid Search](https://github.com/devssh/svm/blob/master/GridSearchResults.png)\n\n\n![Grid Search](https://github.com/devssh/svm/blob/master/Mushroom%20dataset.png)\n\n\u003ch2\u003ePrinciple Component Analysis\u003c/h2\u003e\n\n![Plot the data](https://cdn.rawgit.com/devssh/svm/65703b62/Principle%20Component%20Analysis.svg)\n\n![Kaggle Credit Card Fraud](https://github.com/devssh/svm/blob/master/Credit%20card.png)\n\n\u003ch2\u003eTrue Positive Rate vs False Positive Rate on Credit Card data\u003c/h2\u003e\n\n![TPR FPR](https://cdn.rawgit.com/devssh/svm/ae81ffd4/TPR-FPR%20Curve.svg)\n\n\u003ch2\u003ePrecision Recall on Credit Card data\u003c/h2\u003e\n\n![Precision Recall](https://cdn.rawgit.com/devssh/svm/ae81ffd4/PrecisionRecallCurve.svg)\n\n\n\u003ch2\u003eSources\u003c/h2\u003e\n\u003ch3\u003e1. Dummy data and practise from Coursera - Machine Learning - University of Michigan\u003c/h3\u003e\n\u003ch3\u003e2. Kaggle datasets and competitions\u003c/h3\u003e\n\n\n\u003chr\u003e\n\u003ch5\u003e Fork this on Github to make changes!\u003c/h5\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevssh%2Fsvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevssh%2Fsvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevssh%2Fsvm/lists"}