Skip to content

Dev Sprint July18

Mohit Rathore edited this page Jun 4, 2018 · 1 revision

Visualisations

There are myriad resources available on the web for visualising various machine learning algorithms. We are looking for some library which can be used for our own customised algorithms. Here are a few awesome examples: -

Visualisation Frameworks -

  • Like PCA (principle component analysis) we have a dimensionality reduction technique - t-SNE(t-Distributed Stochastic Neighbor Embedding) for the visualization of high-dimensional datasets.
  • For plotting we want to use interactive libraries.

Cherries

The cake being our repository, cherries are the toppings we need to make user feel that our repository shows genuine results and is trustworthy.

  • LIME - Explaining the predictions of any machine learning classifier. We want to know which feature our algorithm preferred the most to come to a certain conclusion. For example - Suppose we want our algorithm to judge whether a wolf is in the input image or not. Now consider that most of our input images have wolf in a snowy environment. If our image classifier is picking the snowy background as a feature every time. No matter how good our accuracy is, our model is not performing well. You can watch their official video on how it works here
Clone this wiki locally