1. 12 avr., 2017 9 validations
  2. 07 avr., 2017 1 validation
  3. 06 avr., 2017 7 validations
  4. 25 mar., 2017 11 validations
    • lucasmoura's avatar
      Fix flake8 for main files (#399) · 034d279b
      lucasmoura a écrit
      * Exclude test files from flake8 check
      
      * Fix flake8 for main files
      
      * Add flake8 check to build
      034d279b
    • Antonis Maronikolakis's avatar
      Implemented Topological Sort (#401) · cb7a0b14
      Antonis Maronikolakis a écrit
      * Implement Topological Sort
      
      - Implemented topological_sort
      - Added auxiliary function build_topological
      - Updated call to topological_sort
      
      * Use defaultdict to build visited
      
      * Added test
      
      * Update csp.py
      
      Skip first item of iteration
      cb7a0b14
    • Antonis Maronikolakis's avatar
      Fixed Notebook Typos (#397) · c8e22e69
      Antonis Maronikolakis a écrit
      * Update games.ipynb
      
      * Update intro.ipynb
      
      * Update csp.ipynb
      c8e22e69
    • Antonis Maronikolakis's avatar
      Bug Fixing in DataSet + Test Updates (#410) · 444ac268
      Antonis Maronikolakis a écrit
      * Bugfixing
      
      * Test for "exclude"
      
      * Update test_learning.py
      
      * update_values
      444ac268
    • lucasmoura's avatar
      f6244150
    • Angira Sharma's avatar
      added fol_fc_ask to logic.py ; update README.md (#415) · df9d7d52
      Angira Sharma a écrit
      * Update utils.py
      
      in pseudo code the sequence of arguments is   " WEIGHTED-SAMPLE-WITH-REPLACEMENT(N, S, W)"  
      
      * 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
      
      * Update planning.py
      
      added double_tennis_problem from chapter 11 , figure 11.10
      
      * Update utils.py
      
      added missing space after comma
      
      * Update learning.py
      
      added missing space after comma
      
      * Update probability.py
      
      added missing space after comma
      
      * Update search.py
      
      added missing space after comma
      
      * Update planning.py
      
      * Update planning.py
      
      * Update planning.py
      
      * Update planning.py
      
      * Update planning.py
      
      * Update planning.py
      
      * 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
      
      * Update README.md
      
      * Update README.md
      
      * Update README.md
      
      * Update planning.py
      
      * Update planning.py
      
      added spaces after comma
      
      * Update planning.py
      
      * Update test_planning.py
      
      added double_tennis_problem test
      
      * Update test_planning.py
      
      * Update logic.py
      
      added fol_fc_ask from fig 9.3
      
      * Update logic.py
      
      * Update test_planning.py
      df9d7d52
    • Antonis Maronikolakis's avatar
      Add DataSet Tutorial (#411) · 10c82c6a
      Antonis Maronikolakis a écrit
      10c82c6a
    • lucasmoura's avatar
      Add NgramCharModel to text.py (#413) · 4f1b1828
      lucasmoura a écrit
      * Add NgramCharModel to text.py
      
      * Update text.py
      
      * Update
      4f1b1828
    • lucasmoura's avatar
      Fix NgramTextModel bug (#412) · eca3b2a3
      lucasmoura a écrit
      * Fix NgramTextModel bug
      
      * Add new tests for NgramTextModel
      eca3b2a3
    • Antonis Maronikolakis's avatar
      Bug Fixes for LinearLearner (#408) · 313fee0a
      Antonis Maronikolakis a écrit
      * Bug fixing
      
      * Spacing
      313fee0a
    • lucasmoura's avatar
      Fix gradient descent for LinearLearning (#414) · 64bb5644
      lucasmoura a écrit
      64bb5644
  5. 22 mar., 2017 10 validations
  6. 21 mar., 2017 1 validation
  7. 18 mar., 2017 1 validation