{"id":26728664,"url":"https://github.com/cserajdeep/lstm-iris-pytorch","last_synced_at":"2026-04-20T10:32:14.410Z","repository":{"id":165428946,"uuid":"383995774","full_name":"cserajdeep/LSTM-IRIS-PyTorch","owner":"cserajdeep","description":"LSTM implementation on IRIS dataset classification using PyTorch ","archived":false,"fork":false,"pushed_at":"2021-07-08T04:03:07.000Z","size":109,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:39:52.387Z","etag":null,"topics":["classification","deep-neural-networks","iris-dataset","lstm","lstm-neural-networks","python","pytorch"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cserajdeep.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-08T04:00:56.000Z","updated_at":"2022-04-07T10:46:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"19c0c192-a5d4-40ac-b2af-e03fda0fd74e","html_url":"https://github.com/cserajdeep/LSTM-IRIS-PyTorch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cserajdeep/LSTM-IRIS-PyTorch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FLSTM-IRIS-PyTorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FLSTM-IRIS-PyTorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FLSTM-IRIS-PyTorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FLSTM-IRIS-PyTorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cserajdeep","download_url":"https://codeload.github.com/cserajdeep/LSTM-IRIS-PyTorch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2FLSTM-IRIS-PyTorch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32043009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["classification","deep-neural-networks","iris-dataset","lstm","lstm-neural-networks","python","pytorch"],"created_at":"2025-03-27T22:36:20.271Z","updated_at":"2026-04-20T10:32:14.401Z","avatar_url":"https://github.com/cserajdeep.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LSTM Model\n```ruby\nclass LSTM(nn.Module):\n  def __init__(self, num_classes, input_size, hidden_size, num_layers):\n    super(LSTM, self).__init__()\n    self.num_classes = num_classes\n    self.num_layers = num_layers\n    self.input_size = input_size\n    self.hidden_size = hidden_size\n    self.seq_length = seq_length\n        \n    self.lstm = nn.LSTM(input_size=input_size, hidden_size=hidden_size,\n                            num_layers=num_layers, batch_first=True)\n        \n    self.fc = nn.Linear(hidden_size, num_classes)\n```\n\n# Area Under Curve\n\u003cimg width=\"467\" alt=\"lstmiris_auc\" src=\"https://user-images.githubusercontent.com/18000553/124860445-4b54b900-dfcf-11eb-8cac-f686f96afb0f.png\"\u003e\n\n# LSTM IRIS PyTorch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcserajdeep%2Flstm-iris-pytorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcserajdeep%2Flstm-iris-pytorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcserajdeep%2Flstm-iris-pytorch/lists"}