Explore >> Select a destination


You are here

www.paepper.com
| | towardsdatascience.com
2.0 parsecs away

Travel
| | Learn how to build feedforward neural networks that are interpretable by design using PyTorch.
| | jaketae.github.io
2.4 parsecs away

Travel
| | I recently completed another summer internship at Meta (formerly Facebook). I was surprised to learn that one of the intern friends I met was an avid reader of my blog. Encouraged by the positive feedback from my intern friends, I decided to write another post before the end of summer. This post is dedicated to the mandem: Yassir, Amal, Ryan, Elvis, and Sam.
| | coen.needell.org
2.3 parsecs away

Travel
| | In my last post on computer vision and memorability, I looked at an already existing model and started experimenting with variations on that architecture. The most successful attempts were those that use Residual Neural Networks. These are a type of deep neural network built to mimic specific visual structures in the brain. ResMem, one of the new models, uses a variation on ResNet in its architecture to leverage that optical identification power towards memorability estimation. M3M, another new model, ex...
| | sebastianraschka.com
9.3 parsecs away

Travel
| The PyTorch team recently announced TorchData, a prototype library focused on implementing composable and reusable data loading utilities for PyTorch. In...