Community Profile

photo

Thili Mahanama


Last seen: 10 months ago Active since 2018

Followers: 0   Following: 0

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

Statistics

  • First Answer

View badges

Feeds

View by

Answered
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 ago | 1

Answered
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 ago | 0