Category

Computing

Articles filed under Computing.

Latest

214 posts · since 2012

  1. 201
  2. 202
  3. 203

    Host paper reading seminars with github

    How to use GitHub Pages and git branches to host paper reading seminars: keep compiled slides in master branch, source code in another branch, with automatic download links and version control.

  4. 204

    F# Revisited

    Explores F# for implementing domain-specific languages, demonstrating turtle graphics and fractal generation with elegant syntax, async support, and parallel computing capabilities.

  5. 205

    Thoughts about convex optimization

    Convex optimization as a powerful modeling language: express problems as objectives and constraints, then solve efficiently. Demonstrated with image denoising using CVX.

  6. 206

    Automatic Recognition of EMS's CAPTCHA

    Demonstrates automatic CAPTCHA recognition using image binarization, digit splitting, and K-nearest neighbor classification, achieving perfect accuracy on EMS package tracking system.

  7. 207
  8. 208
  9. 209
  10. 210