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.
This PR initiates a notebook which serves as a user guide for ND4J and DL4J libraries.
Solves #459
Till now I've added:-
1.) A brief explanation of "What these libraries are used for?"
2.) Different ways to create an N-Dimensional Array.
Future plans:-
As the implementations of 18th and 19th chapters of the textbook would require some mathematical operations on the N-Dimensional arrays, I'll keep on adding the ways to perform these operations using these libraries in the notebook, so that the user can refer to this notebook later, to understand the usage of these libraries in the project.