Skip to content
View philip30's full-sized avatar
  • Oracle
  • Sydney, Australia
  • 22:08 - 10h ahead

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 Loading

  1. nmtrain Public

    An NMT trainer + decoder with chainer.

    Python 4

  2. 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 Public

    Forked from neulab/xnmt

    eXtensible Neural Machine Translation

    Python 1

philip30 (Philip Arthur) · GitHub
Skip to content
View philip30's full-sized avatar
  • Oracle
  • Sydney, Australia
  • 22:08 - 10h ahead

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 Loading

  1. nmtrain Public

    An NMT trainer + decoder with chainer.

    Python 4

  2. 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 Public

    Forked from neulab/xnmt

    eXtensible Neural Machine Translation

    Python 1