Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 725 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 725 Bytes

Midea_THU

This repository contains a data prediction project in collaboration between Tsinghua University and Midea Group. The project explores various approaches to predict the provided data from Midea, including machine learning, support vector machines, and Gaussian processes.

Progress

美的项目

Content

To run the Gaussian Process prediction model, follow these instructions:

cd src
python3 gaussian_process.py --name data_chu_1a --test_num 100 --iterations 50000 --minibatch_size 100 --lr 0.1