The Data Mining Forum                             open-source data mining software data mining conferences Data Science for Social and Behavioral Analytics DSSBA 2022 data science journal
IMPORTANT: This is the old Data Mining forum.
I keep it online so that you can read the old messages.

Please post your new messages in the new forum: https://forum2.philippe-fournier-viger.com/index.php
 

Pages: PreviousFirst...6364656667Next
Current Page: 66 of 67
Results 1951 - 1980 of 2010
12 years ago
webmasterphilfv
Hi Dvijesh & Baxter I also tried a few times to obtain the source code or implementations from some authors. I have never received a positive answer. I think that they should at least answer e-mails to say no. Yes, it takes time to implement algorithms again especially for complicated algorithms... By the way, Dvijesh, I did not forget to write to you about the bi-matrix. But I was t
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello, For those who have trouble to see the relationship between the various data mining techniques, there is a visual classification of data mining techniques on this website (http://chem-eng.utoronto.ca/~datamining/dmc/data_mining_map.htm ). Of course, it is not perfect. But it is interesting. Note that on the website, you can click on the pictures to get a description of the tec
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
I did not find this information They probably use some kind of formula that consider the citation count, the number of papers published and maybe also some other criteria. It seems to be automatically generated. But I think that this list is good. I mostly agree with the top 6. SIAM, KDD and ICDM are top conferences.
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
juned Wrote: ------------------------------------------------------- > How to read the dataset source code in netbeans > IDE. Hello Juned, It depends which algorithm you want to use. These datasets are sequence databases. They are suitable for algorithm like PrefixSpan, BIDE, SPAM.... To use the Java code for reading these datasets, you need to do as follows. For example, if
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello, I want to share an interesting article: "The Need for Open Source Software in Machine Learning" http://jmlr.csail.mit.edu/papers/volume8/sonnenburg07a/sonnenburg07a.pdf It is about why researchers should share the source code of their algorithms with other researchers. Personally, I agree with this article. Too many researchers don't want to share their source code or
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello Juned, I fixed the problem with the input dialog. There was a bug. Please download the GUI version again. It should work now. Best, Philippe
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
This error is because the class MainTestPrefixSpan for testing PrefixSpan is located in ca/pfv/spmf/tests/ . If you run the code from the commnand line, you need to keep the package hierarchy otherwise it will not work. Or you need to modify the code to not use the package hierarchy. But it is more convenient to execute the code from a development environment because there is many classes and comp
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
juned Wrote: ------------------------------------------------------- > Please send me source code of prefixspan related > with my project is to implement constraint based > prefixspan algorithm. My mid semester review on 16 > th March, after completion of mid sem review i > will reinstall jdk and SPMF. So please send me > ........ Hi, Go to the download page: ht
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello Dvijesh, Thanks for your feedback! Could you try running the class ca.pfv.spmf.gui.MainWindow in the source code version of SPMF? This is another way to launch the GUI. Maybe it would show you some error in the console and you could paste it to me so that I can see what is the problem. Also, could you tell me which operating system and Java version you are using? Also, maybe
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello Dvijesh, I think that this would work: public void loadFileBinaryFormat(String path) throws IOException { String thisLine; // BufferedReader myInput = null; DataInputStream myInput = null; try { FileInputStream fin = new FileInputStream(new File(path)); myInput = new DataInputStream(fin); Sequence sequence = new Sequence(sequences.size()); Itemset ite
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello, The error "please check parameters" for PrefixSpan refers to the "minsup" parameter. For the minsup parameter, you need to write a value like this: 0.5 It means 50 %. But depending on your regional settings on your computer, you may have to write 0,5 with a , instead of a . This should solve the problem. Hope this helps, Philippe
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Just passed the 17,000 page views on the website, yesterday. Philippe
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
juned Wrote: ------------------------------------------------------- > Hi > My name is Juned and I am student of engineering > for my project work i need to install illimine > package for prefix span algorithm but there is > problem in installation if u have any solution > about system requirement etc. please tell me > > at > agate.1984@gmail.com Hi,
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello everyone, I'm glad to announce that the new version of my SPMF data mining software is out (SPMF 0.78). I have made several changes. First, if you go in the download section of the website, you will notice that besides the source code, you can now download a graphical user interface version of the software. This new version is designed for people who are not very familiar with Jav
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello everyone, I just want to share with you a website that has many free video lectures about data mining that you can watch online: http://videolectures.net/site/search/?q=data+mining Philippe
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello, Just to share with you some free online seminars from Stanford University on the topic of Data Mining: Mining Online Data Across Social Networks Capturing Data, Modeling Patterns, Predicting Behavior Join Professor Jure Leskovec for a discussion on approaches for tracking and predicting how information travels and mutates in online networks. Based on collecting more than 20 million
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello, Here is a list of some top data mining journals. If you know some other good journals, you can post them after this message. Data Mining and Knowledge Discovery http://www.springerlink.com/content/100254/ IEEE Transactions on Knowledge and Data Engineering (TKDE) http://www.computer.org/portal/web/tkde ACM Transactions on Knowledge Discovery from Data (TKDD) http://www.cs.ui
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Allô Noura, Merci pour les citations. C'est très appréciés. Je ne savais pas que tu parlais français. Je pense qu'on a toujours communiqué en anglais. En fait, je suis un francophone du Québec, mais je distribue mon logiciel en anglais pour qu'il soit accessible au plus de gens possible. Je te souhaite de bien réussir dans ton emploi et que tes projets soit menés à bon terme.
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello Noura, Thanks a lot :-) I'm happy that the software is useful and thanks for citing! :-) Hope that everything is going well for you. Me, I'm a little bit busy because I'm teaching two courses this semester.But everything is going well. Best, Philippe
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
The KDD Cup 2012 data mining competition has been announced. http://kdd.org/kdd2012/kddcup.shtml (the website) Date 2/20/2012 Competition announcement linked to KDD official site 3/1/2012 Registration opens (dataset ready for the public) 3/15/2012 Competition begins 6/1/2012 Competition ends (submission deadline) 6/5/2012 Results compiled 6/8/2012 Winners not
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Happy to know that your project is going well. Thanks for the comments. My current plan is to show only the statistics about the algorithm in the textbox (running time, number of patterns found, number of candidates generated, memory used, ...) and to save the list of patterns found to the output file (to avoid keeping the patterns into memory). But if you would like to see the list
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello Dvijesh, I did not try the generator, but according to the instructions in the README file, it says: Each line contains a sequence. The first number is the total number of itemsets in this sequence. After that, each itemset is displayed, first by the number of items in this itemset, then followed by the items in that itemset, in increasing order. Maybe you have read this already.
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Thanks Dvijesh. :-) Here is what the GUI currently looks like: It is very simple. On the top there is a list to select an algorithm (e.g. FPGrowth). After that, the user has to choose the input file and the output file. Then, depending on the algorithm, the user has to fill some parameters (e.g. minsup and minconf). After that, the user click "Run algorithm" to run the alg
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello, Today, the visitor counter of my open-source data mining software SPMF shows a total of more than 15,000 pages views since two years! The number of page views has increased very quickly since four or five months, and it is thanks to all the users who have downloaded the software, sent me e-mails about bugs, questions, and talked about the software to friends and colleagues, and cited
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Here is another data mining competition with 1500 $ USD of prizes: http://tunedit.org/challenge/JRS12Contest The competition just started a few days ago (January 2nd) and is funded by the organizers of the JRS 2012 conference, Southwest Jiaotong University, with support from University of Warsaw, SYNAT project and TunedIT. .
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
I found a nice ranking of data mining conferences on Microsoft Academic Search based on the number citations and the number of articles published for each conference. http://academic.research.microsoft.com/RankList?entitytype=3&topdomainid=2&subdomainid=7&last=5 According to this ranking on December 2011, for the last five years, the top 10 data mining conferences are (check the
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
This page lists upcomining data mining conferences for 2015-2016 related to data mining and databases with their deadlines for paper submission and notification. If you know about some other conferences not listed here. You can post it below. The newly added conference are at the bottom of the page. Besides, note that mostly only good conferences are listed.
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Next year, the IEEE International Conference on Data Mining (ICDM) 2012 will be in Brussels, Belgium from December 10 - 13, 2012. The call for paper has not been posted yet, but the website is available: http://icdm2012.ua.ac.be/ ICDM is one of the top two conferences in data mining.
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello, I have checked the third edition of the book of Han & Kamber more carefully, and I found that three chapters were removed in the third edition: - Chapter 8: Mining Stream, Time-Series, and Sequence Data - Chapter 9: Graph Mining, Social Network Analysis, and Multirelational Data Mining - Chapter 10: Mining Object, Spatial, Multimedia, Text, and Web Data It is sad because tho
Forum: The Data Mining / Big Data Forum
12 years ago
webmasterphilfv
Hello everyone There is a new data mining competition with cash prizes (5000 $: 3,000 for first, $1,500 for second and $500 for third). The competition ends Wednesday 29 February 2012. Here are the details: ================================================== <From Thomas Lotze thomas@xxxxxxxxxxx.com> We at Grockit have just posted a new educational data mining competition fo
Forum: The Data Mining / Big Data Forum
Pages: PreviousFirst...6364656667Next
Current Page: 66 of 67

This forum is powered by Phorum and provided by P. Fournier-Viger (© 2012).
Terms of use.