Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Refactor Neural Network code to use Matrix Mathematics #107

Closed Davidah121 closed 2 years ago

Davidah121 commented 2 years ago

Neural networks should use matrix math to reduce complexity and follow common conventions.