Skip to content

Commit 7c2d317

Browse files
committed
update README
1 parent 888b2b9 commit 7c2d317

1 file changed

Lines changed: 13 additions & 18 deletions

File tree

README.rst

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,21 @@
1515

1616
.. class:: center
1717

18-
:Название исследуемой задачи: Мое название работы
19-
:Тип научной работы: M1P/НИР/CoIS
20-
:Автор: Имя Отчество Фамилия
21-
:Научный руководитель: степень, Фамилия Имя Отчество
22-
:Научный консультант(при наличии): степень, Фамилия Имя Отчество
18+
:Название исследуемой задачи: Причинно-ориентированное снижение размерности для анализа данных нейроинтерфейсов
19+
:Тип научной работы: НИР
20+
:Автор: Владимиров Эдуард Анатольевич
21+
:Научный руководитель: д.ф-м.н. Стрижов Вадим Викторович
22+
:Научный консультант(при наличии): -
2323

2424
Abstract
2525
========
2626

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.
27+
Learning low–dimensional representations that preserve cause–and–effect structure is a key step toward interpretable modelling of high-dimensional dynamical data.
28+
This thesis introduces \textbf{CaSCA}, a linear auto-encoder that splits the latent space into a causal block, capturing delayed directed influence from one multivariate series to another, and a reconstructive block, keeping residual variance.
29+
Extensions to trajectory embeddings, Riemannian covariance spaces, and a deep variant with a differentiable Convergent Cross Mapping loss broaden the framework.
30+
Comprehensive experiments on two real-world datasets—dual accelerometer-gyroscope recordings and EEG–IMU traces of table-tennis sessions—show that CaSCA
31+
(i) reduces multicollinearity,
32+
(ii) reconstructs signals with negligible loss of explained variance, and
33+
(iii) improves downstream prediction
34+
The method thus offers a compact, interpretable state-space where causal links are easier to detect and exploit.
2835

29-
Research publications
30-
===============================
31-
1.
32-
33-
Presentations at conferences on the topic of research
34-
================================================
35-
1.
36-
37-
Software modules developed as part of the study
38-
======================================================
39-
1. A python package *mylib* with all implementation `here <https://github.com/intsystems/ProjectTemplate/tree/master/src>`_.
40-
2. A code with all experiment visualisation `here <https://github.comintsystems/ProjectTemplate/blob/master/code/main.ipynb>`_. Can use `colab <http://colab.research.google.com/github/intsystems/ProjectTemplate/blob/master/code/main.ipynb>`_.

0 commit comments

Comments
 (0)