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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答