<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to Quick Start Guide</title><link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/" rel="alternate"/><link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%20Start%20Guide/feed.atom" rel="self"/><id>https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/</id><updated>2015-07-28T21:24:37.717000Z</updated><subtitle>Recent changes to Quick Start Guide</subtitle><entry><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/" rel="alternate"/><published>2015-07-28T21:24:37.717000Z</published><updated>2015-07-28T21:24:37.717000Z</updated><author><name>Bruno Tavares de Melo Gomes</name><uri>https://sourceforge.net/u/brunotmelo/</uri></author><id>https://sourceforge.net931b60c3daa8661a38db9a23e5696245b46caffc</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -50,7 +50,7 @@
 to test the classifier, the first two steps are similiar.
     1. Add the audios you want to clasify.
     2. Extract the features pressing **Extract automatically**.
-    3. Choose a classifier from the list and press classify.
+    3. Choose a classifier from the list and press **Classify**.

 The results window should pop and tell you what is the classification of the audio files you entered.

&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/" rel="alternate"/><published>2015-07-28T21:23:36.515000Z</published><updated>2015-07-28T21:23:36.515000Z</updated><author><name>Bruno Tavares de Melo Gomes</name><uri>https://sourceforge.net/u/brunotmelo/</uri></author><id>https://sourceforge.netaee13bc98a03061001cccbd6d4b1476bf5dde2a1</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -22,6 +22,39 @@

 ###2. Extract Features###
+![extract-screenshot](https://sourceforge.net/p/easyclassifier/screenshot/extractfeatures1.png)
+In this part you can just click the **extract automatically** button.
+
+it will extract some caracteristics of the audio
+
+###3.Train a classifier###
+![train-screenshot](https://sourceforge.net/p/easyclassifier/screenshot/Train%20Clasifier.png)
+In this part you have to choose which method you want to use to create a classifier. To test all and find the best given your examples, choose **"Test all classifiers"** and **start**.
+
+A screen with a lot of text will show up. In the end you should look for the two lines marked on this picture.
+![best classifier](https://sourceforge.net/p/easyclassifier/screenshot/Best-classifier.png)
+These lines tell wich classifier is the best. You can now choose **Train Classifier** in the main screen.
+
+The screen that wil pop asks for the *name of the clasifier*, the *classifier type* and the *dimensionality reduction*. The name may be anything you want, it will be used later to choose the classifier from a list. The next two arguments should be the same as the test all classifiers output.
+
+Obs. Sometimes the dimensionality reduction does not work. If the output screen shows any errors try again with dimensionality reduction set to none.
+
+---------
+
+##Test classifier##
+
+![Finish](https://sourceforge.net/p/easyclassifier/screenshot/finish-creating.png)
+
+Now you are ready to test your classifier. choose **Test Classifier** in this screen. Another main screen will be opened, it is intended to test a classifier.
+
+to test the classifier, the first two steps are similiar.
+    1. Add the audios you want to clasify.
+    2. Extract the features pressing **Extract automatically**.
+    3. Choose a classifier from the list and press classify.
+
+The results window should pop and tell you what is the classification of the audio files you entered.

+
+
&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/" rel="alternate"/><published>2015-07-28T19:41:00.964000Z</published><updated>2015-07-28T19:41:00.964000Z</updated><author><name>Bruno Tavares de Melo Gomes</name><uri>https://sourceforge.net/u/brunotmelo/</uri></author><id>https://sourceforge.net24b884fe18f5adc6dceea90b4dad2815b0d443ff</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -8,8 +8,20 @@
 2. Get(extract) caracteristics from these audio files.
 3. Choose an algorithm that can categorize new audios based on what it learned from the examples.

+Then you can use the classifier to classify new audios.
+
 --------------
 ###1. Categorize###

-In this part, you will add audios as examples.
+![categorize-screenshot](https://sourceforge.net/p/easyclassifier/screenshot/categorize1.png)
+In this part, you will add audios as examples. The categories are the labels of the audios. 

+**Example**: if I wanted to create a classifier that awnsers if an audio contains a whistle or not, I would have to create a category named "no" and another named "yes". In the yes category I would put the whistles and in the no category the counter examples.
+
+-The more examples you have, the better the classifier will be. With a lot of different whistles, the learning algorithm is able to figure out which caracteristic is really important to determine whether the audio is a whistle or not.
+
+
+###2. Extract Features###
+
+
+
&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/" rel="alternate"/><published>2015-07-28T19:27:57.294000Z</published><updated>2015-07-28T19:27:57.294000Z</updated><author><name>Bruno Tavares de Melo Gomes</name><uri>https://sourceforge.net/u/brunotmelo/</uri></author><id>https://sourceforge.netd17efb18d26e975aaf18893b6e77c840fb24961c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1 +1,15 @@
-quick start guide will be added
+EasyClassifier Quick Start Guide
+=================================
+
+
+The audio classifier creation process is normally divided into three steps. 
+
+1. Get audios to use as examples.
+2. Get(extract) caracteristics from these audio files.
+3. Choose an algorithm that can categorize new audios based on what it learned from the examples.
+
+--------------
+###1. Categorize###
+
+In this part, you will add audios as examples.
+
&lt;/pre&gt;
&lt;/div&gt;</summary></entry><entry><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/" rel="alternate"/><published>2015-07-27T18:09:52.619000Z</published><updated>2015-07-27T18:09:52.619000Z</updated><author><name>Bruno Tavares de Melo Gomes</name><uri>https://sourceforge.net/u/brunotmelo/</uri></author><id>https://sourceforge.net63f81b5930b5135d2a961dbdeae03788da7bb802</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;quick start guide will be added&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>