You are here |
tcode2k16.github.io | ||
| | | |
aimatters.wordpress.com
|
|
| | | | A few weeks ago, it was announced that Keras would be getting official Google support and would become part of the TensorFlow machine learning library. Keras is a collectionof high-level APIs in Python for creating and training neural networks, using either Theano or TensorFlow as the underlying engine. Given my previous posts on implementing an... | |
| | | |
www.paepper.com
|
|
| | | | Recent advances in training deep neural networks have led to a whole bunch of impressive machine learning models which are able to tackle a very diverse range of tasks. When you are developing such a model, one of the notable downsides is that it is considered a "black-box" approach in the sense that your model learns from data you feed it, but you don't really know what is going on inside the model. | |
| | | |
www.nicktasios.nl
|
|
| | | | In the Latent Diffusion Series of blog posts, I'm going through all components needed to train a latent diffusion model to generate random digits from the MNIST dataset. In this first post, we will tr | |
| | | |
swethatanamala.github.io
|
|
| | The authors developed a straightforward application of the Long Short-Term Memory (LSTM) architecture which can solve English to French translation. |