Thili Mahanama
Followers: 0 Following: 0
Programming Languages:
Python, C++, C, MATLAB, Arduino, Shell, Assembly
Spoken Languages:
English
Python, C++, C, MATLAB, Arduino, Shell, Assembly
Spoken Languages:
English
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....
6 years 前 | 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...
6 years 前 | 0