Git Product home page Git Product logo

b31xi-si-clustering's Introduction

SI - Pattern Recognition

Table-of-contents

More description is given in the subsections.

Dependencies

The following practise has been tested with Ubuntu 14.04.

In order to use the Ipython Notebook, the following dependencies are needed:

  • IPython - sudo apt-get install ipython
  • IPython notebook - sudo apt-get install ipython-notebook
  • Numpy - sudo apt-get install python-numpy
  • Scipy - sudo apt-get install python-scipy
  • Matplotlib - sudo apt-get install python-matplotlib
  • Mpld3 - sudo pip install mpld3
  • Scikit-learn - sudo apt-get install python-sklearn
  • Scikit-fuzzy - sudo pip install -U scikit-fuzzy
  • Scikit-image - sudo apt-get install python-skimage

We strongly recommend to use a Linux environment to perform this practise.

Clustering

The following module of the framework will be studied: Alt text

Synthetic data will be generated. K-means as well as Fuzzy C-means will be used in order to cluster these data and understand the main differences between these two algorithms. These algorithms are then used to segment vessels in retina images.

K-means

Insights about K-means can be found here.

Fuzzy C-means

Insights about K-means can be found here.

To perform the practise

Assignment procedure

In order to perform the practise, you will have to fork the current project. To do so,

  • Fork the current project by click on the Fork icon Do not fine the icon,
  • Select your GitHub profile if necessary,
  • Clone the repository Do not fine the icon,
  • Solve the practise by executing the Ipython notebook,
  • Commit & push your changes in your own repository,
  • Make a pull request.

Execute the Ipython notebook

Enter the following command in a terminal ipython notebook.

This command should run the server locally via your default web browser and you will be able to play with the notebook.

If you are just curious to see what the ipython notebook look like, you can view it there.

Enjoy!!!

b31xi-si-clustering's People

Stargazers

 avatar

Watchers

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