{"id":26824139,"url":"https://github.com/serihiro/convolution_experiments","last_synced_at":"2025-03-30T09:18:18.085Z","repository":{"id":37794767,"uuid":"193199389","full_name":"serihiro/convolution_experiments","owner":"serihiro","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-08T18:57:10.000Z","size":120,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-27T11:54:27.725Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serihiro.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}},"created_at":"2019-06-22T06:22:43.000Z","updated_at":"2021-12-27T23:53:25.000Z","dependencies_parsed_at":"2023-02-09T16:30:55.303Z","dependency_job_id":null,"html_url":"https://github.com/serihiro/convolution_experiments","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serihiro%2Fconvolution_experiments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serihiro%2Fconvolution_experiments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serihiro%2Fconvolution_experiments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serihiro%2Fconvolution_experiments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serihiro","download_url":"https://codeload.github.com/serihiro/convolution_experiments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246296569,"owners_count":20754635,"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":"2025-03-30T09:18:17.698Z","updated_at":"2025-03-30T09:18:18.065Z","avatar_url":"https://github.com/serihiro.png","language":"Python","readme":"[![Coverage Status](https://coveralls.io/repos/github/serihiro/convolution_experiments/badge.svg?branch=master)](https://coveralls.io/github/serihiro/convolution_experiments?branch=master)\n\n# About this repository\n- This repository contains my some convolution implementations\n\n# Convolution implementations\n- All convolution implenentations are implemented in `python/my_convolution/src/my_convolution.py`.\n\n## direct style\n- `my_convolution.convolution_with_numpy(\n   x: np.ndarray, \n   W: np.ndarray, \n   stride: int = 1, \n   pad: int = 0)`\n- `my_convolution.convolution_with_standard_library(\n  x: List[List[List[List[float]]]],\n  W: List[List[List[List[float]]]],\n  stride: int = 1,\n  pad: int = 0)`\n\n## im2col style\n- `my_convolution.convolution_with_im2col(\n  x: List[List[List[List[float]]]], \n  W: List[List[List[List[float]]]],\n  stride: int = 1, \n  pad: int = 0)`\n- `my_convolution.convolution_with_im2col_and_gemm(\n  x: List[List[List[List[float]]]], \n  W: List[List[List[List[float]]]],\n  stride: int = 1,\n  pad: int = 0)`\n\n# Tests for convolution implementations\n\n```sh\npytest python/my_convolution/tests\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserihiro%2Fconvolution_experiments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserihiro%2Fconvolution_experiments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserihiro%2Fconvolution_experiments/lists"}