Skip to main content

Blog

Learn About Our Meetup

5000+ Members

MEETUPS

LEARN, CONNECT, SHARE

Join our meetup, learn, connect, share, and get to know your Toronto AI community. 

JOB POSTINGS

INDEED POSTINGS

Browse through the latest deep learning, ai, machine learning postings from Indeed for the GTA.

CONTACT

CONNECT WITH US

Are you looking to sponsor space, be a speaker, or volunteer, feel free to give us a shout.

[P] Generating text with character embeddings and RNN in pure Numpy

I’ve implemented a seq2seq generative character model in pure Numpy on top of CS231n’s assignment code. It’s nothing fancy but I think being able to see things in matrix multiplication level gives good intuitions about concepts in machine learning. Thus this repository contains reference implementations for

Hope it will be useful for others, as well!

Repo

https://github.com/kirbiyik/generate-any-text

submitted by /u/kirbiyik
[link] [comments]