Closed MachineLearningHan closed 7 years ago
I can't find the definition of @.
And an error message "SyntaxError: invalid syntax" for @ was occurred.
Please give me an advice
@ operator was introduced in python 3.5 for matrix multiplication. You need python 3.5 or later version.
I can't find the definition of @.
And an error message "SyntaxError: invalid syntax" for @ was occurred.
Please give me an advice