项目作者: churnikov

项目描述 :
Homeworks for "Document classification" course
高级语言: Jupyter Notebook
项目地址: git://github.com/churnikov/exercises-classification-2016.git
创建时间: 2016-10-26T12:14:53Z
项目社区:https://github.com/churnikov/exercises-classification-2016

开源协议:

下载


Homework for alms-classification-2016

This repo contains exercises for “Document classification” course on department of Applied Math SPbU.

  • Exercise 1 is for basic knowledge of python.
  • Exercise 2 is dedicated to numpy operations.
  • Exercise 3 is meant for data visualization and preprocessing.
  • Exercise 4 in this task, we are asked to download full database of “what? where? when?” (что? где? когда?). The downloaded database can be found here
  • Exercise 5 is prediction of news categories from news site fontanka. There we have to not only train model, but also create web view for this model. You can check it out in code/Fountain categories web view.
  • Exercise 6 in this task, we were asked to create web view for search with backend on Elasticsearch.