a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by ahw
ahw  ·  3180 days ago  ·  link  ·    ·  parent  ·  post: Artificial Neural Networks with Corvus: Part 1!

Very interesting, I look forward to part 2. I recently started toying around with recurrent neural networks to generate text based on a pre-existing corpus, it's good to learn a little more about the theory behind machine learning.





Corvus  ·  3179 days ago  ·  link  ·  

That's really cool! Can I ask what you're using as / whether you're using a framework for your neural networks? When I started my current project I started playing around with a few different frameworks so I could simplify most of my work, but I ended up starting to write my code from scratch (efficiency was a major concern).

Machine learning is a really interesting topic (with soooo much stuff to talk about) and I'll definitely talk about it.

Anyway, it seems like you've got a very cool idea and I want to know more about it!

ahw  ·  3179 days ago  ·  link  ·  

Thanks, I've used Torch as a framework. I probably wouldn't be able to produce anything more efficient myself. I'm currently still very much at the layperson stage and taking lots of learning materials and code from examples online but I've been really pleased with the results so far.