Coursera Machine Learning Ex.6 2.5: Try your own emails
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
>> ex6_predictonly Input the file to be checked [testMail.txt]: ==== Processed Email ==== do not repli to thi messag thi is an automat gener email thank you for your interest in powerworld simul number educ evalu edit click here to be redirect to the download site if the abov link doe not work pleas copi and past the follow into your browser httpaddr ========================= Processed testMail.txt Spam Classification: 1 (1: Spam, 0: Not a spam) |
Continue reading “Coursera Machine Learning Ex.6 2.5: Try your own emails”
Xamarin… What do you mean lol

A convenient disk occupation analyzer: SpaceSniffer
I’d like to recommend a useful gadget. It can help you figure out the most bulky files / folders on the disk, and it works really fast!
Official website: http://www.uderzo.it/main_products/space_sniffer/
How to close all the presentations in PowerPoint
Okay, I’ve to say I put it here so that I can simply copy & paste & run it when it’s needed.
1 |
While Application.Presentations.Count > 0 : Application.Presentations(1).Close : Wend |
Notepad++’s attitude towards secure CRT library

Taciturnity

It pains to write submission summary.
Some debugging tips on Linq.Expression
Machine Translation Warning:
The content below is mostly translated by machine, and I’ve not got enough time to review the text. So, maybe you’d like to view the Simplified Chinese version of the page.
You can generate IL code, and thereby construct a methods, using ‘System.Linq.Expression’ during runtime.Compared to ‘System.Reflection.Emit.ILGenerator’, use expression trees to construct dynamic methods is an easier way to handle IL code.As you know, IL instructions is just like any kind of assemly, which is rather elaborate. I just cannot handle it well enough 🙁 Continue reading “Some debugging tips on Linq.Expression”
WebClient does not support concurrency
MT Warning : Again, the following text is the product of Machine Translation. I’ll fix it later.
Try it out today and found that 'WebClient' supports asynchronous, but it really does not support concurrent … …
Continue reading “WebClient does not support concurrency”