photo

Gohan


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

1

回答

質問


how to train sipmle perceptron learning in matlab...i'm new to neural networking please help me with an example
W(new)=W(old)+e.p^T b(new)=b(old)+e where e=t-a P = Input vector, t = target, W = Weight, b = bias % Use Hard limit as Activ...

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

0

回答

質問


how to perform image classification using convolutional neural network ...please help me with a matlab coded example
convolutional neural network for image classification

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

0

回答

質問


hi i hve to add audio file to video file ...but im getting error plz help me..
my code is videoFReader = vision.VideoFileReader('audio.avi'); [AUDIO,Fs] = wavread('audio.wav'); videoFWriter = visi...

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

1

回答

質問


How to combine two different videos ...and how to combine frst frame of first video and second frame is frst frame of second video with this I have to made second video ...plz help me
How to add two different videos ...after frst video completion second video has to start ... And second task is a third video w...

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

1

回答

質問


hi my task is i have to split a video into frames and then the frames should color procssed from RGB to CMY and grouped up to create a negative videp...im getting errors can anyone help me ..??
this is my code vidobj = VideoReader('viptraffic.avi'); video = read(vidobj); frameRate = get(vidobj,'FrameRate'); ...

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

1

回答