The objectives of this research are as follows:
- Mathematical stability analysis of the controller and estimator with deep neural networks using the contraction theory.
- Development of the controller and estimator with deep neural networks using the contraction theory.
You can find draft ./manuscript.pdf and ./doc/document.pdf.
├── README.md // you are here
├── manuscript.tex // template of manuscript
├── dding_template // pre-defined template
├── figures // general figures
├── public // do not touch
├── localRefs.bib // bibtex file
├── docs // documentation
└── src // source code
├── script_simulation // script sim. example
│ ├── figures // figures
│ └── results // results
└── simulink_simulation // simulink sim. example
├── figures // figures
└── results // results
If you have questions, please, please, let the author knows.
Download this remote repository on your local device.
git clone https://gitlab.com/dding_friends/dding_research
Initialize submodule to download Template repository.
This command will download very recent version of Template
git submodule init
git submodule update
I provide you the keywords that you can google what you need for what you want to do.
| Keywords | Descriptions |
|---|---|
| branch | Want to |
This simulation in
./srcprovides simple feedback control example. Please, readsrc/script_simulation/main.mandsrc/simulink_simulation/main_slx.mfor script and Simulink simulations, respectively. When you run those scripts, the results and figures shall be saved in the directories namedresultsandfigures(of course, you need to check setting in the scripts.).
Consider following control-affine system represented as
$$
\dot {\boldsymbol{x}} = \boldsymbol{A}\boldsymbol{x} + \boldsymbol{B}\boldsymbol{u}
$$
where
Suppose that we have smooth reference trajectory of
Then the simulation results are plotted like below.
- Ryu Myeongseok @DDingR
- You Sesun @yousesun95
- Choi Kyunhhwan



