Viewing a single comment thread. View all comments

yuenz2 t1_iy8aem6 wrote

I see, during my college days I had to convert mathematical formulas from papers into code myself too. I was doing algorithm benchmark and all sorts of benchmark functions were in mathematical form and theres no Python version of them on the internet.

What coding language are u using?

1

[deleted] OP t1_iy8dcax wrote

Python

1

yuenz2 t1_iy8g632 wrote

Ah its easy, NumPy could help you for most of it.

1

[deleted] OP t1_iy8kbxq wrote

Gotcha. Are their built in functions to do things like updating weights and calculating matrix differentiation? I’m really a newb when it comes to scientific programming.

1

yuenz2 t1_iyb0rtl wrote

You gotta figure out this part yourself mate, just google what exactly you want and there will be tools to help.

1

[deleted] OP t1_iyba889 wrote

Yup, I googled it and found stuff in like 5 seconds. Thanks.

1