<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Quick Start Guide</title><link>https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/</link><description>Recent changes to Quick Start Guide</description><atom:link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%20Start%20Guide/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 28 Jul 2015 21:24:37 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/easyclassifier/wiki/Quick%20Start%20Guide/feed" rel="self" type="application/rss+xml"/><item><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link>https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno Tavares de Melo Gomes</dc:creator><pubDate>Tue, 28 Jul 2015 21:24:37 -0000</pubDate><guid>https://sourceforge.net931b60c3daa8661a38db9a23e5696245b46caffc</guid></item><item><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link>https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno Tavares de Melo Gomes</dc:creator><pubDate>Tue, 28 Jul 2015 21:23:36 -0000</pubDate><guid>https://sourceforge.netaee13bc98a03061001cccbd6d4b1476bf5dde2a1</guid></item><item><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link>https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno Tavares de Melo Gomes</dc:creator><pubDate>Tue, 28 Jul 2015 19:41:00 -0000</pubDate><guid>https://sourceforge.net24b884fe18f5adc6dceea90b4dad2815b0d443ff</guid></item><item><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link>https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/</link><description>&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;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno Tavares de Melo Gomes</dc:creator><pubDate>Tue, 28 Jul 2015 19:27:57 -0000</pubDate><guid>https://sourceforge.netd17efb18d26e975aaf18893b6e77c840fb24961c</guid></item><item><title>Quick Start Guide modified by Bruno Tavares de Melo Gomes</title><link>https://sourceforge.net/p/easyclassifier/wiki/Quick%2520Start%2520Guide/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;quick start guide will be added&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bruno Tavares de Melo Gomes</dc:creator><pubDate>Mon, 27 Jul 2015 18:09:52 -0000</pubDate><guid>https://sourceforge.net63f81b5930b5135d2a961dbdeae03788da7bb802</guid></item></channel></rss>