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] Autocomplete Python with Deep Learning

We were toying with this simple setup to autocomplete python with deep learning

https://github.com/vpj/python_autocomplete

The metric we used to measure the performance was the number of keystrokes saved. That is the model gives a single suggestion of length L and L-1 keystrokes are saved if it matches actual code. It performs pretty well saving around 30-50% key strokes despite being naive.

Next we want to try different architectures and improve inference performance. Right now it’s too slow for any actual usage.

If you have any ideas or suggestions please do share.

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