You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+9-3
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,16 @@
21
21
:Научный руководитель: Бахтеев Олег
22
22
:Научный консультант(при наличии): Бабкин Петр
23
23
24
-
Abstract
25
24
========
26
-
27
-
Purus sit amet luctus venenatis lectus magna fringilla. Condimentum id venenatis a condimentum vitae sapien. Auctor neque vitae tempus quam pellentesque nec nam aliquam. Eget egestas purus viverra accumsan in. Nam aliquam sem et tortor. Donec et odio pellentesque diam volutpat commodo. Odio pellentesque diam volutpat commodo sed egestas. Sit amet dictum sit amet justo. Pellentesque sit amet porttitor eget. Imperdiet sed euismod nisi porta lorem mollis aliquam ut. Quis varius quam quisque id diam vel quam elementum. Ornare lectus sit amet est placerat in. Vulputate dignissim suspendisse in est ante. Elit sed vulputate mi sit amet mauris. Egestas sed tempus urna et pharetra pharetra. Viverra tellus in hac habitasse platea dictumst vestibulum rhoncus.
25
+
**Abstract**: The automated search for optimal neural network architectures (NAS) is a challenging compu-
26
+
tational problem, and Neural Ensemble Search (NES) is even more complex. In this work, we propose a
27
+
surrogate-based approach for ensebmle creation. Neural architectures are represented as graphs, and their
28
+
predictions on a dataset serve as training data for the surrogate function. Using this function, we develop
29
+
an efficient NES framework that enables the selection of diverse and high-performing architectures. The
30
+
resulting ensemble achieves superior predictive accuracy on CIFAR-10 compared to other one-shot NES
31
+
methods, demonstrating the effectiveness of our approach.
32
+
33
+
**Keywords**: NES, GCN, triplet loss, surrogate function
0 commit comments