Submitted by [deleted] t3_z7h29d in MachineLearning
yuenz2 t1_iy89264 wrote
Reply to comment by [deleted] in Is coding from scratch a requirement to be able to do research? [D] by [deleted]
You could try challenging yourself to code the algo and see if its working the same, no one is stopping you.
Bonus: You can do 2 versions of your project, one is your own code and one is full of packages. Submit them together and state the comparisons in your research report, I guarantee you your grades will be different.
Since youre doubting yourself or still not feeling confident, why not just try it?
[deleted] OP t1_iy89kve wrote
That’s true. I should try it. A whole other problem for me is I’m trying to get better at “math to code” skills. I study mathematics and statistics and I can read and write proofs but translating things to code can sometimes be a bit of a hurdle for me at first. But this can help develop those skills I guess
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?
[deleted] OP t1_iy8dcax wrote
Python
Viewing a single comment thread. View all comments