Skip to content

Fix Errors in Various Chapters #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

foohyfooh
Copy link

@foohyfooh foohyfooh commented Apr 28, 2018

No description provided.

In Chapter 3, the Matrix Multiplication example uses get_shape on the wrong variable (a), so changed it the correct one (A).
Create mutiple instances of the LSTM Cell instead of reusing the same instance.
@foohyfooh foohyfooh changed the title Fix Matrix Multiplication Using the Wrong Variable Fix Errors in Chapter 3 and 5 Apr 28, 2018
@foohyfooh
Copy link
Author

Resolves #11

@foohyfooh
Copy link
Author

@foohyfooh
Copy link
Author

Resolves #9

@foohyfooh foohyfooh changed the title Fix Errors in Chapter 3 and 5 Fix Errors in Chapters 3, 5 and 6 Apr 28, 2018
@foohyfooh foohyfooh changed the title Fix Errors in Chapters 3, 5 and 6 Fix Errors in Various Chapters Apr 29, 2018
- Correct x and y variables as they were in each other's place.
- Adjust to use the same colour scheme as the book instead of a single colour.
Include the operations so that the program doesn't hang.
@foohyfooh
Copy link
Author

Hopefully Resolves #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant