1. 18 mar., 2017 4 validations
    • Antonis Maronikolakis's avatar
      Added Hamming Distance (#340) · 3f5f8567
      Antonis Maronikolakis a écrit
      In learning.py, I added the Hamming Distance metric.
      3f5f8567
    • Antonis Maronikolakis's avatar
      "epoches" to "epochs" (#336) · ca027380
      Antonis Maronikolakis a écrit
      ca027380
    • VladKha's avatar
      Update comments and cleanup (#354) · d941781c
      VladKha a écrit
      * Update some comments
      
      * Cleanup and remove some duplicate initialization
      
      * Fix some comments quotation and little bugs: raising Exception instead of raising Failure, random.randrange(a,b) instead of random(a, b)
      
      * Fix some comments quotation and remove explicit inheritance from object
      
      * Fix 'r' in front of the ```parse_csv``` comments
      
      * Fix quotation in comments
      
      * Fix quotation in comments and fix bug in 'KB_AgentProgram'
      d941781c
    • sofmonk's avatar
      Update weighted_sample_with_replacement() in utils.py (#366) · bddd1cfb
      sofmonk a écrit
      * Update utils.py
      
      in pseudo code the sequence of arguments is " WEIGHTED-SAMPLE-WITH-REPLACEMENT(N, S, W)"  same must follow in function "particle_filtering" in the file probability.py
      
      * Update learning.py
      
      weight_sample_with_replacement sequence of args
      
      * Update probability.py
      
       weighted_sample_with_replacement sequence of args
      
      * Update search.py
      bddd1cfb
  2. 07 mar., 2017 3 validations
    • Antonis Maronikolakis's avatar
      Update Comments in learning.py + PluralityLearner Update (#315) · e76b8861
      Antonis Maronikolakis a écrit
      * Update Comments on learning.py + PluralityLearner
      
      - Fixed some capitalization, spelling and quotation mistakes in comments
      
      - In the PluralityLearner function, the nested function "predict" always returns the same output for a dataset, without taking into account the input ("example"). I defaulted the input as an empty list, so that we don't have to create (or find) a dummy example when we want to simply find the most popular class.
      
      * Update learning.py
      
      * Update learning.py
      
      * Update learning.py
      
      * Made Requested Changes
      e76b8861
    • C.G.Vedant's avatar
      changed mean boolean error (#325) · 94e63cd7
      C.G.Vedant a écrit
      * changed mean boolean error
      
      * Update learning.py
      94e63cd7
    • Peter Norvig's avatar
      Update learning.py · 651416e7
      Peter Norvig a écrit
      651416e7
  3. 06 mar., 2017 1 validation
  4. 04 mar., 2017 1 validation
    • Sampad Kumar Saha's avatar
      Modern String Formatting in Code (#292) · 1356ab9e
      Sampad Kumar Saha a écrit
      * Modern string formatting in csp.py.
      
      * Modern string formatting in games.py.
      
      * Modern string formatting in learning.py.
      
      * Modern string formatting in nlp.py.
      
      * Modern string formatting in probability.py.
      
      * Modern string formatting in search.py.
      
      * Replaced {0\!r} by {} if %s.
      
      * Corrected a typo.
      1356ab9e
  5. 03 mar., 2017 2 validations
    • Vidur Satija's avatar
      Fixed Bug #295 (#301) · e8a5e073
      Vidur Satija a écrit
      Syntax error. Used the function len instead of count.
      e8a5e073
    • Antonis Maronikolakis's avatar
      Commenting Fixes (#294) · a6e31924
      Antonis Maronikolakis a écrit
      * Update search.py
      
      Commenting issues fixed (spacing and punctuation was off sometimes).
      
      * Update agents.py
      
      * Update canvas.py
      
      Grammar
      
      * Update grid.py
      
      * Update learning.py
      
      Added period
      
      * Update logic.py
      
      Fix quoting
      
      * Update mdp.py
      
      Fixed quoting
      
      * Update nlp.py
      
      Capitalization and punctuation fixes
      
      * Update planning.py
      
      * Update probability.py
      
      * Update rl.py
      
      'th' to 'the'
      
      * Update search.py
      
      * Update text.py
      
      * Update utils.py
      
      * Update utils.py
      
      * Update utils.py
      
      * Update learning.py
      
      Typo
      
      * Update utils.py
      a6e31924
  6. 01 mar., 2017 1 validation
  7. 15 juil., 2016 4 validations
  8. 20 juin, 2016 1 validation
  9. 18 avr., 2016 1 validation
  10. 17 avr., 2016 5 validations
  11. 13 avr., 2016 2 validations
  12. 10 avr., 2016 1 validation
  13. 09 avr., 2016 2 validations
  14. 05 avr., 2016 1 validation
  15. 30 mar., 2016 1 validation
  16. 16 mar., 2016 3 validations
  17. 13 mar., 2016 2 validations
  18. 12 mar., 2016 2 validations
  19. 11 mar., 2016 1 validation
  20. 10 mar., 2016 1 validation
  21. 09 mar., 2016 1 validation