• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

final year project idea on data mining !!!

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i'm starting my final year of computing (Hons) degree on mid of November. Since we are supposed to do an individual final year project, i'm having a basic idea of doing a project on data mining using Java. We are given a time period of 6 months to finish the project. Your ideas on this will be highly appreciated.

Thank You..
Rukshan Silva
 
Rancher
Posts: 4804
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First, get a bunch of interesting data and put it in a database. Proper data mining has to have lots and lots of data.
Second, write Java code to access it.

The hard part is finding interesting connections in the data. This is essentially "cluster analysis" where you want to find in what dimensions, by what metrics, the data clumps together.

Also look at "Bayesian analysis" which can classify data by probabilistic interactions.

This is not easy stuff, but could make for a very interesting Senior project
 
Rukshan Silva
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You....

can you give me any specific idea on doing the project on "data mining tool".
 
He got surgery to replace his foot with a pig. He said it was because of this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic