- All *53
- = [
- Technology *33 ,
- Misc *9 ,
- Physics *11
- ]
Category:
-
Object Oriented Design -- Chess Game
More...
Object Oriented Design for Chess Game.
This is a simple version by myself, as I have not found a simple one on the Internet.
-
公钥加密算法(三) Rabin
More...
The Rabin Cryptosystem is based on the idea that computing square roots modulo a composite N is simple when the factorization is known, but the very complex when it is unknown.
Rabin加密系统是基于在已知合数N的因式分解的情况下,可以计算出二次剩余的平方根;但是在因式分解N未知的情况下很难求解的原理。
-
公钥加密算法(二) RSA
More...
我对RSA甚至加密以及计算机科学产生兴趣不得不说有很大一部分影响自阮一封的文章。
这要从当年一款神级产品Google Reader说起,相信这款产品在很多人(尤其是IT人员吧)心中都是无可替代的经典。我也忘了当时为什么订阅了阮一封的RSS,可能是随手订阅,可能是一看到就被他的文风和排版所吸引。在Google Reader上面读文章是一种享受,在Google Reader上面读阮一封的文章更是。
-
公钥加密算法(一) ElGamal
More...
公钥加密算法的作用大家都很熟悉了,比如大名鼎鼎的RSA,被誉为计算机领域最重要的算法之一。
学了Foundation of Cryptography之后,我了解了常用的公钥算法除了RSA之外还有好几种,甚至RSA被认为是不能严格证明的,不知道这个不能严格证明的问题和Snowden爆出来的RSA Backdoor有没有关系。
-
Spam Filter (4) -- Self-Learning & Augment
More...
Till then, I have achieved Average AUC of 0.921837 with Naive Bayes, and 0.909551 with Logistic Regression. This kind of result would rank at 3rd position in Discovery Challenge 2006.
-
加州找工作可行性分析
More...
简单介绍下我的背景,本科上海211,985,通信工程;目前在读CS master,学校一般,东岸的Stevens Institute。我水平比较弱(Cracking Coding 第一遍是用来熟悉语法,第一遍进行到11章;去湾区的时候第二遍进行中,但是难题依然都不会。)如果还想了解,可以看本站的about页面。
-
Spam Filter (3) -- Logistic Regression & TF-IDF
Technology ML 4 , spam 4 , LR 1 , TF-IDF 1More...
I studied this method from one of papersposted on Third Conference on Email and Anti-Spam (CEAS 2006). [2] I implemented the basic Logistic Regression (LR) method followed by the conduct of it and it worked as good as the basic implementation of Graham’s Method.