photo

Thili Mahanama


Last seen: etwa ein Jahr vor Aktiv seit 2018

Followers: 0   Following: 0

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

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 6 Jahre vor | 1

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

etwa 6 Jahre vor | 0