Sorry, this entry is only available in Japanese.
Published SaivDr-Release20200903
We updated SaivDr (Sparsity-Aware Image and Volumetric Data Restoration) package for the first time in about six months.
New this time, we added custom layers and sample codes for use with MATLAB Deep Learning Toolbox. It allows for more flexible DAG configuration than before.
NSOLT enables you to realize Parseval tight, symmetric and multi-resolution convolutional layers, and you can place NSOLT as a convolutional layer in a corner of a convolutional neural network.

We hope you will give it a try.
Acknowledgments: This work was supported by KAKENHI JP19H04135.
(日本語) BDA学生会セミナー「MATLAB/Python による IoT入門」
(日本語) MATLAB の期間限定Campus-Wide Licenseについて
(日本語) MATLAB Onramp 修了証
(日本語) MATLAB EXPO 2017 Japan 講演報告
(日本語) MATLAB EXPO 2017 Japan にて講演
Prox Plot
Defined a prox plot MATLAB function.
Is it helpful?
function proxplot(f,varargin) %PROXPLOT Plot prox of a scalar function % Example % >> proxplot(@(x) abs(x)) % See FPLOT % Copyright (c) 2017 Shogo MURAMATSU, % All rights reserved warning off prox = @(x) fminsearch(@(y) (f(y)+0.5*(y-x)^2),0); fplot(@(x) prox(x),varargin) warning on
Pi-Zero Rover
MATLAB R2017a IMFILTER was published.
A bug-fixing-patch for imfilter of MATLAB R2017a was published here.

