135 research outputs found
SAMN: A Sample Attention Memory Network Combining SVM and NN in One Architecture
Support vector machine (SVM) and neural networks (NN) have strong
complementarity. SVM focuses on the inner operation among samples while NN
focuses on the operation among the features within samples. Thus, it is
promising and attractive to combine SVM and NN, as it may provide a more
powerful function than SVM or NN alone. However, current work on combining them
lacks true integration. To address this, we propose a sample attention memory
network (SAMN) that effectively combines SVM and NN by incorporating sample
attention module, class prototypes, and memory block to NN. SVM can be viewed
as a sample attention machine. It allows us to add a sample attention module to
NN to implement the main function of SVM. Class prototypes are representatives
of all classes, which can be viewed as alternatives to support vectors. The
memory block is used for the storage and update of class prototypes. Class
prototypes and memory block effectively reduce the computational cost of sample
attention and make SAMN suitable for multi-classification tasks. Extensive
experiments show that SAMN achieves better classification performance than
single SVM or single NN with similar parameter sizes, as well as the previous
best model for combining SVM and NN. The sample attention mechanism is a
flexible module that can be easily deepened and incorporated into neural
networks that require it
MaxMin-L2-SVC-NCH: A New Method to Train Support Vector Classifier with the Selection of Model's Parameters
The selection of model's parameters plays an important role in the
application of support vector classification (SVC). The commonly used method of
selecting model's parameters is the k-fold cross validation with grid search
(CV). It is extremely time-consuming because it needs to train a large number
of SVC models. In this paper, a new method is proposed to train SVC with the
selection of model's parameters. Firstly, training SVC with the selection of
model's parameters is modeled as a minimax optimization problem
(MaxMin-L2-SVC-NCH), in which the minimization problem is an optimization
problem of finding the closest points between two normal convex hulls
(L2-SVC-NCH) while the maximization problem is an optimization problem of
finding the optimal model's parameters. A lower time complexity can be expected
in MaxMin-L2-SVC-NCH because CV is abandoned. A gradient-based algorithm is
then proposed to solve MaxMin-L2-SVC-NCH, in which L2-SVC-NCH is solved by a
projected gradient algorithm (PGA) while the maximization problem is solved by
a gradient ascent algorithm with dynamic learning rate. To demonstrate the
advantages of the PGA in solving L2-SVC-NCH, we carry out a comparison of the
PGA and the famous sequential minimal optimization (SMO) algorithm after a SMO
algorithm and some KKT conditions for L2-SVC-NCH are provided. It is revealed
that the SMO algorithm is a special case of the PGA. Thus, the PGA can provide
more flexibility. The comparative experiments between MaxMin-L2-SVC-NCH and the
classical parameter selection models on public datasets show that
MaxMin-L2-SVC-NCH greatly reduces the number of models to be trained and the
test accuracy is not lost to the classical models. It indicates that
MaxMin-L2-SVC-NCH performs better than the other models. We strongly recommend
MaxMin-L2-SVC-NCH as a preferred model for SVC task
Bending Vibration Suppression of a Flexible Multispan Shaft Using Smart Spring Support
Because the flexible multispan shaft in large machines often rotates at supercritical speed, it is desirable to find ways to suppress the resulting bending vibration. In this paper, a novel type of support structure is proposed and investigated, which can suppress the bending vibration using dry friction. This approach is called Smart Spring support (SMSS). A dynamic model for the multispan shaft with SMSS is developed. The relationship between the vibration suppression effect and the control parameters of the SMSS is obtained through a numerical example involving a helicopter tail drive shaft. A structure of the SMSS is designed and examined with a rotor test. The results demonstrate that the SMSS has a significant effect on bending vibration suppression of flexible multispan shafts. The vibration-reduction ratio of the peak amplitude reaches 57.2% in the numerical example and 45.2% in the rotor test
Exploration of microbiome diversity of stacked fermented grains by flow cytometry and cell sorting
Sauce-flavor baijiu is one of the twelve flavor types of Chinese distilled fermented product. Microbial composition plays a key role in the stacked fermentation of Baijiu, which uses grains as raw materials and produces flavor compounds, however, the active microbial community and its relationship remain unclear. Here, we investigated the total and active microbial communities of stacked fermented grains of sauce-flavored Baijiu using flow cytometry and high-throughput sequencing technology, respectively. By using traditional high-throughput sequencing technology, a total of 24 bacterial and 14 fungal genera were identified as the core microbiota, the core bacteria were Lactobacillus (0.08–39.05%), Acetobacter (0.25–81.92%), Weissella (0.03–29.61%), etc. The core fungi were Issatchenkia (23.11–98.21%), Monascus (0.02–26.36%), Pichia (0.33–37.56%), etc. In contrast, using flow cytometry combined with high-throughput sequencing, the active dominant bacterial genera after cell sorting were found to be Herbaspirillum, Chitinophaga, Ralstonia, Phenylobacterium, Mucilaginibacter, and Bradyrhizobium, etc., whereas the active dominant fungal genera detected were Aspergillus, Pichia, Exophiala, Candelabrochaete, Italiomyces, and Papiliotrema, etc. These results indicate that although the abundance of Acetobacter, Monascus, and Issatchenkia was high after stacked fermentation, they may have little biological activity. Flow cytometry and cell sorting techniques have been used in the study of beer and wine, but exploring the microbiome in such a complex environment as Chinese baijiu has not been reported. The results also reveal that flow cytometry and cell sorting are convenient methods for rapidly monitoring complex microbial flora and can assist in exploring complex environmental samples
Reinforcement Learning for Robot Navigation with Adaptive Forward Simulation Time (AFST) in a Semi-Markov Model
Deep reinforcement learning (DRL) algorithms have proven effective in robot
navigation, especially in unknown environments, by directly mapping perception
inputs into robot control commands. However, most existing methods ignore the
local minimum problem in navigation and thereby cannot handle complex unknown
environments. In this paper, we propose the first DRL-based navigation method
modeled by a semi-Markov decision process (SMDP) with continuous action space,
named Adaptive Forward Simulation Time (AFST), to overcome this problem.
Specifically, we reduce the dimensions of the action space and improve the
distributed proximal policy optimization (DPPO) algorithm for the specified
SMDP problem by modifying its GAE to better estimate the policy gradient in
SMDPs. Experiments in various unknown environments demonstrate the
effectiveness of AFST
- …