|
You are here |
matthewearl.github.io | ||
| | | | |
d2l.ai
|
|
| | | | | [AI summary] This chapter provides an in-depth exploration of recommender systems, covering fundamental concepts and advanced techniques. It begins with an overview of collaborative filtering and the distinction between explicit and implicit feedback. The chapter then delves into various recommendation tasks and their evaluation methods. It introduces the MovieLens dataset as a practical example for building recommendation models. Subsequent sections discuss matrix factorization, AutoRec using autoencoders, personalized ranking with Bayesian personalized ranking and hinge loss, neural collaborative filtering, sequence-aware recommenders, feature-rich models, and deep factorization machines like DeepFM. The chapter concludes with implementation details and ev... | |
| | | | |
sirupsen.com
|
|
| | | | | [AI summary] The article provides an in-depth explanation of how to build a neural network from scratch, focusing on the implementation of a simple average function and the introduction of activation functions for non-linear tasks. It discusses the use of matrix operations, the importance of GPUs for acceleration, and the role of activation functions like ReLU. The author also outlines next steps for further exploration, such as expanding the model, adding layers, and training on datasets like MNIST. | |
| | | | |
zserge.com
|
|
| | | | | Neural network and deep learning introduction for those who skipped the math class but wants to follow the trend | |
| | | | |
saturncloud.io
|
|
| | | By combining Dask and PyTorch you can easily speed up training a model across a cluster of GPUs. But how much of a benefit does that bring? This blog post finds out! | ||