Hacker News new | ask | show | jobs
by AndrewUnmuted 2000 days ago
> I've had some really great thoughts about ML approaches

So far I've had the most luck doing a Peephole LSTM approach [0].

[0] https://en.wikipedia.org/wiki/Long_short-term_memory

1 comments

Here, too, the development is moving away from RNN and LSTM in the direction of Transformers. One of the most promising algorithmic composition projects I recently came across is https://openai.com/blog/musenet/.