Testing PyTorch and Lightning models Chris27 January 202127 January 2021Leave a comment Model evaluation is key in validating whether your machine learning or deep learning model really works. This procedure, where you...
Creating a Multilayer Perceptron with PyTorch and Lightning Chris26 January 202126 January 20214 Comments Multilayer Perceptrons or MLPs are one of the basic types of neural networks that can be created. Still, they are...