diff --git a/README.md b/README.md index 3600846232f3cc21dd3d4c7551a0f56c85b31233..fcd3e02ec3bbebfa55554994b60f4efa37a9bbc4 100644 --- a/README.md +++ b/README.md @@ -79,4 +79,8 @@ We acquired a rapidly preserved human surgical sample from the temporal lobe of This paper presents a balance control technique for a novel wheel-legged robot. We first derive a dynamic model of the robot and then apply a linear feedback controller based on output regulation and linear quadratic regulator (LQR) methods to maintain the standing of the robot on the ground without moving backward and forward mightily. To take into account nonlinearities of the model and obtain a large domain of stability, a nonlinear controller based on the interconnection and damping assignment - passivity-based control (IDA-PBC) method is exploited to control the robot in more general scenarios. Physical experiments are performed with various control tasks. Experimental results demonstrate that the proposed linear output regulator can maintain the standing of the robot, while the proposed nonlinear controller can balance the robot under an initial starting angle far away from the equilibrium point, or under a changing robot height. +## Very Deep Convolutional Networks for Large-Scale Image Recognition + +In this work we investigate the effect of the convolutional network *depth on its accuracy* in the large-scale image recognition setting. Our main contribution is a thorough evaluation of networks of *increasing depth using an architecture with very small (3x3) convolution filters*, which shows that a significant improvement on the prior-art configurations can be achieved by pushing the depth to *16-19 weight layers*. These findings were the basis of our ImageNet Challenge 2014 submission, where our team secured the first and the second places in the localisation and classification tracks respectively. We also show that *our representations generalise well* to other datasets, where they achieve state-of-the-art results. We have made our two best-performing ConvNet models publicly available to facilitate further research on the use of *deep visual representations* in computer vision. + ![](https://maoxianxin1996.oss-accelerate.aliyuncs.com/codechina/20210608112105.png) \ No newline at end of file diff --git a/Very Deep Convolutional Networks for Large-Scale Image Recognition.pdf b/Very Deep Convolutional Networks for Large-Scale Image Recognition.pdf new file mode 100644 index 0000000000000000000000000000000000000000..3258b74015da0214780360aa1bc60384af103dac Binary files /dev/null and b/Very Deep Convolutional Networks for Large-Scale Image Recognition.pdf differ