Skip to content
View sedaschle's full-sized avatar

Block or report sedaschle

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. walksat walksat
    1
    import numpy as np
    2
    import signal
    3
    import matplotlib.pyplot as plt
    4
    
                  
    5
    # generates 3SAT problems, performs walksat (with timeout, no max-flips param), plots avg number of satisfied problem
  2. mastermind mastermind Public

    mastermind game - cpsc312 project 2

    Prolog 1

  3. ava-robot-tournament ava-robot-tournament Public

    reinforcement learning robot.

    C#

  4. pcfg_grammar_aquisition pcfg_grammar_aquisition
    1
    import numpy as np
    2
    
                  
    3
    # given a corpus of sentences & parses, acquires grammar and probabilities for a probabilistic context free grammar
    4
    def read_corpus(filepath):
    5
      file = open(filepath, "r")
  5. gibbs_sampling gibbs_sampling
    1
    import matplotlib.pyplot as plt
    2
    import numpy as np
    3
    from numpy import random
    4
    import pandas as pd
    5
    from enum import Enum
  6. cmd_f cmd_f Public

    CSS