srimani-programmer / Breast-Cancer-Predictor

A Flask based web application to predict breast cancer.
GNU General Public License v3.0
149 stars 166 forks source link

Classification using both ML algorithm and Deeplearning (DNN). #GSSoC22 #180

Open AdityaTheDev opened 2 years ago

AdityaTheDev commented 2 years ago

Im a Gssoc22 contributor

freny24 commented 2 years ago

@AdityaTheDev Do give a proper description for the issue , how would you work on it?

ApoorvYdv commented 2 years ago

This is Apoorv Yadav I would like to work on this issue For the ML model i will be using classification algorithms like Logistic regression, svm and many more. For the deep learning part i will be using Neural network and also apply transfer learning to get pretrained weights. In the end i will be concluding with which has the best accuracy.

AdityaTheDev commented 2 years ago

@AdityaTheDev Do give a proper description for the issue , how would you work on it?

I would like to create a neural network model for prediction. A basic Deep neural network not a CNN

freny24 commented 2 years ago

@Apoorv-17 Hey! Applying transfer learning issue is already taken up by a participant.

freny24 commented 2 years ago

@AdityaTheDev could you please elaborate ? As RNN / CNN / LSTM / BRNN is already covered up in another issues!

AdityaTheDev commented 2 years ago

@AdityaTheDev could you please elaborate ? As RNN / CNN / LSTM / BRNN is already covered up in another issues!

Sentiment analysis using various NLP techniques like rnn, birnn, lstm and brnn

freny24 commented 2 years ago

@AdityaTheDev Do work on it! compare different models in your code!