photo

Gohan


Aktiv seit 2016

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

1

Antwort

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort