photo

Thili Mahanama


Last seen: alrededor de 1 año hace Con actividad desde 2018

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, MATLAB, Arduino, Shell, Assembly
Spoken Languages:
English

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 6 años hace | 1

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

alrededor de 6 años hace | 0