All Projects → Backl1ght → HuaweiCodeCraft2020

Backl1ght / HuaweiCodeCraft2020

Licence: GPL-3.0 license
2020华为软件精英挑战赛

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to HuaweiCodeCraft2020

RioGNN
Reinforced Neighborhood Selection Guided Multi-Relational Graph Neural Networks
Stars: ✭ 46 (+228.57%)
Mutual labels:  graph-algorithms, machine-learning-algorithms
Verse
Reference implementation of the paper VERSE: Versatile Graph Embeddings from Similarity Measures
Stars: ✭ 98 (+600%)
Mutual labels:  graph-algorithms, machine-learning-algorithms
Python-Course
Python Basics, Machine Learning and Deep Learning
Stars: ✭ 50 (+257.14%)
Mutual labels:  machine-learning-algorithms
Machine Learning Code
《统计学习方法》与常见机器学习模型(GBDT/XGBoost/lightGBM/FM/FFM)的原理讲解与python和类库实现
Stars: ✭ 169 (+1107.14%)
Mutual labels:  machine-learning-algorithms
mlzero to hero
No description or website provided.
Stars: ✭ 40 (+185.71%)
Mutual labels:  machine-learning-algorithms
Grokking-Machine-Learning
This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
Stars: ✭ 54 (+285.71%)
Mutual labels:  machine-learning-algorithms
awesome-awesome-machine-learning
A curated list of awesome lists across all machine learning topics. | 机器学习/深度学习/人工智能一切主题 (学习范式/任务/应用/模型/道德/交叉学科/数据集/框架/教程) 的资源列表汇总。
Stars: ✭ 394 (+2714.29%)
Mutual labels:  machine-learning-algorithms
php-kmeans
PHP K-Means
Stars: ✭ 81 (+478.57%)
Mutual labels:  machine-learning-algorithms
linear chain crf
A HMM-like linear-chain CRF, used Tensorflow API. 🐣
Stars: ✭ 37 (+164.29%)
Mutual labels:  machine-learning-algorithms
pacstall
An AUR-inspired package manager for Ubuntu
Stars: ✭ 842 (+5914.29%)
Mutual labels:  gplv3
nodegraph
NodeGraph - A simple directed graph with visualization UI.
Stars: ✭ 21 (+50%)
Mutual labels:  graph-algorithms
radeon-scripts
Scripts to manage various aspects of the AMD line of cards in Linux
Stars: ✭ 39 (+178.57%)
Mutual labels:  gplv3
foxreplace
Replace text in webpages
Stars: ✭ 72 (+414.29%)
Mutual labels:  gplv3
aibolit
Static Analyzer for Java Code with Machine Learning in Mind
Stars: ✭ 53 (+278.57%)
Mutual labels:  machine-learning-algorithms
blossom
Edmonds's blossom algorithm for maximum weight matching in undirected graphs
Stars: ✭ 16 (+14.29%)
Mutual labels:  graph-algorithms
Machine-Learning-Algorithms
All Machine Learning Algorithms
Stars: ✭ 24 (+71.43%)
Mutual labels:  machine-learning-algorithms
bayes
naive bayes in php
Stars: ✭ 61 (+335.71%)
Mutual labels:  machine-learning-algorithms
regression-python
In this repository you can find many different, small, projects which demonstrate regression techniques using python programming language
Stars: ✭ 15 (+7.14%)
Mutual labels:  machine-learning-algorithms
freecbt
✨🐙 A GPL Licensed Cognitive Behavioral Therapy app for iOS and Android
Stars: ✭ 49 (+250%)
Mutual labels:  gplv3
urteile-gesetze-web
Web-Frontend des juristischen Informationssystems urteile-gesetze.de
Stars: ✭ 16 (+14.29%)
Mutual labels:  gplv3

HuaweiCodeCraft2020

热身赛

2020华为软件经营挑战赛-热身赛0.46分作品, 最后rk50,极限拿到手环。

基本思路

最后一版的思路就是把给的训练集看成已经用k-means算法聚好类的模型,然后只需要算距离比大小就可以完成预测。

初赛

最终成绩是0.262,成功苟进复赛圈。

数据生成器

数据生成器有基于testlib的,也有基于mt19937的,完成的功能大概就是每次随机两个数u和v,如果边<u,v>之前那没有出现过就把他写入到文件。

排名获取

上传了获取总榜单的spider.py文件。

复赛

A榜武长第6,B榜凉凉

排名获取

已经将复赛的版本写好发上来了,顺便解决了一些小问题。

最终结果

最后也没调出来,因为这个自闭了好久。最近期末忙各科的实验和课程项目,代码鸽了。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].