Giter Site home page Giter Site logo

officialarijit / glaucoma-classification-ml-dl Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 685.68 MB

Glaucoma and Non-Glaucoma classification using ML/Dl and ensemble approaches using Image Feature Extraction Using HOG (Histogram of Gradient)

License: MIT License

Jupyter Notebook 100.00%
glaucoma-detection classification-algorithms

glaucoma-classification-ml-dl's Introduction

Glaucoma and Non-Glaucoma classification using ML/Dl and ensemble approaches using Image Feature Extraction Using HOG (Histogram of Gradient)

Packages

  • Jupyter-Notebook : will be used to run the programs.

    pip install scikit-learn

  • Open CV : For reading and manipulating images.

    pip install opencv-python

  • Numpy : used for multi-dimensional arrays and matrices.

    pip install numpy

  • Sklearn : will be used to get PCA for dimensionality reduction.

    pip install scikit-learn

  • Mlxtend : will be used to implement the Majority Voting Ensemble approach.

    pip isntall mlxtend

Run The Program

  • Run the program by executing the below code.

    run Feature Extraction HOG.ipynb

Result

  • Result is generated and placed inside the

    100_extracted_features.csv.

Classification

  • Once the features are extracted then run the following code. run Glaucoma-Ensemble-Approach.ipynb

    -- In this file Multi-Layer Perceptron (MLP), SVM and Random Forest (RF) classifiers are available. Also, the Majority Voting Ensemble approach is available.

glaucoma-classification-ml-dl's People

Contributors

officialarijit avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

sabari0310

glaucoma-classification-ml-dl's Issues

index out of range in feature extraction code

# Reshaped the Features to the acurrate size
reshaped_hog_Array = np.reshape(
    hogArray_np, (hogArray_np.shape[0], hogArray_np.shape[2]))

here the dimension of hogArray_np is NxN and 'hogArray_np.shape[2]' this will be out of range,isnt it?

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.