-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (65 loc) · 3.13 KB
/
index.html
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
75
<!DOCTYPE HTML>
<html>
<head>
<title>Machine learning and visualization</title>
<link rel="stylesheet" href="https://unpkg.com/swiper@7/swiper-bundle.min.css">
<link rel="stylesheet" href="fstyle_.css">
<script src="https://unpkg.com/swiper@7/swiper-bundle.min.js"></script>
<script src="js.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div class="upper">
<a href="index.html">Machine learning and visualization in Python</a>
</div>
<div class="navbar">
<a href="index.html">Home</a>
<a href="news.html">News</a>
<a href="index.html">Сlassification</a>
<a href="candle.html">Candle chart</a>
<a href="https://github.com/quant12345" target="_blank">Contact</a>
</div>
<div class="main">
<div class="right-element">
<span class="text-element">
<b>class Main2Period: </b>creates two increments from a financial instrument with different and dynamically
variable periods with a shift of one.One increment on the x axis, the other on the y axis. If the value was
growing, then the dot is green, the falling value of the dot will be blue.<p>By adjusting the first and second periods,
we select the optimal values for separating the points.</p><p>Following libraries are used: PyQt5, numpy, sklearn, scipy, pandas_datareader.</p>
<p><a href="https://github.com/quant12345/Machine-learning-and-graphics-for-financial-markets-and-beyond" target="_blank">You can download the code here</a></p>
</span>
</div>
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="#"><img src="Main2Period.gif"></a>
</div>
<div class="swiper-slide">
<a href="#"><img src="Main2Market.gif"></a>
</div>
<div class="swiper-slide">
<a href="#"><img src="curve_prec_rec.gif"></a>
</div>
<div class="swiper-slide">
<a href="#"><img src="curve_roc.gif"></a>
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
<div class="swiper-pagination"></div>
<div class="qh2">
<h2>News:</h2>
<p>04.03.2022 posted "class Main2 Period" the class is in the file <span class="span_class">scatter_2period_.py</span></p>
<p>04.03.2022 posted "class Main2Market" the class is in the file <span class="span_class">scatter_2period_.py</span></p>
<p>04.03.2022 posted "class curve_prec_rec" the class is in the file <span class="span_class">scatter_2period_.py</span></p>
<p>04.03.2022 posted "class curve_roc_" the class is in the file <span class="span_class">scatter_2period_.py</span></p>
<p>04.03.2022 posted "class candle_pyqt" the class is in the file <span class="span_class">scatter_2period_.py</span></p>
<p>in more <span class="span_class"><a href="news.html">detail...<a></span></p>
</div>
</div>
</div>
<script>
mainSlider();
</script>
</body>
</html>