6
Neoxas
7y

Fuck you MATLAB and your shitty inefficient for loops. Now I have to rewrite most of my code to use matrices instead of structures cause you take so long. Fuck you and your stupid ability to scale my neural network.....who needed sleep anyway

Comments
  • 1
    Yay. Fuck matlab. Hated learning it in uni.
  • 2
    As of my very little experience, always use matrix operations and in built alternatives of gradient descent function for developing ML models. Apart from for loops, there are many mathematical ways which enhance the model computation to next level.
  • 0
    Matlab I feel is only good in very specific use cases
  • 0
    @timekeeper any tips on adding in gradient decent to a neural network?
  • 0
    @HoloDreamer I actually like it's flexibility a lot. But yea, some of the time it can be an absolute pain in the ass
  • 1
    @Neoxas don't use gradient descent. Check for fmiunic function in matlab. It's one of the most used for optimization.
Add Comment