1. 15 juil., 2018 1 validation
  2. 21 mar., 2018 1 validation
  3. 10 mar., 2018 1 validation
  4. 23 fév., 2018 1 validation
  5. 22 jan., 2018 1 validation
  6. 19 oct., 2017 1 validation
  7. 16 août, 2017 1 validation
  8. 24 juil., 2017 2 validations
    • Anthony Marakis's avatar
      Implementation: Current Best Learning (#593) · b0227916
      Anthony Marakis a écrit
      * Update README.md
      
      * add powerset to utils
      
      * add powerset test
      
      * Create knowledge.py
      
      * Create test_knowledge.py
      
      * add header docstring to knowledge.py
      
      * update learning docstring
      
      * minor edits in knowledge.py
      b0227916
    • C.G.Vedant's avatar
      SVD (#592) · b5612990
      C.G.Vedant a écrit
      * Fixed truncated_svd
      
      * Moved SVD algorithm to learning.py
      b5612990
  9. 10 juil., 2017 1 validation
  10. 09 juil., 2017 1 validation
    • C.G.Vedant's avatar
      Learning (#578) · b785561e
      C.G.Vedant a écrit
      * Added decisiontreelearner to notebook
      
      * Added RandomForest
      b785561e
  11. 26 juin, 2017 1 validation
  12. 13 juin, 2017 1 validation
  13. 28 mai, 2017 2 validations
  14. 24 mai, 2017 2 validations
  15. 17 avr., 2017 2 validations
  16. 14 avr., 2017 1 validation
  17. 12 avr., 2017 1 validation
  18. 06 avr., 2017 1 validation
  19. 25 mar., 2017 4 validations
  20. 22 mar., 2017 2 validations
    • Angira Sharma's avatar
      added double_tennis_problem to planning.py; and minor pep8 edits (#373) · 581fa6be
      Angira Sharma a écrit
      * Update test_agents.py
      
      pep8 changes, showed flake8 errors
      
      * Update test_agents.py
      
      * Update test_agents.py
      
      * Update test_agents.py
      
      * Update test_text.py
      
      added missing whitespace after comma
      
      * Update utils.py
      
      added space after comma
      
      * Update search.py
      
      added space after comma
      
      * Update probability.py
      
      added space after comma
      
      * Update learning.py
      
      added space after comma
      
      * Update planning.py
      
      added double_tennis_problem
      
      * Update rl.py
      
      In the pseudocode figure 21.8, the first 'if' starts with argument 's', which is the previous state, not s1(i.e, the current state).
      
      * Update search.py
      
      the 'uniform_cost_search' in notebook 'search-4e.ipynb' resembles more to the pseudocode in book.
      
      * Update search.py
      
      * Update search.py
      
      * Update search.py
      581fa6be
    • ESHAN PANDEY's avatar
      Update learning.py (#388) · 9f1b1ee7
      ESHAN PANDEY a écrit
      created a parameter size in the function leave_one_out(learner, dataset, size=None):
      9f1b1ee7
  21. 18 mar., 2017 6 validations
  22. 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
  23. 06 mar., 2017 1 validation
  24. 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
  25. 03 mar., 2017 1 validation