Explore >> Select a destination


You are here

spacedome.tv
| | polukhin.tech
5.1 parsecs away

Travel
| | As the field of Deep Learning continues to grow, the demand for efficient and lightweight neural networks becomes increasingly important. In this blog post, we will explore six lightweight neural network architectures.
| | seanzhang.me
5.3 parsecs away

Travel
| | Explaining the EM algorithm in a nutshell
| | tiao.io
3.2 parsecs away

Travel
| | We introduce a model-based method for asynchronous multi-fidelity hyperparameter and neural architecture search that combines the strengths of asynchronous Hyperband and Gaussian process-based Bayesian optimization, achieving substantial speed-ups over current state-of-the-art methods on challenging benchmarks for tabular data, image classification, and language modeling.
| | sirupsen.com
19.0 parsecs away

Travel
| [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.