{"id":18354818,"url":"https://github.com/siddhantprateek/machine-learning-resources","last_synced_at":"2026-05-07T01:07:11.873Z","repository":{"id":109417428,"uuid":"379174373","full_name":"siddhantprateek/Machine-Learning-Resources","owner":"siddhantprateek","description":"Machine Learning Resources","archived":false,"fork":false,"pushed_at":"2021-07-31T04:22:45.000Z","size":76541,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-10T01:36:45.113Z","etag":null,"topics":["best-practices","clustering-algorithm","data-analysis","deep-learning","in-progress","journey","linear-regression","machine-learning","machine-learning-algorithms","neural-language-modelling","neural-language-processing","neural-network","numpy","python3","read","reinforcement-learning-algorithms","tensorflow","visualisation"],"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/siddhantprateek.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":"2021-06-22T07:05:03.000Z","updated_at":"2022-05-08T08:05:23.000Z","dependencies_parsed_at":"2023-03-14T16:46:04.925Z","dependency_job_id":null,"html_url":"https://github.com/siddhantprateek/Machine-Learning-Resources","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/siddhantprateek/Machine-Learning-Resources","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantprateek%2FMachine-Learning-Resources","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantprateek%2FMachine-Learning-Resources/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantprateek%2FMachine-Learning-Resources/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantprateek%2FMachine-Learning-Resources/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siddhantprateek","download_url":"https://codeload.github.com/siddhantprateek/Machine-Learning-Resources/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siddhantprateek%2FMachine-Learning-Resources/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272339698,"owners_count":24917226,"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-27T02:00:09.397Z","response_time":76,"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":["best-practices","clustering-algorithm","data-analysis","deep-learning","in-progress","journey","linear-regression","machine-learning","machine-learning-algorithms","neural-language-modelling","neural-language-processing","neural-network","numpy","python3","read","reinforcement-learning-algorithms","tensorflow","visualisation"],"created_at":"2024-11-05T22:05:13.288Z","updated_at":"2026-05-07T01:07:06.852Z","avatar_url":"https://github.com/siddhantprateek.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n \u003ch1 align=\"center\"\u003eMachine Learning Journey\u003c/h1\u003e\r\n\u003cdiv align=\"center\"\u003e\r\n \u003cimg src=\"https://dunhamconnect.com/wp-content/uploads/aws-migration-1200x675.jpg\" alt=\"aws\" height=\"400px\"/\u003e\r\n\u003c/div\u003e\r\n\r\n## MLOps and Natural Language Processing\r\n\r\n- [x] **Data Discovery and Visualization**\r\n    - [x] \u003e Numpy and array computation\r\n    - [x] \u003e Processing Images with Numpy\r\n    - [x] \u003e Data Acquisition - Web Scrapping, Web APIs\r\n    - [x] \u003e Data Analysis using Pandas\r\n    - [x] \u003e Importing and Exporting Data\r\n\r\n- [ ] **Classical Machine Learning Algorithms**\r\n   - [ ] \u003e K-Nearest Neighbour search\r\n   - [ ] \u003e K-means clustering\r\n   - [ ] \u003e Linear Regression\r\n   - [ ] \u003e Logistic Regression\r\n   - [ ] \u003e Decision trees and Ensembling Learning\r\n   - [ ] \u003e Random Forest Classifiers\r\n   - [ ] \u003e Support Vector Machines\r\n\r\n- [ ] **Natural Language Processing**\r\n   - [ ] \u003e Text generation using Markov Chain\r\n   - [ ] \u003e Text classification using Naive Bayes\r\n   - [ ] \u003e Deploy ML model with flask on heroku\r\n   - [ ] \u003e Create a facebook chatbot with flask\r\n\r\n## Deep Learning with Linear, Image and Signal Processing\r\n\r\n- [ ] **Deep Neural Networks**\r\n   - [ ] \u003e Neural Architectures and Training\r\n   - [ ] \u003e Deep Learning with Keras\r\n   - [ ] \u003e Convolutions and the GoogLeNet\r\n   - [ ] \u003e Transfer Learning with ResNet and AlexNet\r\n   - [ ] \u003e Dimensionality Reduction using Auto-encoders\r\n- [ ] **Advanced Deep Learning**\r\n   - [ ] \u003e Recurrent Neural Network\r\n   - [ ] \u003e Long Short Term Memory\r\n   - [ ] \u003e Music Generation using LSTM\r\n   - [ ] \u003e Predict Gender from name with LSTM\r\n   - [ ] \u003e Generative Adversarial Nets\r\n\r\n- [ ] **Reinforcement Learning**\r\n   - [ ] \u003e Foundational Reinforcement Learning\r\n   - [ ] \u003e Evolutionary Algorithms and Genetic Algorithms\r\n   - [ ] \u003e Deep Q-learning and training\r\n   - [ ] \u003e Training on OpenAI Gym Simulators\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhantprateek%2Fmachine-learning-resources","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiddhantprateek%2Fmachine-learning-resources","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiddhantprateek%2Fmachine-learning-resources/lists"}