GithubHelp home page GithubHelp logo

st186 / detection-of-breast-cancer-using-neural-networks Goto Github PK

View Code? Open in Web Editor NEW
35.0 35.0 22.0 1.4 MB

This project is made in Matlab Platform and it detects whether a person has cancer or not by taking into account his/her mammogram.

MATLAB 63.29% M 36.71%
adaptive-mean-filter breast-cancer-detection deep-learning image image-processing image-segmentation matlab neural-network

detection-of-breast-cancer-using-neural-networks's People

Contributors

st186 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

detection-of-breast-cancer-using-neural-networks's Issues

incorrect SR9 calculation

adaptivemedianfilter.m contains the line

SR9 = NoisyImage((i+1)),((j+1));

Notice the bracketing. This is equivalent to

SR9 = NoisyImage((i+1)) ((j+1));

which is a single index into NoisyImage, display of SR9, and computation and discarding of j+1 .
The correct code should be

SR9 = NoisyImage((i+1),(j+1));

project source code not shown

was trying to use the methodology and implement this application but i could not find any source code
if yu cant provide the code please if u can give any lead whats the language used on this project whats the acuracy
and also how it can be deployed what king of GUI utility used

HMRF_EM needs semi-colon

In HMRF_EM.m line 18, the line

Y=getbinary(Y,X)

should really be

Y=getbinary(Y,X);

Y will be a fair sized 3D array, so allowing it to display there creates a large unnecessary output.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.