Wednesday, December 18, 2013

Công cụ thực nghiệm OCR!

Một số cộng cụ sử dụng trong quá trình thực nghiệm;
- Xử lý ảnh: OpenCv, leptonica, AForge.Imaging (cái này khác tuyệt với)
Thư viện Kmean, clustering :
http://www.alglib.net/commercial.php
Thư viện mọi thứ trọng một về machine learning
http://www.extremeoptimization.com/Default.aspx
Nếu làm SVM không thể quên:
http://www.csie.ntu.edu.tw/~cjlin/libsvm/
À, còn cái này nữa:
http://image.diku.dk/shark/sphinx_pages/build/html/index.html
Supervised learning
Linear discriminant analysis (LDA), Fisher–LDA
Naive Bayes classifier (supporting generic distributions)
Linear regression
Support vector machines (SVMs) for one-class, binary and true multi-category classification as well as regression; includes fast variants for linear kernels.
Feed-forward and recurrent multi-layer artificial neural networks
Radial basis function networks
Regularization networks as well as Gaussian processes for regression
Iterative nearest neighbor classification and regression
Decision trees and random forests
Unsupervised learning
Principal component analysis
Restricted Boltzmann machines (including many state-of-the-art learning algorithms)
Hierarchical clustering
Data structures for efficient distance-based clustering
Evolutionary algorithms
Single-objective optimization (e.g., CMA–ES)
Multi-objective optimization (in particular, highly efficient algorithms for computing as well as approximating the contributing hypervolume)
Fuzzy systems
Basic linear algebra and optimization algorithms

Related Posts:

  • Các công nghệ đảm bảo an toàn phần mềm 1. Address Space Layout Randomization (ASLR) ASLR là tính năng bảo mật khiến vị trí dữ liệu của chương trình được sắp xếp một cách ngẫu nhiên trong bộ nhớ. Trước ASLR, vị trí dữ liệu của chương trình trong bộ nhớ có thể dự… Read More
  • Tại sao bài báo khoa học bị từ chối?Năm 2009, các nhà khoa học VN chỉ công bố được khoảng 960 bài báo khoa học trên các tập san quốc tế. Con số này cực kì khiêm tốn khi so với các nước trong vùng. Đằng sau con số này là hàng trăm bài báo bị các tập san từ chối … Read More
  • Tìm hiểu một số công nghệ Web! CGI trong lập trình web là gì? CGI (Common Gateway Interface) là một bộ thông dịch script cho các web server, là công cụ để chạy các ứng dụng web trên Linux/Unix, còn trên Windows thì có ASP.net. Đây là một phương p… Read More
  • Basic Dynamic Analysis: SandboxDynamic analysis là bất cứ quá trình phân tích nào được thực hiện sau khi thực thi malware. Dynamic analysis techniques là bước thứ hai trong quá trình phân tích malware. Dynamic analysis thường được thực hiện sau basic … Read More
  • Xây dựng lab phục vụ cho phân tích động malwareMalware labs có thể cực kì đơn giản hoặc rất phức tạp. Tất cả phụ thuộc vào resources hiện có của bạn (ví dụ như hardware, networking equipment, Windows licences, và những thứ khác), phụ thuộc vào bao nhiêu công việc phân tíc… Read More

0 comments:

Post a Comment