luxinyu1 / 2021-MCM-C

Our solutions for 2021 MCM C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2021-MCM-C

  • OUR Solution: a random forest classifier based on multiple features fusion
  • First and foremost, thank my excellent teammates @solaris, @Mikan1206. Solaris's work for extracting the features from the text (nlp) and images(CV) impress me greatly. And no words can be found to describe the spirit of teamwork throught the four days. What binds us together is the the passsion for cracking the data and the love for writing codes. Still, there are regrets that we do not display the process and results in a more mathematical way.

What's our solution?

  • a random forest classifier based on multiple features fusion
  • basically, this is the work combining NLP and CV for better understanding the spread of a alien species. Features are extracted in four different parts, text, images, comments and date.

What is in this repository?

  • the complete python code for the five Tasks
  • the dataset for completing the task

What is the function of the file?

  • Detectron2.ipynb do a image preprocessing job
  • task1.ipynb complete a time series analysis for task 1
  • Ramdomforest.ipynb
  • Note that all the code were written in colab originally

How to run the file?

  1. install jupter notebook or directly upload to colab
  2. git clone this repository
  3. unzip SIFT.zip
  4. task1.ipynb and Ramdomforst.ipynb is the main code file

About

Our solutions for 2021 MCM C


Languages

Language:Jupyter Notebook 100.0%