Merge latest changes#3
Merged
dsaw merged 15 commits intodsaw:masterdsaw/aima-python:masterfrom Oct 4, 2018
Merged
Conversation
Remove unnecessary initial goal test in best_first_graph_search. The loop will catch that case immediately.
To make it more accurate.
To make it more descriptive and accurate.
* added relu activation * added default parameters
Added a few new sentences, modified the sentence structure at a few places, and corrected some grammatical errors.
`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.
A thank you to contributors from the GSoC 2018 program!
* Revamped the notebook * A few changes reversed Changed a few things from my original PR after a review from ad71.
Made a colored table to display dog movement instead. Corrected grammatical errors, improved the sentence structure and corrected any typos found.
Typos and minor other text errors removed
Corrected typos + minor other text changes
Shortened it, finding conflicts separately and storing them in different variables has no use later in the notebook; so i believe this looks better.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.