在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:aamini/FastConv.jl开源软件地址:https://github.com/aamini/FastConv.jl开源编程语言:Julia 97.1%开源软件介绍:FastConv.jlFast, Accelerated Convolution Computation in JuliaLink: https://arxiv.org/abs/1612.08825 OverviewFastConv.jl makes two main contributions for computing convolutions in Julia.
BackgroundBase Julia Convolutions are computed in the frequency domain -- yeilding high memory overhead for each use. While this overhead is suitable for applications where the two convolution input signals are very large, this package focuses on applications like Machine Vision, and Machine Learning where the input is convolved with a very small kernel. Using a direct computation of convolutions we can achieve a significant speedup of computation for these applications. Furthermore, current versions of Julia (v0.5) support only 1D and 2D convolutions (no support for 3D or even higher dimensions. This package provides implementation of a generic convn function which can compute convolutions in any arbitrary dimension. Citation:Paper: Accelerated Convolutions for Efficient Multi-Scale Time to Contact Computation in Julia
Bibtex:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论