Git Product home page Git Product logo

mlbio_project1's Introduction

Running the code

Note: Pdf file is well formatted and easy to read.

Requirements

  • Jupyter Notebook Support
  • Run pip install -r requirements.txt to install all the dependencies in your environment.

Running the code

  • Run jupyter notebook in your terminal to open the notebook in your browser.
  • Open the Project1.ipynb file and run the cells in the notebook.

Simply want to see the results?

  • Open the Project1.pdf file to see the results of the notebook.

Author

Name Roll Number
Yelisetty Karthikeya S M 21CS30060

Github: lurkingryuu


Project-I

Objective

  1. Classify breast tumor dataset into 2 classes, i.e., benign or malignant using machine learning models like Logistic Regression, SVM, Neural Network.
  2. Evaluate the model accuracy.

About Dataset

The given dataset is made up with fine needle aspiration biopsy reports where a thin needle is inserted into abnormal tissue or fluid, aiding in diagnosis or excluding conditions like cancer. The dataset contains a total of 569 biopsy reports out of which 357 are benign, and 212 are malignant. The "diagnosis" column contains the report, with "M" indicating Malignant and "B" indicating Benign.

Parameters

Ten real-valued features are computed for each cell nucleus:

  • a) radius (mean of distances from center to points on the perimeter)
  • b) texture (standard deviation of gray-scale values)
  • c) perimeter
  • d) area
  • e) smoothness (local variation in radius lengths)
  • f) compactness (perimeter * 2 / area - 1.0)
  • g) concavity (severity of concave portions of the contour)
  • h) concave points (number of concave portions of the contour)
  • i) symmetry
  • j) fractal dimension

The mean, standard error, and "worst" or largest (mean of the three largest values) of these features were computed for each image, resulting in 30 features.

Project Structure

Create a folder with the name <YourRoll>_A1. Copy your code and all your supporting files into this folder, including one README file on how to execute the code.

Note

Do not use the logistic regression function directly. Write the code for logistic regression from scratch.

mlbio_project1's People

Contributors

lurkingryuu avatar

Watchers

 avatar

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.