Hi Shanqing,
Sorry if I am asking a silly question, but actually I'm a newbie to tensorflow:
But what do these graphs and parameters mean?
How were the parameter default values arrived at?
Please point me to the documentation that can best answer this...
Question2: Also, I looked at the code of index.js in order to figure out how to provide my own training data.
I see a function
generateData(digits, numExamples, invert)
How do I change the code of this function to use an array of examples where each example is an array of 2 elements, the first element being an input string and second element being an output string,e.g.
[
["My name is Sohrab. What is my name?", "Sohrab"],
["My name is Shanquing. What is my name?", "Shanquing"]
...
]
For my second question, I am analysing and experimenting with the code but meanwhile any pointer from your side will help.
Thanks,
Sohrab