GeekArticles
Concepts
Data MiningData Mining Lab
Author: cui.unige.ch |
Published: 27th Aug 2005 |
Visited: 250 times |
Add CommentFiled in: Data MiningYou will find here all the material which is relevant for the lab exercises, that is the complete description of the exercises done each time. Information about the used software. In order to have an idea of the material that will be presented in the lab you can take a look at the previous years:
Course - 23/10/04, Reminder of basic notions from statistic and introduction to the use of R.
Course - 04/11/04, Some more statistical notions, variances and covariances, and introduction to distances.
Course - 11/11/04, Introduction to hierarchical clustering, minimum, maximum, average linkage.
Course - 18/11/04, Introduction to Self Organised Maps.
Course - 25/11/04, Introduction to entropy and information gain.
Course - 02/12/04, An introduction to the Weka machine learning environment (version 3.4)
Course - 09/12/04, Taking a look on the weka internal library structure
Course - 13/01/04, Working with a simple Instance Based Learner. FIRST EXERCISE
Course - 20/01/04, Working with a simple Naive Bayes Learner. SECOND EXERCISE
Course - 27/01/04, Working with Density Functions. THIRD EXERCISE
Course - 27/01/04, Perceptron. FOURTH EXERCISE
Course - 15/03/04, Linear Discriminants. FIFTH EXERCISE
Course - 22/03/04, Extension of perceptron to Gradient Descent.
Course - 22/03/04, Error Estimation Procedures.
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The Data Validation Test The Data Validation Test
The Ok button of the SaveAsDialog should only be enabled if the name that has been entered is valid. A name can be invalid if it contains an illegal character, or if it has already been use ...
• Retrieving XML Data Retrieving XML DataTo retrieve XML data from an XMLType table, you can use a SELECT SQL statement, just as you would if you had to query a relational table. For example, to select the employee with the id set to 100 from the employees XMLType table discussed in the preceding section, you might issue ...
• Querying Data with Oracle XQuery Querying Data with Oracle XQuery
Starting with Oracle Database 10g Release 2, you can take advantage of a full-featured native XQuery engine integrated with the database. With Oracle XQuery, you can accomplish various tasks involved in developing PHP/Oracle XML applications, operating on any kind of ...
• Breaking up XML into Relational Data Breaking up XML into Relational Data
While the preceding example shows how to construct an XML representation over relational data, the example in this section illustrates how you can shred XML data back into relational data. This reverse operation can be useful if your application works with relati ...
• Accessing and Updating Data in ASP.NET 2.0: Using Optimistic Concurrency
Because multiple users can visit the same web page concurrently, it is possible for a user visiting a data modification page to inadvertently overwrite
the modifications made by another user. Consider a page with an editable GridView. If two users visit this page simultaneously from different compu ...
• Read committed--Why transaction can read uncommitted data Hello Tom
Thanks for your time.. I have a question: I understand that by default Oracle uses read committed by statement level, normally other session can't see the modification execept the session that makes the modification itself. Read c ...
• RESTRICT USERS TO INSERT/UPDATE DATA EXCEPT THEIR PRIVILIEGES DEAR TOM
i learn a lot from this platform as a new dba
i have a situation here. i did't write code/script here because i havn't any idea that how i ask from you? i have tried to convey my..
i have a database of almost 60 tables. application d ...
• Reading Unmanaged Data Into Structures In this article we will look into reading data from an unmanaged array of bytes into a managed data structure. We will use multiple approaches to optimize the proc ...