- 01 fév., 2019 1 validation
-
-
Ashish Gupta a écrit
* no need of if else * no need of if - else . As if hidden_layer_sizes is zero then it will not affect layer_sizes * removed comment * Update learning.py
-
- 31 jan., 2019 1 validation
-
-
Sagar a écrit
* update in multimap functi n in utils.py and added test for it * made changes according to PEP style * broke the long sentence to 2 shorter sentences
-
- 30 jan., 2019 3 validations
- 25 jan., 2019 1 validation
-
-
Sagar a écrit
-
- 19 jan., 2019 1 validation
-
-
Sagar a écrit
-
- 06 jan., 2019 2 validations
-
-
Anthony Marakis a écrit
-
Peter Norvig a écrit
-
- 26 déc., 2018 1 validation
-
-
Devesh Sawant a écrit
-
- 22 déc., 2018 1 validation
-
-
Kunwar Raj Singh a écrit
* Fix typos for Wupus agent * fix imports
-
- 18 déc., 2018 2 validations
-
-
Anthony Marakis a écrit
-
Sagar a écrit
-
- 16 déc., 2018 1 validation
-
-
Anthony Marakis a écrit
-
- 30 nov., 2018 1 validation
-
-
Sanders Lin a écrit
-
- 21 nov., 2018 2 validations
-
-
Nouman Ahmed a écrit
-
Kyle Jackson a écrit
`usa` in csp.py incorrectly has NM not being a neighbor with AZ.
-
- 21 oct., 2018 3 validations
-
-
Aman Deep Singh a écrit
-
Matthew Butterick a écrit
Otherwise `csp.curr_domains` may not be available for the loop that follows.
-
Parth Shandilya a écrit
-
- 04 oct., 2018 5 validations
-
-
Muhammad Junaid a écrit
Shortened it, finding conflicts separately and storing them in different variables has no use later in the notebook; so i believe this looks better.
-
Nouman Ahmed a écrit
-
Muhammad Junaid a écrit
-
Muhammad Junaid a écrit
Corrected typos + minor other text changes
-
Muhammad Junaid a écrit
Typos and minor other text errors removed
-
- 02 oct., 2018 1 validation
-
-
Muhammad Junaid a écrit
Made a colored table to display dog movement instead. Corrected grammatical errors, improved the sentence structure and corrected any typos found.
-
- 01 oct., 2018 2 validations
-
-
Muhammad Junaid a écrit
* Revamped the notebook * A few changes reversed Changed a few things from my original PR after a review from ad71.
-
Anthony Marakis a écrit
A thank you to contributors from the GSoC 2018 program!
-
- 28 sept., 2018 1 validation
-
-
DKE a écrit
`self.heap.append` simply appends to the end of the `self.heap` Since `self.heap` is just a python list. `self.append` calls the append method of the class instance, effectively putting the item in its proper place.
-
- 19 sept., 2018 4 validations
-
-
Muhammad Junaid a écrit
Added a few new sentences, modified the sentence structure at a few places, and corrected some grammatical errors.
-
Nouman Ahmed a écrit
* added relu activation * added default parameters
-
Muhammad Junaid a écrit
To make it more descriptive and accurate.
-
Muhammad Junaid a écrit
To make it more accurate.
-
- 18 sept., 2018 1 validation
-
-
Muhammad Junaid a écrit
-
- 17 sept., 2018 1 validation
-
-
Leandro Casuso Montero a écrit
Remove unnecessary initial goal test in best_first_graph_search. The loop will catch that case immediately.
-
- 03 sept., 2018 1 validation
-
-
Anthony Marakis a écrit
-
- 30 août, 2018 1 validation
-
-
Aman Deep Singh a écrit
* Added KB_AgentProgram and subst * Added doctests * Updated README.md * Fixed doctest * Fixed doctest * Fixed doctest * Added definite_clauses_KB to logic.py * Fixed a doctest, again * Fixed another doctest * Fixed another doctest * Moved unnecessary doctests to unit tests * Added unit test for ModelBasedReflexAgent * Added unit test for ModelBasedReflexAgent * Updated README.md * Minor fix * Fixed a doctest
-
- 27 août, 2018 3 validations
-
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-
Peter Norvig a écrit
-