Giter Site home page Giter Site logo

sss-2019-ml-project's Introduction

S3++ 2019 ML Project

Running

python3 -m pip install -r requirements.txt
python app.py 

Or with docker:

docker build . -t app
docker run --rm -it -p 8080:80 app

#Summary

Puzzles

  1. Factorize 245143486106224403217900081922883253630
  2. 100000th smallest number of form 2^i * 3^j * 5 ^ k (where i, j, k are nonnegative integers)
  3. The Josephus Problem, 41 people, where to sit?
  4. In how many ways can you write 100 parenthesis?
  5. Prove that in any 6 people there exists 3 who either are all friends or all enemies.

Python

Linear Algebra

Classic Computer Vision

Graph Theory

Algorithms & optimizations

Tools

Convolutional Neural Networks for Visual Recognition

MNIST Classification

Project

  • Constructing Extraction & Solving Models
  • Evaluation

Extraction

  • Constructing OCR & Layouting Models
  • Evaluation

OCR

  • Constructing Localization & Classification Models
  • Evaluation

Localization

  • Conversion to grayscale
  • Thresholding (binarization)
  • Morphological Transformations
  • Finding Connected Components
  • Postprocessing
  • Evaluation

Classificaiton

  • Defining Supported Characters
  • Data Preparation
  • Learning Classification Model
  • Evaluation

Layouting

  • Preprocessing
  • Sorting
  • Parsing
  • Evaluation

Solving

  • SimPy or own?
  • Evaluation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.