Skip to content
View philip30's full-sized avatar
  • Oracle
  • Sydney, Australia
  • 20:05 (UTC +10:00)
Block or Report

Block or report philip30

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. nmtrain nmtrain Public

    An NMT trainer + decoder with chainer.

    Python 4

  2. Sudoku solver using complete search. Sudoku solver using complete search.
    1
    #!/usr/bin/env python3
    2
    # By Philip Arthur
    3
    # This program is intended to solve sudoku problem with a complete search.
    4
    # It simulates human's way to solve sudoku problem with following steps:
    5
    # 1. Forward Inference: Try to look at every column, row, and box; if there is only 1 possible cell for a particular number, set it.
  3. xnmt xnmt Public

    Forked from neulab/xnmt

    eXtensible Neural Machine Translation

    Python 1