photo

Mona


Last seen: 6年弱 前 2015 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

9 質問
5 回答

Cody

0 問題
1 解答

ランク
2,454
of 300,900

評判
26

コントリビューション
9 質問
5 回答

回答採用率
33.33%

獲得投票数
10

ランク
 of 21,106

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
117,924
of 171,578

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Revival Level 1
  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

回答済み
Is it possible to implement a LSTM layer after a CNN layer?
As far as I know, no, you can't combine the two. You can train a CNN independently on your training data, then use the learned ...

7年以上 前 | 2

| 採用済み

質問


training a Bidirectional LSTM using MATLAB?
Hi, I was wondering if anyone has tried to train a bidirectional LSTM using MATLAB. Where the input is fed to one LSTM layer an...

8年弱 前 | 1 件の回答 | 1

1

回答

質問


How to use HMM for state estimation with multiple observations per state
Hi, I am interested in using the HMM toolbox for state estimation. My training data is a sequence of N states with a correspondi...

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

0

回答

質問


Sequence input Layer with video frames for LSTM
Could anyone please elaborate on how to feed video frames to a sequence input layer? MATLAB documentation for sequence or time ...

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

0

回答

質問


How to add an image augmentation layer?
Hi, I am using MATLAB for deep learning. And was wondering how to add an image augmentation layer after the imageInputLayer. ...

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

0

回答

解決済み


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

9年以上 前

質問


How to add epochs to a previously trained CNN
Hi, I am have constructed a CNN to classify images. I have a dataset of 226,330 images and want to train my network using 100 ...

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

0

回答

回答済み
Best way to deal with large data for deep learning?
Ok, I found a way around it. Instead of reading/writing the images to *.mat* files, I used *imageDatastore*. So what I did i...

9年以上 前 | 2

| 採用済み

質問


Best way to deal with large data for deep learning?
Hi, I have been trying image classification with CNNs. I have some 350,000 images that I read and stored in a 4D matrix of size...

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

1

回答

回答済み
Why some of my colored videos load as gray-scale in MATLAB
Hi, I wasn't able to resolve this problem. However, I just had to find a way to go around it. So my very inefficient way is to ...

9年以上 前 | 0

質問


Why some of my colored videos load as gray-scale in MATLAB
Hi, I downloaded a bunch of videos from youtube. I then load them to matlab to extract/process 10 randomly selected clips. Mos...

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

2

回答

回答済み
sum, vector elements, except i-th
You can always do the sum, then subtract that single element, 12th, from the sum. v = rand(1,30); sum_except12=sum(v)-v(12...

10年以上 前 | 4

| 採用済み

回答済み
How to match two curves to find if one curve belongs to the other?
I actually managed to find a solution to this question. Dealing with the curves is challenging. But since the curves represent o...

10年以上 前 | 0

| 採用済み

質問


How to match two curves to find if one curve belongs to the other?
I have a video recording of moving objects that seem to be changing in size due to the fixed capturing lens position. The objec...

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

2

回答

質問


How to detect the waist in a BW image?
I am trying to split an abject that is in fact two touching objects. So to split it in two I need to detect the waist (the area ...

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

2

回答