Community Profile

photo

Gohan


Active since 2016

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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'); ...

7 years ago | 1 answer | 0

1

answer