My attemps in some kaggle competitions.
-
Competition 1 - Bag of Words Meets Bags of Popcorn: A natural language processing contest whose challenge was to predict IMDB movie sentiment from multi-paragraph movie reviews. Demonstrating the handling of text feature - Notebook
-
Competition 2 - Digit Recognizer: An image recognition contest whose challenge was to classify handwritten single digits - Notebook
-
Competition 3 - San Francisco Crime Classification: A classification contest whose challenge was to Predict the category of crimes that occurred in San Francisco - Notebook
In order to set up development environment to run all projects, follow instruction here.
Contributions are welcome! For bug reports or requests please submit an issue.
For new feature contribution, please follow the following instruction:
1. Fork it (`$git clone https://github.com/tranlyvu/kaggle.git`)
2. Create your feature branch (`git checkout -b new/your-feature`)
3. Commit your changes (`git commit -am 'Add some new feature'`)
4. Push to the branch (`git push origin new/your-feature`)
5. Create a new Pull Request at https://github.com/tranlyvu/kaggle/pulls
See the LICENSE file for license rights and limitations (Apache License 2.0).