Skip to content
/ neuron Public

I've decided to play around with Facebook's FastText NLP library. Here I use data gathered from thousands of user bug reports to predict which ones are actual bugs just from their descriptions. So far it is capable of achieving ~80% accuracy with 200,000 learning samples.

License

Notifications You must be signed in to change notification settings

iRunn3r/neuron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neuron

This repository contains code for testing out Facebook's FastText library for text classification. Data is gathered from FogBugz user submissions.

Disclaimer

FastText library is only compatible with macOS and Linux, therefore this code will not work on Windows.

About

I've decided to play around with Facebook's FastText NLP library. Here I use data gathered from thousands of user bug reports to predict which ones are actual bugs just from their descriptions. So far it is capable of achieving ~80% accuracy with 200,000 learning samples.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published