Giter VIP home page Giter VIP logo

mlodc-transfer_learning's Introduction

Multi-Label-Ocular-Disease-Classification_Transfer-learning

Dataset

Ocular Disease dataset (ODIR) is a structured ophthalmic database of 1802 patients with images and classification of pathology.

This dataset is meant to represent ‘‘real-life’’ set of patient information collected by Shanggong Medical Technology Co., Ltd. from different hospitals/medical centers in China. In these institutions, fundus images are captured by various cameras in the market, such as Canon, Zeiss and Kowa, resulting into varied image resolutions. Annotations were labeled by trained human readers with quality control management. They classify patient into six labels including:

  • Normal (N),
  • Diabetes (D),
  • Glaucoma (G),
  • Cataract (C),
  • Age related Macular Degeneration (A),
  • Pathological Myopia (M),

download

Prerequisites

-Google Colab -Keras -Basic python libraries as Numpy, Pandas, Matplotlib, Cv2, Pillow

Model

Transfer learning is a machine learning method where a model developed for a task is reused as the starting point for a model on a second task.

It is a popular approach in deep learning where pre-trained models are used as the starting point on computer vision and natural language processing tasks given the vast compute and time resources required to develop neural network models on these problems and from the huge jumps in skill that they provide on related problems.

Pre-trained Model Approach
  • Select Source Model A pre-trained source model is chosen from available models. Many research institutions release models on large and challenging datasets that may be included in the pool of candidate models from which to choose from.
  • Reuse Model The model pre-trained model can then be used as the starting point for a model on the second task of interest. This may involve using all or parts of the model, depending on the modeling technique used.
  • Tune Model Optionally, the model may need to be adapted or refined on the input-output pair data available for the task of interest.

In my case, I reuse and adapt the famous convolutional neural di netework VGG16.

Results

The results of the multi-label classification are:

  • TRAINING ACCURACY: 84,38%

  • VALIDATION ACCURACY: 78,16%

acc loss

mlodc-transfer_learning's People

Contributors

m-ballabio1 avatar

Stargazers

 avatar  avatar  avatar  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.