-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (74 loc) · 3.34 KB
/
index.html
File metadata and controls
74 lines (74 loc) · 3.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
layout: default
---
<script>
$(".site-nav .nav li a.page-link").hover(function () {
$(this).css("background-color", "#8BB8FF");
}, function () {
$(this).css("background-color", "#8BB8FF");
});
$(".site-title").css("color", "#FFFFFF");
</script>
<div id="head_rect">
<div style="height: 84px"></div>
<div class="row" style="margin-top: 60px;">
<div class="col-xs-7">
<div id="proj_title" style="margin-top: 70px;">
<div style="width: 40px; height: 130px; background: #508CFF;"></div>
<p id="proj_welcome">Welcome To</p>
<p id="proj_name">Galaxy Learning</p>
</div>
<div id="proj_descr">
<div style="width: 3px; height: 66px; background: #FFFFFF; float: left;"></div>
<div style="width: 10px; height: 49px; float: left;"></div>
<p>Galaxy learning is a federated learning system based on blockchain and GFL<br />( Federated learning
framework based on pytorch ).</p>
</div>
</div>
<div class="col-xs-5">
<div style="margin-right: 80px">
<img src="{{ site.data.cdn.cdn_url }}{{ "/assets/imgs/hp1/banner_pic.png" | relative_url }}" style="width: 100%; height: 100%;">
</div>
</div>
</div>
</div>
<div class="middle_text">
<p>Due to people’s emerging concern about data privacy, federated learning(FL) is currently being widely used.
Conventional federated learning uses a highly centralized architecture, but in a real federated learning
scenario, due to the highly distributed of data nodes and the existence of malicious data nodes, It is of great
challenges for conventional federated learning
to improve the utilization of network bandwidth and maintained the security and robustness of federated learning
under malicious node attacks. As a result, we propose
a practical model training paradigm based on Blockchain, named GalaxyLearning, which aims to train a model with
distributed data and to reserve the data ownership for their owners and the interest of trained model.</p>
</div>
<div class="subproject">
<center>
<p>subproject</p>
<div style="width: 72px;height: 12px;background: #8BB8FF;border-radius: 6px;margin-top: 30px"></div>
</center>
</div>
<div class="row" style="width: 60%; margin-left: 20%">
<div class="col-xs-6">
<center>
<div class="project_card">
<div class="img_div"><img src="{{ site.data.cdn.cdn_url }}{{ "/assets/imgs/hp1/sub_1.png" | relative_url }}"
style="width: 100%; height: 100%;"></div>
<a href="https://github.com/ZJU-DistributedAI/GalaxyDataset" target="_blank">
<p>GALAXY DATASET</p>
</a>
</div>
</center>
</div>
<div class="col-xs-6">
<center>
<div class="project_card">
<div class="img_div"><img src="{{ site.data.cdn.cdn_url }}{{ "/assets/imgs/hp1/sub_3.png" | relative_url }}"
style="width: 100%; height: 100%"></div>
<a href="https://github.com/GalaxyLearning/GFL" target="_blank">
<p>GFL</p>
</a>
</div>
</center>
</div>
</div>