ctgk / PRML

PRML algorithms implemented in Python
MIT License
11.48k stars 3.25k forks source link

whta is @ #1

Closed MachineLearningHan closed 7 years ago

MachineLearningHan commented 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

ctgk commented 7 years ago

@ operator was introduced in python 3.5 for matrix multiplication. You need python 3.5 or later version.