User Silver Dragon - Stack Overflowmost recent 30 from stackoverflow.com2009-12-10T00:33:14Zhttp://stackoverflow.com/feeds/user/9440http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1053901/online-ai-research-communities1Online AI research communities?Silver Dragon2009-06-28T00:10:10Z2009-11-17T15:15:14Z
<p>I understand, that most of the research communication in the field of AI is still done in the form of white papers, and conferences; but I refuse to believe there's nobody on the internet talking about it.</p>
<p>So, I'd like to know what kind of forums / mailing lists would you recommend in the topic with high signal-to-noise ratio? Especially interested in: machine learning, statistical AI, and emerging disciplines.</p>
http://stackoverflow.com/questions/1681806/google-app-engine-proxy0Google App Engine proxySilver Dragon2009-11-05T16:32:27Z2009-11-05T18:07:33Z
<p>What would be the simplest implementation of a proxy written for GAE, which relays every URL (including POST, and header data) to a remote HTTP host, and return with it's result (with special consideration to error codes)?
Please apply KISS principles!</p>
http://stackoverflow.com/questions/1645302/non-obtrusive-version-control0Non-obtrusive version controlSilver Dragon2009-10-29T17:24:49Z2009-10-29T17:38:21Z
<p>I'm looking for a way to put several of my projects under version control, with the least amount of filesystem-level obtrusiveness.</p>
<p>The rationale for this is because my dev environment is mostly FS-based (total commander + notepad++ + wing + scripting tools with python), so FS changes (including, and most annoyingly the .svn directory of subversion) <em>hurts</em> .</p>
<p>My version control requirements are very basic: commit/rollback/browse ,and good utility support.</p>
<p>Which one would you recommend?</p>
http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence8The business of Artificial IntelligenceSilver Dragon2009-06-26T19:04:19Z2009-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/1066828/choosing-a-non-microsoft-language-for-web-development/1066852#10668523Answer by Silver Dragon for Choosing a non microsoft language for web development?Silver Dragon2009-07-01T01:10:19Z2009-07-01T01:10:19Z<p>Just like the rest of the industry, no "best" option is available -all frameworks has its own share of strength, and weakness.
Basically, when it comes to web development, there are 4 stable technology stacks:</p>
<ul>
<li>ASP.NET -you already know it</li>
<li>PHP: strength: web development standard, and scaling it to very high levels is not only possible, but rather easy. Well documented, and a large array of libraries are already available. Weakness: due to ease of getting the basics, the surrounding community is rather noobish, which resulted in several <em>khm</em> less, than optimal <em>khm</em> code-bases. This can, however, be improved.</li>
<li>Java/J2EE: strength: stable scalability, a very large, and diverse set of tools already available. weakness: choosing the most optimal stack for your situation can be hard; hosting costs might be higher, than PHP</li>
<li>Python, along with Django</li>
<li>And the +1 is Ruby; the jury is still out with this one.</li>
</ul>
<p>With all web developments, the question boils down to what you want to achieve, and what experience you / your team has. Statistically, PHP tends to be most popular choice, due to the fact, that any random developer can pick it up rather easily (compared to the other options), dive into the codebase, and fix / hack things right away. Again, YMMV, do the research, instead of asking for opinions.</p>
http://stackoverflow.com/questions/790235/c-custom-uninstaller0c# custom uninstallerSilver Dragon2009-04-26T04:29:35Z2009-06-30T06:00:02Z
<p>I'm attempting to write a custom uninstaller script; however, I'm stuck at the "programs, and features" dialog. Are there any written documentation as to what registry keys do I need to add in order for my application to be displayed there? Or -alternatively- are there any native WINAPI / .NET functions to create a shurtcut there directly?</p>
<p>Addendum: there are business requirements disallowing me the use of third-party tools, such as the default MSI installer. Provided answer should work on a clean XP virtual machine, w/ .NET 2.0 installed, without referencing to any external .dlls. Thank you.</p>
http://stackoverflow.com/questions/1054806/why-is-dependency-injection-required/1054821#10548210Answer by Silver Dragon for why is dependency injection requiredSilver Dragon2009-06-28T12:18:28Z2009-06-28T12:18:28Z<p>Either reformulate your question, if you require something specific, or just use the <a href="http://en.wikipedia.org/wiki/Dependency%5Finjection" rel="nofollow">wiki to look up basic facts</a>.</p>
http://stackoverflow.com/questions/394465/python-post-data-using-modwsgi5Python POST data using mod_wsgiSilver Dragon2008-12-26T23:35:59Z2009-06-24T12:31:53Z
<p>This must be a very simple question, but I don't seem to be able to figure out.</p>
<p>I'm using apache + mod_wsgi to host my python application, and I'd like to get the post content submitted in one of the forms -however, neither the environment values, nor sys.stdin contains any of this data. Mind giving me a quick hand?</p>
<p>Edit:
Tried already: </p>
<ul>
<li>environ["CONTENT_TYPE"] = 'application/x-www-form-urlencoded' (no data)</li>
<li>environ["wsgi.input"] seems a plausible way, however, both environ["wsgi.input"].read(), and environ["wsgi.input"].read(-1) returns an empty string (yes, content has been posted, and environ["request_method"] = "post"</li>
</ul>
http://stackoverflow.com/questions/596512/how-much-information-does-pdb-files-contain-c-net1How much information does pdb files contain? (C# / .NET)Silver Dragon2009-02-27T20:22:29Z2009-06-17T16:18:10Z
<p>Is is wise to redistribute the pdb files along with a commercial application?</p>
<p>Occasionally, I'm using the stack trace to get a more detailed error reporting logs from the deployed applications; can this functionality be achieved without relying to those files?</p>
<p>Also, how much hints of the original source code does these files contain? Would it be easier to reverse-engineer my application using it?</p>
http://stackoverflow.com/questions/656476/capture-link-clickthrough-events-from-javascript1Capture link clickthrough events from JavascriptSilver Dragon2009-03-17T23:58:00Z2009-06-12T07:40:42Z
<p>In order to track the overall user clickstream, I'd like to fire a javascript event, if the user right-clicks, and select "Open in new Tab" (or middle-clicks in most browsers) on a link. Most of these links are linking outside of my site, and I'd like to interfere with overall browser experience (such as: status bar, etc) as little as possible. What options are there to solve this?</p>
http://stackoverflow.com/questions/130327/linux-based-solution-for-domain-management2Linux-based solution for domain management?Silver Dragon2008-09-24T22:31:18Z2009-06-05T19:31:29Z
<p>Using any member of the Windows Server family, I can set up an active directory, and have a single pool of users for a large scale of computers; access can be given / removed for any shared resources in the given domain (including access to client computers, etc).</p>
<p>What similar (and widespread) solutions exist for managing a multi-user, multi-computer environment using Linux? What are their advantages/disadvantages? And how can they interoperate with Windows?</p>
http://stackoverflow.com/questions/65749/what-is-the-deployment-rate-of-the-net-framework2What is the deployment rate of the .NET framework?Silver Dragon2008-09-15T19:04:37Z2009-05-25T10:54:14Z
<p>I've been looking for this information for my commercial desktop product, with no avail.</p>
<p>Specifically, what I'm look for, is deployment statistics of the .NET framework for end-users (both granny "I'm just browsing the internet" XP, and high-end users, if possible), and in the commercial/business sector.</p>
<p>Edit: Other than the data points below, here's an interesting blog post about .NET <a href="http://www.nbdtech.com/blog/archive/2009/05/25/what-percentage-of-users-have-the-.net-framework-installed-and.aspx" rel="nofollow">deployment rates</a>.</p>
http://stackoverflow.com/questions/881162/corporate-site-search2Corporate site searchSilver Dragon2009-05-19T06:01:04Z2009-05-19T06:44:57Z
<p>Having a small, SEO-friendly corporate site behind a basic password protection scheme, I'd like to add a basic search facility by using one of the off-the-shelf solutions. (I don't mind Google, or Yahoo having the site's content, as long as it doesn't leak to the web).</p>
<p><a href="http://www.google.com/support/customsearch/bin/answer.py?answer=72365" rel="nofollow">Google doesn't seem to support</a> this, so I'd like to ask the SO community for recommendations, and pros/cons of each (preferably free) solution? (Rolling my own is the least prefered solution)</p>
http://stackoverflow.com/questions/842431/am-i-charging-enough-i-think-i-may-have-put-myself-in-a-weird-situation/842457#8424572Answer by Silver Dragon for Am I charging enough? I think I may have put myself in a weird situation...Silver Dragon2009-05-09T01:19:22Z2009-05-09T01:19:22Z<p>Have this "discount" got into discussion as of yet? If not, the simplest solution would be just going forward with the implicit assumption of no change in payments -remember, a "discount" is something of a generousity, and not a mandatory.</p>
http://stackoverflow.com/questions/719765/how-to-measure-geographical-access-time-of-a-web-hosting0How to measure geographical access time of a web hosting?Silver Dragon2009-04-05T21:51:16Z2009-04-05T22:53:25Z
<p>I'm building a website targeted for US visitors; and this question came up while shopping around for reliable web hosting there. Since I'm located in the UK, a simple "ping" wouldn't represent the average access time from a US visitor's point of view -which is critical, since a new visitor spends around 3 seconds to evaluate a website.</p>
<p>How to measure the average access time needed to get the full response, from a US visitor's point of view?</p>
http://stackoverflow.com/questions/151701/running-google-analytics-in-iframe/152389#1523893Answer by Silver Dragon for Running Google Analytics in iframe?Silver Dragon2008-09-30T09:36:29Z2009-03-12T20:11:59Z<p>1, You have to append the Google Analytics tracking code to the end of example_page.html. The content between the iframe - /iframe tag only displays for browsers, which do not support that specific tag.</p>
<p>2, Should you need to merge the results from the subdomains, there's an excellent article on Google's help site (<a href="http://www.google.com/support/googleanalytics/bin/answer.py?hl=en&answer=55524" rel="nofollow">How do I track all of the subdomains for my site in one profile?</a> )</p>
http://stackoverflow.com/questions/632067/how-to-apply-an-index-to-a-mysql-myisam-table-without-locking0How to apply an index to a MySQL / MyISAM table without locking?Silver Dragon2009-03-10T20:12:53Z2009-03-10T20:29:53Z
<p>Having a production table, with a very critical column (date) missing an index, are there any ways to apply said index without user impact?</p>
<p>The table currently gets around 5-10 inserts every second, so full table locking is out; redirecting those inserts to alternative table / database, even temporarily, is also denied (for corporate politics reasons). Any other ways?</p>
http://stackoverflow.com/questions/576080/property-values-database1Property-values databaseSilver Dragon2009-02-22T23:33:40Z2009-02-24T18:13:52Z
<p>I have a number of objects, each one have an arbitrary number of shared, and distinct property-value pairs (more specifically: files, and their related properties -such as width, and height values for images, album/artist/length for music files, etc). I'd like to be able to search for objects having specific property/values (such as: by album), group by property, etc.</p>
<p>What kind of database would you suggest for this scenario? Due to modularity (ability to add more properties on-the-fly), as well as the fact of common properties are <20% of all properties, the standard SQL with normalized tables wouldn't really cut it. I have already tried to approach the problem using a "<a href="http://philip.greenspun.com/seia/user-registration-and-management" rel="nofollow">skinny data model</a>"; however I have faced with serious scalability issues.</p>
<p>Are there any specialized databases tuned for this scenario (BSD-licensed solutions preferred)? Or any alternative way to tweak standard RDBMs for this?</p>
http://stackoverflow.com/questions/582491/set-dropdown-direction-in-winforms0Set dropdown direction in WinFormsSilver Dragon2009-02-24T16:39:57Z2009-02-24T17:01:43Z
<p>By default, a winforms dropdown always extends to the right from the dropdown button / menu item. However, I have a toolbox button (similiar to chrome's options button) which is on the far-right side of the window; when clicked, the default menu would always extend outside of the window.</p>
<p>Are there any built-in ways to make the menu drop left from the dropdown button, or do I have to set the menu's position by hand, and manually show/hide?</p>
<p>Edit: there are 2 situations, where such behaviour is less than optimal:</p>
<ul>
<li><p>if it's not full-screen, or close to the right end, it will hang out from the app's window; and </p></li>
<li><p>In a multi-monitor enviornment, it drops down on the next monitor</p></li>
</ul>
http://stackoverflow.com/questions/573620/how-to-get-started-on-information-extraction/573737#5737373Answer by Silver Dragon for How to get started on Information Extraction?Silver Dragon2009-02-21T20:57:36Z2009-02-21T20:57:36Z<blockquote>
<p>Just to answer one of the comment. I
am more interested in Text Information
Extraction.</p>
</blockquote>
<p>Depending on the nature of your project, <a href="http://en.wikipedia.org/wiki/Natural_language_processing" rel="nofollow">Natural language processing</a>, and <a href="http://en.wikipedia.org/wiki/Computational_linguistics" rel="nofollow">Computational linguistics</a> can both come in handy -they provide tools to measure, and extract features from textual information, and apply training, scoring, or classification. Good introductionary books include <a href="http://rads.stackoverflow.com/amzn/click/0596529325" rel="nofollow">OReilly's Programming Collective Intelligence</a> (chapters on "searching, and ranking", Document filtering, and maybe decision trees).</p>
<p>Suggested projects utilizing this knowledge: POS (part-of-speech) tagging, and named entity recognition (ability to recognize names, places, and dates from plain text). You can use Wikipedia as a training corpus, since most of the target information is already extracted in infoboxes -this might provide you with some limited amount of measurement feedback.</p>
<p>The other big hammer in IE is search, a field not to be underestimated. Again, OReilly's book provides some introduction in basic ranking; once you have a large corpus of indexed text, you can do some really IE tasks with it. Check out <a href="http://www.youtube.com/watch?v=nU8DcBF-qo4" rel="nofollow">Peter Norvig: Theorizing from data</a> as a starting point, and very good motivator -maybe you could reimplement some of their results as a learning exercise.</p>
<p>As a fore-warning, I think I'm obligated to tell you, that information extraction is <em>hard</em>. The first 80% of any given task are usually trivial; however, the difficulty of each additional percentage for IE tasks are usually growing exponentially -in development, and research time. It's also quite underdocumented -most of the high quality info is currently in obscure white papers (<a href="http://scholar.google.com/" rel="nofollow">Google scholar</a> is your friend) -do check them out once you've got your hand burned a couple of times. But most importantly, do not let these obstacles throw you off -there are certainly big opportunities to make progress in this area.</p>
http://stackoverflow.com/questions/120272/must-have-resources-for-startups5Must have resources for startups?Silver Dragon2008-09-23T10:42:28Z2009-02-13T18:35:23Z
<p>What do you consider the most valuable information sources(news, blogs, and books) for fresh (and wannabe) startup founders?</p>
http://stackoverflow.com/questions/523399/most-significant-present-day-ai-developments3Most significant present-day AI developments?Silver Dragon2009-02-07T07:42:28Z2009-02-08T12:15:03Z
<p>What do you consider the most significant progress / breakthroughs in real world applications of present-day AI research? (including, but not limited to: machine learning, statistical data processing, and <a href="http://en.wikipedia.org/wiki/Applications_of_artificial_intelligence#List_of_applications" rel="nofollow">other disciplines spinned off from AI</a>).</p>
<p>Please spare / do not want: ramblings about AI winters / disappointment;</p>
<p>Do want: links, and pointers to <em>concrete</em> real-world applications.</p>
http://stackoverflow.com/questions/203824/how-many-professional-software-developers-are-there-worldwide9How many professional software developers are there worldwide?Silver Dragon2008-10-15T05:49:27Z2009-02-06T16:20:03Z
<p>I'd like to know the estimation for the <em>supply</em> of professional software developers globally, and, wherever it's possible, regionally.</p>
<p>Although weird, I hope this question to shed some light on the global availability of software development services, or, at the very least, realizing just how much of a commodity we are.</p>
<p>Edit: by "professional software developer" I mean people, who <strong>get paid</strong> for <strong>crafting code</strong> in one of the <a href="http://deletionpedia.dbatley.com/w/index.php?title=Alphabetical_list_of_notable_programming_languages_(deleted_16_Mar_2008_at_00:44)" rel="nofollow">notable programming languages</a>. If possible, do not include related services.</p>
<p>Please include in your answers:</p>
<ul>
<li>The method / approach of estimation</li>
<li>any data used, with references</li>
<li>and the estimation results (noting regional breakdowns, if possible)</li>
</ul>
<p><strong>Bounty hunt</strong>: The answer with the most reliable, exact data, or repeatable methodology wins.</p>
http://stackoverflow.com/questions/502238/google-like-search-engine-in-php-mysql/502263#5022630Answer by Silver Dragon for Google-like Search Engine in PHP/mySQLSilver Dragon2009-02-02T05:24:48Z2009-02-02T05:24:48Z<p>Your scenario suggest, that you'd like to roll your own; good starting points for a general search engine would include:</p>
<ul>
<li><a href="http://philip.greenspun.com/seia/search" rel="nofollow">Software Engineering for Internet Applications / Search</a></li>
<li><a href="http://infolab.stanford.edu/~backrub/google.html" rel="nofollow">The Anatomy of a Large-Scale Hypertextual Web Search Engine</a> by some guys</li>
<li>If your document structure suggest inter-linking features, you can exploit that in the ranking system, see <a href="http://en.wikipedia.org/wiki/Pagerank" rel="nofollow">PageRank</a></li>
</ul>
<p>If you want to use an off-shelf solution:</p>
<ul>
<li>If your application is web-based, and available to public internet, you really have to come up with a very good reason to <em>not</em> to go with <a href="http://www.google.com/sitesearch/" rel="nofollow">Google Site Search</a></li>
<li><a href="http://framework.zend.com/manual/en/zend.search.lucene.html" rel="nofollow">Lucene has a port for PHP</a></li>
</ul>
http://stackoverflow.com/questions/406518/measuring-the-performance-of-classification-algorithm2Measuring the performance of classification algorithmSilver Dragon2009-01-02T11:09:53Z2009-01-28T00:11:25Z
<p>I've got a classification problem in my hand, which I'd like to address with a machine learning algorithm ( Bayes, or Markovian probably, the question is independent on the classifier to be used). Given a number of training instances, I'm looking for a way to measure the performance of an implemented classificator, with taking data overfitting problem into account.</p>
<p>That is: given N[1..100] training samples, if I run the training algorithm on every one of the samples, and use this very same samples to measure fitness, it might stuck into a data overfitting problem -the classifier will know the exact answers for the training instances, without having much predictive power, rendering the fitness results useless.</p>
<p>An obvious solution would be seperating the hand-tagged samples into training, and test samples; and I'd like to learn about methods selecting the statistically significant samples for training.</p>
<p>White papers, book pointers, and PDFs much appreciated!</p>
http://stackoverflow.com/questions/472013/generate-a-series-of-random-numbers-that-add-up-to-n-in-c/472035#4720350Answer by Silver Dragon for Generate a series of random numbers that add up to N in c#Silver Dragon2009-01-23T06:02:09Z2009-01-23T06:02:09Z<p>If statistical bias from true randomness is acceptable, you can add numbers up to N - [max random number], then select the last number as N - sum(selected so far).</p>
http://stackoverflow.com/questions/426820/what-is-the-easiest-way-to-export-data-from-a-live-google-app-engine-application4What is the easiest way to export data from a live google app engine application?Silver Dragon2009-01-09T02:09:04Z2009-01-12T16:09:03Z
<p>I'm especially interested in solutions with source code available (django independency is a plus, but I'm willing to hack my way through)</p>
http://stackoverflow.com/questions/406016/ui-terminology-logon-vs-login/406307#4063079Answer by Silver Dragon for UI Terminology: Logon vs LoginSilver Dragon2009-01-02T08:34:06Z2009-01-02T12:02:13Z<p>Voice of democracy: term / number of google results:</p>
<pre>
login 2,020,000,000
sign in 430,000,000
logon 27,700,000
log on 18,200,000
</pre>
<pre>
logout 83,500,000
log out 34,500,000
sign out 19,400,000
log off 5,350,000
</pre>
http://stackoverflow.com/questions/154119/got-png-file-want-embeddded-icon-resource-displayed-as-icon-on-form-title-bar/156118#1561183Answer by Silver Dragon for Got .PNG file. Want embeddded icon resource displayed as icon on form title bar.Silver Dragon2008-10-01T03:25:08Z2008-10-01T03:25:08Z<p>Fire up VS, start new Windows Application. Open the properties sheet, add the .png file as a resource (in this example: glider.png ). From hereon, you can access the resource as a Bitmap file as WindowsFormsApplication10.Properties.Resources.glider</p>
<p>Code for using it as an application icon:</p>
<pre><code> public Form1()
{
InitializeComponent();
Bitmap bmp = WindowsFormsApplication10.Properties.Resources.glider;
this.Icon = Icon.FromHandle(bmp.GetHicon());
}
</code></pre>
http://stackoverflow.com/questions/156046/show-a-form-without-stealing-focus-in-c/156087#1560872Answer by Silver Dragon for Show a Form without stealing focus (in C#)Silver Dragon2008-10-01T03:14:15Z2008-10-01T03:14:15Z<p>You might want to consider what kind of notification would like to display.</p>
<p>If it's absolutely critical to let the user know about some event, using Messagebox.Show would be the recommended way, due to it's nature to block any other events to the main window, until the user confirms it. Be aware of pop-up blindness, though.</p>
<p>If it's less, than critical, you might want to use an alternative way to display notifications, such as a toolbar on the bottom of the window. You wrote, that you display notifications on the bottom-right of the screen -the standard way to do this would be using a <a href="http://www.geekzilla.co.uk/viewBF3C2DB6-7924-4DD1-B4DE-D024AE31C6C2.htm" rel="nofollow">balloon tip</a> with the combination of a sys tray icon.</p>
http://stackoverflow.com/questions/1645302/non-obtrusive-version-control/1645354#1645354Comment by Silver Dragon on Non-obtrusive version controlSilver Dragon2009-12-07T20:24:24Z2009-12-07T20:24:24ZJust want to thank you for your recommendation -ultimately, I went with git+github, and it's been working like a breeze! So, cheers!http://stackoverflow.com/questions/1645302/non-obtrusive-version-control/1645354#1645354Comment by Silver Dragon on Non-obtrusive version controlSilver Dragon2009-10-29T17:35:32Z2009-10-29T17:35:32ZGit only adds a top-level directory? wow!http://stackoverflow.com/questions/1066828/choosing-a-non-microsoft-language-for-web-developmentComment by Silver Dragon on Choosing a non microsoft language for web development?Silver Dragon2009-07-01T00:59:47Z2009-07-01T00:59:47ZThe way it stands, this question will only result in opinions -if you'd be so kind to ask a specific question, that would result in better answershttp://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence/1054857#1054857Comment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-28T13:07:03Z2009-06-28T13:07:03ZAlthough robotics is indeed an interesting field, applications tend to do little with the field of "machine intelligence"; most research in the area is now focused in producing cost-effective "dumb bots". However, if you know of any intelligent applications "in either consumer, or business everyday usage, with high profitability, and/or impact factor", I'd be glad to hear of ithttp://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence/1050719#1050719Comment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-28T12:30:43Z2009-06-28T12:30:43ZSurely he's not the first one to approach this problem in this specific manner? If he isn't, he might have some references for previous projects, or papers -maybe you could ask for it, if possible?http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence/1054824#1054824Comment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-28T12:24:09Z2009-06-28T12:24:09ZWould you mind describing the technology used (data mining? fact extraction?), and maybe linking to specific products, if available?http://stackoverflow.com/questions/881162/corporate-site-search/881210#881210Comment by Silver Dragon on Corporate site searchSilver Dragon2009-06-27T18:48:02Z2009-06-27T18:48:02ZI went with mnogosearch; thank you!
http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence/1050762#1050762Comment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-27T00:48:32Z2009-06-27T00:48:32ZWould you mind naming examples on the buying patterns used in the retail sector, other than amazon's?http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence/1050764#1050764Comment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-27T00:38:03Z2009-06-27T00:38:03ZWould you mind mentioning a couple of examples, and/or related white papers/publications?http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence/1050719#1050719Comment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-26T19:38:00Z2009-06-26T19:38:00ZCould you please name a recent, commercially visible example, and maybe references / white papers?http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence/1050725#1050725Comment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-26T19:37:23Z2009-06-26T19:37:23ZCould you name an example, and maybe references / white papers?http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligence/1050701#1050701Comment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-26T19:15:41Z2009-06-26T19:15:41ZGaming is upper-bound intelligence by the human consumer. No one is going to buy a game (again), with AIs of super-human capability. Contrast with spam filtering, for example, where super-human tolerance is a must.http://stackoverflow.com/questions/1050696/the-business-of-artificial-intelligenceComment by Silver Dragon on The business of Artificial IntelligenceSilver Dragon2009-06-26T19:05:47Z2009-06-26T19:05:47ZI've had a similar question before: <a href="http://stackoverflow.com/questions/523399/most-significant-present-day-ai-developments" rel="nofollow" title="most significant present day ai developments">stackoverflow.com/questions/523399/…</a> ;however, here I'm more interested in concrete products with business relationships.http://stackoverflow.com/questions/842431/am-i-charging-enough-i-think-i-may-have-put-myself-in-a-weird-situationComment by Silver Dragon on Am I charging enough? I think I may have put myself in a weird situation...Silver Dragon2009-05-09T22:01:49Z2009-05-09T22:01:49ZBrian, would you mind checking back in a couple of weeks, and updating this post with the resolution you've reached with the company, and maybe the compromises both sides have made? I know SO is more about development, but seeing real world business cases, like this, with proper conclusion, helps all of us freelancers.
Thank you, in advance!http://stackoverflow.com/questions/719739/how-do-i-get-domain-knowledge-to-start-programming-for-the-finance-industry/719762#719762Comment by Silver Dragon on How do I get domain knowledge to start programming for the finance industry?Silver Dragon2009-04-05T22:12:27Z2009-04-05T22:12:27Z+1, but please please please run your next post through gmail's spell checker (if nothing else) before submitting