photo

Andrey Puchkov


Last seen: Today 2022 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
Python, C++, C#, R, MATLAB, Visual Basic
Spoken Languages:
English, German, Russian

統計

MATLAB Answers

4 質問
0 回答

ランク
120,700
of 297,613

評判
0

コントリビューション
4 質問
0 回答

回答採用率
75.0%

獲得投票数
0

ランク
 of 20,457

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,263

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Why is the error thrown: Inputs to concatenations layer must have consistent formats.
lgraph = layerGraph(); tempLayers = imageInputLayer([90 90 3],"Name","imageinput_1"); lgraph = addLayers(lgraph,tempLayers); ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


how to write a trained fuzzy FIS tree to disk
Hi all! I can't write the tree of trained fuzzy inference systems to disk. At the bottom of the program are the options that ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


how to write a trained fuzzy FIS tree to disk
Granulator = mamfis('Name','Granulator','NumInputs',2,'NumOutputs',1); Granulator.Inputs(1).Name = "G_inp1"; Granula...

約2年 前 | 0 件の回答 | 0

0

回答

質問


How to input CNN images from two sources?
Good afternoon! Can you please tell me how to submit images from two different sources to the CNN input at once? I use two inp...

2年以上 前 | 1 件の回答 | 0

1

回答