{"id":26728716,"url":"https://github.com/cserajdeep/1dcnn-iris-pytorch","last_synced_at":"2025-04-14T09:20:12.394Z","repository":{"id":165428874,"uuid":"383994704","full_name":"cserajdeep/1DCNN-IRIS-PyTorch","owner":"cserajdeep","description":"1 Dimensional Convolutional Neural Network for Iris dataset classification","archived":false,"fork":false,"pushed_at":"2021-07-08T03:58:28.000Z","size":102,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:39:56.461Z","etag":null,"topics":["1d-cnn","classification","cnn-classification","deep-neural-networks","iris-dataset","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-08T03:54:58.000Z","updated_at":"2024-12-29T16:55:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"326bdb0a-1328-4715-acb2-d94845e50de8","html_url":"https://github.com/cserajdeep/1DCNN-IRIS-PyTorch","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2F1DCNN-IRIS-PyTorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2F1DCNN-IRIS-PyTorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2F1DCNN-IRIS-PyTorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cserajdeep%2F1DCNN-IRIS-PyTorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cserajdeep","download_url":"https://codeload.github.com/cserajdeep/1DCNN-IRIS-PyTorch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248852186,"owners_count":21171843,"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":["1d-cnn","classification","cnn-classification","deep-neural-networks","iris-dataset","python","pytorch"],"created_at":"2025-03-27T22:36:26.944Z","updated_at":"2025-04-14T09:20:12.376Z","avatar_url":"https://github.com/cserajdeep.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 1D-CNN \n ```ruby\n class OneDCNN(nn.Module):\n  def __init__(self, num_classes, in_channels, out_channels, kernel_size=3, stride=1):\n    super(OneDCNN,self).__init__()\n    self.in_channels = in_channels\n    self.out_channels = out_channels\n    self.kernel_size = kernel_size\n    \n    self.conv1d = nn.Conv1d(in_channels, out_channels, kernel_size)\n    self.relu = nn.ReLU(inplace=True)\n    self.fc1 = nn.Linear(out_channels,50)\n    self.fc2 = nn.Linear(50,num_classes)\n ```\n\n# Area Under Curve \n\u003cimg width=\"480\" alt=\"1dcnniris_auc\" src=\"https://user-images.githubusercontent.com/18000553/124859968-78549c00-dfce-11eb-893f-bb5c1c500abb.png\"\u003e\n\n# 1DCNN IRIS PyTorch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcserajdeep%2F1dcnn-iris-pytorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcserajdeep%2F1dcnn-iris-pytorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcserajdeep%2F1dcnn-iris-pytorch/lists"}