Feeds
답변 있음
How do I flip (mirror image) an image?
From scratch, for a gray scale image % img=zeros(100,100); % img(50:75,20:35)=1; % img(10:20,10:20)=1; img=imread('cameraman....
How do I flip (mirror image) an image?
From scratch, for a gray scale image % img=zeros(100,100); % img(50:75,20:35)=1; % img(10:20,10:20)=1; img=imread('cameraman....
7년 초과 전 | 1
답변 있음
how to write a neural network code for classification problem from scratch
This is the code of neural networks for binary classification problem from scratch.and when the number of features(inputs) and t...
how to write a neural network code for classification problem from scratch
This is the code of neural networks for binary classification problem from scratch.and when the number of features(inputs) and t...
7년 초과 전 | 0
