active questions tagged datamining - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T07:29:37Z http://stackoverflow.com/feeds/tag/datamining http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1836853/machine-learning-challenge-diagnosing-program-in-java-groovy-datamining-machin 7 Machine learning challenge: diagnosing program in java/groovy (datamining, machine learning) thehighroller 2009-12-03T00:20:31Z 2009-12-16T06:57:16Z <p>Hi All!</p> <p>I'm planning to develop program in Java which will provide diagnosis. The data set is divided into two parts one for training and the other for testing. My program should learn to classify from the training data (BTW which contain answer for 30 questions each in new column, each record in new line the last column will be diagnosis 0 or 1, in the testing part of data diagnosis column will be empty - data set contain about 1000 records) and then make predictions in testing part of data :/</p> <p>I've never done anything similar so I'll appreciate any advice or information about solution to similar problem.</p> <p>I was thinking about <a href="http://java-ml.sourceforge.net/" rel="nofollow">Java Machine Learning</a> Library or <a href="http://www.jdmp.org/" rel="nofollow">Java Data Mining Package</a> but I'm not sure if it's right direction... ? and I'm still not sure how to tackle this challenge...</p> <p>Please advise.</p> <p>All the best!</p> http://stackoverflow.com/questions/1870439/datamining-library-for-net 0 Datamining library for .NET ryudice 2009-12-08T22:48:12Z 2009-12-08T23:00:56Z <p>Hi, Does anybody know about any dataming libraries for .net?</p> http://stackoverflow.com/questions/1239040/fetching-information-from-data-data-mining-practical-techniques 0 fetching information from data - data mining practical techniques rahim asgari 2009-08-06T13:56:31Z 2009-12-03T03:21:16Z <p>hi all,</p> <p>i am developing an online book store using php and mysql. now i want to implement some data mining techniques like recommending related books and so on.</p> <p>i want to know what are the best resources to get some useful practical techniques to implement such things.</p> <p>thx in advance.</p> http://stackoverflow.com/questions/947683/data-mining-where-to-start 2 Data Mining: Where to start? niko 2009-06-03T22:47:19Z 2009-12-03T03:12:16Z <p>Hi,</p> <p>I am developing a service for determining human movement upon the acceleration measurements and I would like to start with the research of data mining and try to apply techniques on the service.</p> <p>As I am not familiar with the field of data mining I would really appreciate if anyone could recommend any good literature to get some theoretical background and see some applied examples on real-life problems.</p> <p>Thanks!</p> http://stackoverflow.com/questions/1760366/how-would-i-go-about-plotting-live-stock-market-data-with-processing-jquery-p 0 How would I go about plotting "live" stock market data with Processing, jQuery, Pure Data or Max/MSP? Euklides 2009-11-19T01:32:34Z 2009-12-02T00:29:53Z <p>This is intended as a question quite open to any suggestions, hints or pointers. I wish to start playing around with home brewed automated investment models, the beginnings of which I have concepts for. I'm familiar with a few frameworks/languages that I suspect might be able to help me in this. Suggestions regarding other languages than those specified are also welcome.</p> <p>I might be able to query XML data from Google or Yahoo finance APIs? Not overly familiar with XML. Where would I find the relevant tutorials or information on XML to achieve this purpose?</p> <p>Also, is there a way to make searches through a large set of "current" stock data (current value of many stocks) for certain specified conditions?</p> <p>Thank you!</p> http://stackoverflow.com/questions/1733813/what-is-knowledge-discovery-and-data-mining 1 What is Knowledge Discovery and Data Mining? strakastroukas 2009-11-14T09:37:29Z 2009-11-14T15:01:41Z <p>I suppose SQL queries fetch "raw data"...</p> <p>Is there any good point to start regarding data mining in SQL server? </p> <p>Are there any available KDD ready-to-go, algorithms in MS-SQL server 2005, 2008? </p> http://stackoverflow.com/questions/835754/data-mining-open-source-tools 4 Data Mining open source tools Andriyev 2009-05-07T16:37:50Z 2009-10-31T17:22:14Z <p>Hi</p> <p>I'm due to take up a project which is into data mining. Before I jump in I wanted to probe around for different data mining tools (preferably open source) which allows web based reporting. In my scenario the all the data would be provided to me, so I'm not supposed to crawl for it.</p> <p>In n nutshell, am looking for a tool which does - Data Analysis, Web based Reporting, provides some kind of a dashboard and mining features.</p> <p>I have worked on the Microsoft Analysis Services and BOXI and off late I have been looking at Pentaho, which seems to be a good option.</p> <p>Please share your experiences on any such tool which you know of.</p> <p>cheers</p> http://stackoverflow.com/questions/1595520/is-there-a-web-crawler-that-can-get-me-business-contact-details-from-websites -3 Is there a web crawler that can get me business contact details from websites? [closed] Allan 2009-10-20T15:35:10Z 2009-10-20T17:23:46Z <p>I am looking for a crawler or a search utility to search a crawled db that is specificly coded to find contact details inside of business websites. For example the data under a Contact Us page.</p> <p>I would like to capture this data into a database in an automated manner.</p> <p>Anyone got any suggestions?</p> http://stackoverflow.com/questions/1560682/how-can-i-install-datamining-adding-for-office-2007-as-part-of-my-setup 1 How can I install "DataMining Adding for Office 2007" as part of my setup? Nestor 2009-10-13T14:44:18Z 2009-10-20T14:26:31Z <p>I'm writting a setup program that needs to install the DataMining Adding for Office 2007.</p> <p>1) How do I detect if it's already installed?</p> <p>2) If it is not installed, I download and run the MSI (SQLServer2008_DMAddin.msi). But how can I run the Server Configuration (Microsoft.SqlServer.DataMining.Office.ServerConfiguration.exe) tool myself and not have the addin ask questions to the user the first time they open Excel?</p> http://stackoverflow.com/questions/1587398/datamining-models-in-fortran-or-c-or-managed-code 1 Datamining models in FORTRAN or C (or managed code)? Rickard 2009-10-19T07:41:12Z 2009-10-20T10:30:49Z <p>We are planning to develop a datamining package for windows. The program core / calculation engine will be developed in F# with GUI stuff / DB bindings etc done in C# and F#.</p> <p>However, we have not yet decided on the model implementations. Since we need high performance, we probably can't use managed code here (any objections here?). The question is, is it reasonable to develop the models in FORTRAN or should we stick to C (or maybe C++). We are looking into using OpenCL at some point for suitable models - it feels funny having to go from managed code -> FORTRAN -> C -> OpenCL invocation for these situations.</p> <p>Any recommendations?</p> http://stackoverflow.com/questions/1185280/calculating-item-counters-for-a-set-of-selected-categories 1 Calculating item counters for a set of selected categories. Oleg Shaldybin 2009-07-26T19:00:45Z 2009-10-19T16:04:00Z <p>In our Ruby on Rails project we have a lot of categorization criteria for recipes, such as cook method, occasion etc. Every recipe belongs to one or several of these categories. When someone starts browsing for recipes, he/she can narrow down to a set of particular categories. Then we need to calculate the number of recipes in all categories accessible from this set ("accessible" means there are recipes in that category that also belong to selected categories). This is similar to how Amazon search works: someone enters 'Software' and there is a menu on the left which says "Books (200)", "Movies (300)" etc, so user can go deeper by clicking on these links.</p> <p>Right now we've implemented it roughly like that:</p> <ol> <li>Build a set of selected categories from URL;</li> <li>Perform a query that fetches category ids from all recipes that fall into currently selected criteria;</li> <li>Build the index which maps all category ids to counts of recipes, and render only those that have non-zero counters;</li> <li>Store this index in memcached for 24 hours, so we only calculate it once per day for a particular page.</li> </ol> <p>My concern is that if there is a cache miss, building index can take a lot of time. Maybe you have any suggestions how to solve this problem or improve current solution?</p> http://stackoverflow.com/questions/1559851/best-learning-algorithm-to-make-a-decision-tree-in-java 2 Best learning algorithm to make a decision tree in java ? X-Blaster 2009-10-13T12:16:34Z 2009-10-13T12:36:39Z <p>I have a datasets with information like age, city, age of children, ... and a result (confirm, accept).</p> <p>To help modelisation of "workflow", I want to create automatically a decision tree based on previous datasets.</p> <p>I have take a look at <a href="http://en.wikipedia.org/wiki/Decision%5Ftree%5Flearning" rel="nofollow">http://en.wikipedia.org/wiki/Decision_tree_learning</a> and I know that the problem is clearly not obvious.</p> <p>I just want to have advice on some algorithm or some libs on this subject what can help me in the contruction of a decision tree based on samples.</p> <p>Thank you.</p> http://stackoverflow.com/questions/172092/what-are-some-good-resources-for-learning-data-mining 6 What are some good resources for learning data mining? clofresh 2008-10-05T14:50:51Z 2009-10-08T12:08:43Z <p>I'd like to get fluent enough in the data mining domain to be able to use the features of the <a href="http://magix.fri.uni-lj.si/orange/" rel="nofollow">Orange</a> framework to classify photos of fish. </p> http://stackoverflow.com/questions/1533501/news-data-api-or-feeds 1 News Data API or Feeds mnml 2009-10-07T18:56:35Z 2009-10-07T19:47:16Z <p>I would like to know if there is any news feeds/api that can be used for coding/datamining. Skygrid for example gives live news feeds and if the news is good or bad, but it's all in flash and they don't seems to provide any rss other than their twitter.</p> http://stackoverflow.com/questions/811601/charting-and-data-manipulation 1 Charting and Data Manipulation. bplus 2009-05-01T14:31:52Z 2009-09-30T05:37:23Z <p>Hi, Although there are some threads on here about .net charting controls, I'm starting new thread becuase I'm possibly looking for some advanced data manipulation (maybe this would fall under datamining but I'm not sure) along with charting.</p> <p>I've been asked to research and prototype and Key Performance Indicators (KPI) system. Basically we have a load of sales figures in a database and we'd like to graph/chart various relationships in this data. For example we increased prices in January 2008, compare the sales for each month with the sales from the prevoius year and display in a chart.</p> <p>The database doesn't exist yet - we are going to pull the data from various other databases, so the new database would be created from scratch. At the moment I have some example data in excel format and a kind of a prototype created in excel as well.</p> <p>I'm thinking there are probably two ways to approach this:</p> <ol> <li>Manually create all the queries I need and supply the data to the .net charting control.</li> </ol> <p>Or</p> <ol> <li>Is there some off the shelf data manipulation / mining tool that could do a lot of the grunt work in pulling out relationships in the data. Not sure if this kind of thing exists? (though I know I attempted to build something like this for my dissertation - it was crap beyound belief!)</li> </ol> <p>One a related note, do Dundas charting and microsoft asp.net charting tools do essential the same stuff. In a thread on stack overflow someone claims there are actually the same thing, did MS buy dundas? Is there any reason to buy dundas rather than use the free MS chart control?</p> <p>Any advice on this would be greatly appreciated. Thanks in advance!</p> http://stackoverflow.com/questions/1473087/open-source-data-mining-text-analysis-tools-in-python 0 open source data mining/text analysis tools in python wailer 2009-09-24T17:29:29Z 2009-09-24T18:06:24Z <p>I have a database full of reviews of various products. My task is to perform various calculation and "create" another "database/xml-export" with aggregated data. I am thinking of writing command line programs in python to do that. But I know someone have done this before and I know that there is some open source python solution or similar which probably gives lot more interesting "aggregated data" then I can possibly think off. </p> <p>The problem is I don't really know much about this area other then basic data manipulation from command line nor I know what are the terms I should use to even search for this thing.. I am really not looking for some scientific/visualization stuff (not that I don't mind if the tool provides), something simple to start with and gradually see/develop stuff what I need.</p> <p>My only requirement is either the "end aggregated data" be in a database or export as XML file no proprietary stuff. Its a bit robust then my python scripts as I have to deal with "lots" of data across 4 machines. </p> <p>Any hint where should I start my research?</p> <p>Thanks.</p> http://stackoverflow.com/questions/1447049/converting-an-html-document-to-selector-based-index-file 0 Converting an HTML Document to Selector based index file memet 2009-09-18T22:15:16Z 2009-09-18T23:51:55Z <p>I'm looking for some sort of tool that can take an html document and pump out a selector based representation of the file.</p> <p>For example:</p> <pre><code>&lt;div&gt; Some text &lt;ul class="foo"&gt; &lt;li&gt;First&lt;/li&gt; &lt;li&gt;Second&lt;/li&gt; &lt;ul&gt; &lt;/div&gt; </code></pre> <p>And output a flat text file in the spirit of:</p> <pre><code> div div #text Some text div ul.foo li Frist div ul.foo li Second </code></pre> <p>The purpose of doing this would be to make a predicate function of some sort that would be able to compare two HTML pages and tell to what degree they match and explicitly be able to tell in isolation how much of the content or layout is different. </p> <p>(For the curious, this is for the QA phase of a relatively large data migration project)</p> http://stackoverflow.com/questions/1435537/postfix-api-lookup-tables-for-sent-messages-information 0 Postfix API/Lookup tables for sent messages information illvm 2009-09-16T21:20:40Z 2009-09-16T22:07:57Z <p>Currently it seems common practice to parse Postfix log files in order to determine if a message has been sent. Is there an API for Postfix or a look up table in it that yields this information in a manner quicker than parsing (rather lengthy) log files?</p> http://stackoverflow.com/questions/1265326/what-data-mining-tools-do-you-use 2 What data mining tools do you use? python dude 2009-08-12T10:09:54Z 2009-09-10T04:22:05Z <p>Hello everyone,</p> <p>Besides the two well-known Open Source tools RapidMiner and Weka, are there any other good tools (either Open Source or Commercial), which you can recommend for data mining?</p> <p>Thanks in advance!</p> http://stackoverflow.com/questions/1124085/what-is-data-mining-from-a-developers-perspective 2 What is data mining from a developer's perspective? aberrant80 2009-07-14T08:00:27Z 2009-09-10T04:05:37Z <p>I can find the technical explanation of what data mining is in a book or on Wikipedia, but I'm wondering what sort of development does it exactly involve? Is it more about using tools or more about writing tools? Is it really any much different from other domains when it comes to R&amp;D?</p> http://stackoverflow.com/questions/906363/data-mining-logs-to-locate-a-bug 2 Data mining logs to locate a bug gooli 2009-05-25T11:21:27Z 2009-09-10T03:49:53Z <p>I'm working on a data distribution application which receives data from a source and distributes that data to multiple target application. After successfully distributing several messages each second for 8 days, it missed a single message and did not deliver it properly to the clients.</p> <p>As I was looking at the logs I tried to find something there that was special for the time the miss happend - either in the data, its rate or some other condition but couldn't find anything.</p> <p>Is there any data mining technique I can use to identify how that specific event differs from other events?</p> http://stackoverflow.com/questions/416566/can-someone-please-explain-data-mining-ssis-bi-etl-and-other-related-technolog 3 Can someone please explain data mining, SSIS, BI, ETL and other related technologies? Micah 2009-01-06T13:47:55Z 2009-09-10T03:42:48Z <p>I was talking with a co-worker yesterday regarding a situation where he used SSIS (or something like that) to do some really cool thing with an SSIS Package where he passed in a name like "Dr. Reginald Williams, PhD." and based on some weighting scheme the system was smart enough to figure out how to tokenize it and store it in the database as "Salutation- First Name - Last Name - Suffix". He threw out some buzzwords like BI, and SSIS, ETL, and Data mining. I really wanted more information, but didn't even know where to begin to ask. </p> <p>I'm a .Net developer and thoroughly versed in C#, Vb.Net, WPF, etc..., but I have no idea what these technologies are, how to add them to my skill set, and whether or not it's something that I really should be focusing on. Any and all direction would be helpful.</p> http://stackoverflow.com/questions/1321749/python-and-data-mining 1 Python and data mining Goutham 2009-08-24T11:06:31Z 2009-09-10T02:59:34Z <p>Iam learning data mining and wondered how Python figures when it comes to data mining? Are there good tools for data mining in python?</p> http://stackoverflow.com/questions/937561/data-mining-with-sql-server-how-should-i-begin 0 Data mining with SQL Server, how should I begin? Vimvq1987 2009-06-02T01:23:07Z 2009-09-09T20:26:39Z <p>I have to study about data mining with SQL Server, but I don't know how to begin. Can you suggest me some books written in this subject? some sources of knowledge studied in it?</p> <p>Thank you in advance. </p> http://stackoverflow.com/questions/243033/datamining-open-source-software-alternatives 2 Datamining open source software alternatives Guillermo Vasconcelos 2008-10-28T12:03:57Z 2009-09-06T18:35:34Z <p>I am evaluating datamining packages. <br/>I have find these two so far: <li><a href="http://rapid-i.com/content/blogcategory/38/69/" rel="nofollow">RapidMiner</a></li> <li><a href="http://www.cs.waikato.ac.nz/~ml/weka/" rel="nofollow">Weka</a></li> Do you have any experience to share with these two products, or any other product to recommend me? <br/>Thanks</p> http://stackoverflow.com/questions/1371822/splitting-data-into-trainning-testing-datasets-in-matlab 1 Splitting data into trainning/testing datasets in MATLAB? Amro 2009-09-03T07:05:23Z 2009-09-03T19:40:14Z <p>Upon some research I found two functions in MATLAB to do the task:</p> <ul> <li><strong>cvpartition</strong> function in the Statistics Toolbox</li> <li><strong>crossvalind</strong> function in the Bioinformatics Toolbox</li> </ul> <p>Now I've used the <em>cvpartition</em> to create n-fold cross validation subsets before, along with the <em>Dataset</em>/<em>Nominal</em> classes from the Statistics toolbox. So I'm just wondering what are the differences between the two and the pros/cons of each?</p> http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence 8 The business of Artificial Intelligence Silver Dragon 2009-06-26T19:04:19Z 2009-09-01T15:09:19Z <p>I'm putting together a presentation aimed towards entrepreneurs on the present state of industrial AI development, titled "The business of AI"; however, what little resources I have found on Google seems awfully outdated.</p> <p>So I turn to the nice folks on Stackoverflow: Of the present day used systems, which products do you consider good business cases of applied AI? I'm looking for concrete product examples (not just wide technologies), in either consumer, or business everyday usage, with high profitability, and/or impact factor.</p> <p>Edit: I understand, that SO might not be the best place for such question; pointing me to relevant discussions / forums would be greatly appreciated.</p> <p>Edit2: Please also <strong>name</strong> the most <strong>prominent example</strong> of the technology (such as GMail for spam filtering, etc)</p> <p>Results so far:</p> <p>The following is an overview of AI systems in current business use, ordered by the strength of correlation between improvements on the problem-solving capability of the system, and improvements on the bottom line:</p> <p><strong>-Adsense, and adwords:</strong> </p> <p>Problem: given a list of classifieds, and a list of website placements, select the highest value (probability of click through X price of clickthrough) advertisement for given placement.</p> <p>Used AI technologies: clustering, and similarity search</p> <p>Currently providing approx <a href="http://investor.google.com/fin%5Fdata.html" rel="nofollow">30% of all revenues of Google</a></p> <p>Method of capitalization: directly on the feedback loop</p> <p><strong>-Google search:</strong></p> <p>Problem: given a list of keywords, select the most relevant websites</p> <p>Used AI technologies: (back-link counting), field-specific spam filtering, (genetic-inspired) duplicate-filtering, ...?</p> <p>Method of capitalization: full text search is centralizing the web -> attentionware.</p> <p><strong>-E-mail classification:</strong></p> <p>Problem: given a large amount of incoming mail, classify it on properties -such as "spammyness", "business mail", etc</p> <p>Used AI technologies: machine learning, (usually) Bayesian classification</p> <p>Implementation:</p> <ul> <li>GMail (best spam classification as of 2008)</li> <li>Fogbugz <a href="http://www.fogcreek.com/FogBugz/Downloads/KamensPaper.pdf" rel="nofollow">(1)</a> <a href="http://www.joelonsoftware.com/articles/FogBugzII.html" rel="nofollow">(2)</a> (multi-classification)</li> </ul> <p>Method of capitalization: not directly; used as a competative advantage</p> <p><strong>-Consumption pattern recognition:</strong></p> <p>Problem: given a list of historical baskets, predict the outcome of a given deal/offer, best product placement, and minimize loss leadership</p> <p>Implementation: </p> <ul> <li>Tesco's Clubcard system (by <a href="http://www.dunnhumby.com/" rel="nofollow">Dunnhumby</a>, see answer below)</li> <li>amazon's recommendation system, ?</li> </ul> <p>Used technologies: data mining? (decision trees? machine learning?)</p> <p>Method of capitalization: reducing costs, and improving conversion rate</p> <p><strong>-"Expert systems":</strong></p> <p>Problem: for some domains of expertise, demand for expert decision making is much higher, than availability of a competent expert. Thus, these kind of systems act as a limited decision proxy, by being programmed to solve a subset of the problem domain. Usually very hard-wired, with little-to-none "intelligent" behaviour.</p> <p>Implementation samples: Quicken (for personal finance), Mycin (historical, medical diagnostic tool)</p> <p>Method of capitalization: historically as commercial software; SAAS nowdays</p> <p><strong>-Voice and speech recognition:</strong></p> <p>Problem: Given an audio input (sample: menu navigation, voice mail, phone order), determine either the speaker ("who"), and/or the plain text ("what") of the audio; subproblems involve removing background noise, tone/voice recognition, etc</p> <p>Implementation:</p> <ul> <li><a href="http://www.google.com/googlevoice/about.html" rel="nofollow">Google Voice</a></li> <li><a href="http://nuance.com/healthcare/products/dragon%5Fmedical.asp" rel="nofollow">Nuance's speech recognition</a></li> </ul> <p>Method of capitalization: Off-the-shelf-software; potentially will increase the relevancy of advertisement for video ads (via text recognition) </p> <p><strong>-hand writing, and optical character recognition</strong></p> <p>Problem: Given an image of either scanned textual pages, or hand-writing, determine the plain text <a href="http://en.wikipedia.org/wiki/Text%5Frecognition" rel="nofollow">(ref)</a></p> <p>Implementations: Wikipedia <a href="http://en.wikipedia.org/wiki/Text%5Frecognition#OCR%5Fsoftware" rel="nofollow">OCR software list</a>, and <a href="http://en.wikipedia.org/wiki/Handwriting%5Frecognition#Research" rel="nofollow">Handwriting recognition</a> </p> <p>Method of capitalization: direct software</p> <p><strong>-Sentiment analysis:</strong></p> <p>Problem: given a large bunch of plain text, determine the most prominent topic of the conversation, along with it's carried sentiment</p> <p><strong>-Fact extraction:</strong></p> <p>Problem: extract object-property-value trios from plain text</p> <p><strong>-Quote extraction:</strong></p> <p>Problem: extract topical quotes, along with it's source, from plain text</p> <p>Implementation: <a href="http://labs.google.com/inquotes/" rel="nofollow">Google labs inquotes</a></p> <p>Method of capitalization: not directly; used as a competative advantage</p> <p><strong>-Machine translation:</strong></p> <p>Problem: given a plain text in one language, provide a translation in another language, with highest accuracy possible.</p> <p>Method of capitalization: not directly; used as a competative advantage (also, ads can be translated for transparent localization)</p> <p><strong>-Netflix:</strong></p> <p>Problem: given a list of previous user ratings on movies, maximize the accuracy of predicting future ratings of non-rated movies</p> <p>Used: meta-algorithm: outsourced public/open research with a high price for breakthrough-performance</p> <p>Method of capitalization: used as a competative advantage, also basis of new video recommendation</p> <p><strong>-<a href="http://alias-i.com/lingpipe/" rel="nofollow">Lingpipe</a>:</strong></p> <p>Providing basic NLP tools for research (named entity extraction, POS tagging, etc), free for academia, paid-for by commercial usage</p> <p>Method of capitalization: direct software (although academic license is available)</p> <p><strong>-Image similarity:</strong></p> <p>Problem: given a single image, find images with matching similarity, OR content</p> <p>Method of capitalization: Not directly (-ads)</p> <p>Implementation:</p> <ul> <li><a href="http://tineye.com/" rel="nofollow">TinEye</a></li> <li><a href="http://similar-images.googlelabs.com/" rel="nofollow">Google Similar Images</a></li> </ul> <p><strong>-Further reading:</strong></p> <p>Most recent known survey from 2001:</p> <ul> <li><a href="http://www.4c.ucc.ie/web/upload/publications/mastersThesis/Artificial%5FIntelligence%5Fin%5FBusiness.pdf" rel="nofollow">Artificial Intelligence in Business</a></li> </ul> <p>Wikipedia provides a couple of good overviews, although not business-oriented:</p> <ul> <li><a href="http://en.wikipedia.org/wiki/Applications%5Fof%5Fartificial%5Fintelligence" rel="nofollow">Applications of artificial intelligence</a></li> <li><a href="http://en.wikipedia.org/wiki/AI%5FWinter#AI%5Fbehind%5Fthe%5Fscenes" rel="nofollow">AI behind the scenes</a></li> </ul> http://stackoverflow.com/questions/944293/monte-carlo-simulation-in-forecasting 1 Monte Carlo simulation in forecasting? ykaratoprak 2009-06-03T11:49:26Z 2009-08-29T20:08:47Z <p>I am a physicist. Also i have some information about Monte Carlo simulation. i want to learn financial forecasting with Monte Carlo. Do you have any idea? What do you think financial decisions programming ? How is the future of financial software with Monte Carlo Simulation?</p> http://stackoverflow.com/questions/1334239/data-mining-bi-analytics-ml-can-a-mathematically-challenged-person-move-into-th 1 Data mining/BI/Analytics/ML : Can a mathematically challenged person move into this field? unknown (yahoo) 2009-08-26T12:05:42Z 2009-08-28T04:08:25Z <p>I have recently become interested in the field(s) of data mining and machine learning. The idea of going through huge datasets and trying to correlate hidden patterns and trends is fascinating. So far I have done the following</p> <ul> <li>Used Weka to load simple data sets and generate decision trees</li> <li>Continously read books, wiki's, blogs and SO on the same</li> <li>Started playing around SQL Server DM and Python API's</li> <li>Have an idea on options of freely available data sets on the web(freedb, UN etc)</li> </ul> <p>What is hindering me is the minute I try to go beyond classification/associsciation and into priori/apriori algorithms I am stuck because understanding mathematical equations and logic is not(to put it modestly) one of my strong points. </p> <p>So my question would be are there anybody in the Data mining field(in the role of product owner or builder) who are not naturally mathematicians? If so, how would you approach in undestanding the field since free tools like Weka and Rapid-miner both expects some mathematical/statistical background?</p> <p>P.S: Excuse me if I made some mistake in the query like mixing Data mining and analytics when they are separate as I am still getting my feet wet. I hope my core question is clear.</p> http://stackoverflow.com/questions/928963/business-intelligence-data-mining-with-ms-sql-server 2 Business Intelligence: Data mining with MS SQL Server? Vimvq1987 2009-05-30T03:56:31Z 2009-08-05T22:44:35Z <p>I have to study about data mining using SQL Server. As I know, Business Intelligence in SQL Server supports data mining, but I'm not pretty sure. </p> <ul> <li>Does BI really support data mining?</li> <li>How can I start with data mining with SQL Server? I mean, resources such as books, blogs,..etc</li> </ul> <p>Thank you all. </p>