location update
Recently Published Documents


TOTAL DOCUMENTS

204
(FIVE YEARS 11)

H-INDEX

14
(FIVE YEARS 1)

2021 ◽  
Vol 2021 ◽  
pp. 1-26
Author(s):  
Qian Cheng ◽  
Huajuan Huang ◽  
Minbo Chen

Crow search algorithm (CSA) is a new type of swarm intelligence optimization algorithm proposed by simulating the crows’ intelligent behavior of hiding and retrieving food. The algorithm has the characteristics of simple structure, few control parameters, and easy implementation. Like most optimization algorithms, the crow search algorithm also has the disadvantage of slow convergence and easy fall into local optimum. Therefore, a crow search algorithm based on improved flower pollination algorithm (IFCSA) is proposed to solve these problems. First, the search ability of the algorithm is balanced by the reasonable change of awareness probability, and then the convergence speed of the algorithm is improved. Second, when the leader finds himself followed, the cross-pollination strategy with Cauchy mutation is introduced to avoid the blindness of individual location update, thus improving the accuracy of the algorithm. Experiments on twenty benchmark problems and speed reducer design were conducted to compare the performance of IFCSA with that of other algorithms. The results show that IFCSA has better performance in function optimization and speed reducer design problem.


2021 ◽  
Vol 17 (5) ◽  
pp. e1009015
Author(s):  
Toviah Moldwin ◽  
Menachem Kalmenson ◽  
Idan Segev

Synaptic clustering on neuronal dendrites has been hypothesized to play an important role in implementing pattern recognition. Neighboring synapses on a dendritic branch can interact in a synergistic, cooperative manner via nonlinear voltage-dependent mechanisms, such as NMDA receptors. Inspired by the NMDA receptor, the single-branch clusteron learning algorithm takes advantage of location-dependent multiplicative nonlinearities to solve classification tasks by randomly shuffling the locations of “under-performing” synapses on a model dendrite during learning (“structural plasticity”), eventually resulting in synapses with correlated activity being placed next to each other on the dendrite. We propose an alternative model, the gradient clusteron, or G-clusteron, which uses an analytically-derived gradient descent rule where synapses are "attracted to" or "repelled from" each other in an input- and location-dependent manner. We demonstrate the classification ability of this algorithm by testing it on the MNIST handwritten digit dataset and show that, when using a softmax activation function, the accuracy of the G-clusteron on the all-versus-all MNIST task (~85%) approaches that of logistic regression (~93%). In addition to the location update rule, we also derive a learning rule for the synaptic weights of the G-clusteron (“functional plasticity”) and show that a G-clusteron that utilizes the weight update rule can achieve ~89% accuracy on the MNIST task. We also show that a G-clusteron with both the weight and location update rules can learn to solve the XOR problem from arbitrary initial conditions.


2021 ◽  
Author(s):  
Christian Sampson ◽  
Alberto Carrassi ◽  
Ali Aydogdu ◽  
Chris Jones

<p>Numerical solvers using adaptive meshes can focus computational power on important regions of a model domain capturing important or unresolved physics. The adaptation can be informed by the model state, external information, or made to depend on the model physics. <br> In this latter case, one can think of the mesh configuration  as part of the model state. If observational data is to be assimilated into the model, the question of updating the mesh configuration with the physical values arises. Adaptive meshes present significant challenges when using popular ensemble Data Assimilation (DA) methods. We develop a novel strategy for ensemble-based DA for which the adaptive mesh is updated along with the physical values. This involves including the node locations as a part of the model state itself allowing them to be updated automatically at the analysis step. This poses a number of challenges which we resolve to produce an effective approach that promises to apply with some generality. We evaluate our strategy with two testbed models in 1-d comparing to a strategy that we previously developed that does not update the mesh configuration. We find updating the mesh improves the fidelity and convergence of the filter. An extensive analysis on the performance of our scheme beyond just the RMSE error is also presented.</p>


Sensors ◽  
2021 ◽  
Vol 21 (3) ◽  
pp. 924
Author(s):  
Hamideh Keshavarzi ◽  
Caroline Lee ◽  
Mark Johnson ◽  
David Abbott ◽  
Wei Ni ◽  
...  

Understanding social behaviour in livestock groups requires accurate geo-spatial localisation data over time which is difficult to obtain in the field. Automated on-animal devices may provide a solution. This study introduced an Real-Time-Kinematic Global Navigation Satellite System (RTK-GNSS) localisation device (RTK rover) based on an RTK module manufactured by the company u-blox (Thalwil, Switzerland) that was assembled in a box and harnessed to sheep backs. Testing with 7 sheep across 4 days confirmed RTK rover tracking of sheep movement continuously with accuracy of approximately 20 cm. Individual sheep geo-spatial data were used to observe the sheep that first moved during a grazing period (movement leaders) in the one-hectare test paddock as well as construct social networks. Analysis of the optimum location update rate, with a threshold distance of 20 cm or 30 cm, showed that location sampling at a rate of 1 sample per second for 1 min followed by no samples for 4 min or 9 min, detected social networks as accurately as continuous location measurements at 1 sample every 5 s. The RTK rover acquired precise data on social networks in one sheep flock in an outdoor field environment with sampling strategies identified to extend battery life.


Sensors ◽  
2020 ◽  
Vol 20 (24) ◽  
pp. 7336
Author(s):  
Mincheol Paik ◽  
Haneul Ko

Frequent location updates of individual Internet of Things (IoT) devices can cause several problems (e.g., signaling overhead in networks and energy depletion of IoT devices) in massive machine type communication (mMTC) systems. To alleviate these problems, we design a distributed group location update algorithm (DGLU) in which geographically proximate IoT devices determine whether to conduct the location update in a distributed manner. To maximize the accuracy of the locations of IoT devices while maintaining a sufficiently small energy outage probability, we formulate a constrained stochastic game model. We then introduce a best response dynamics-based algorithm to obtain a multi-policy constrained Nash equilibrium. From the evaluation results, it is demonstrated that DGLU can achieve an accuracy of location information that is comparable with that of the individual location update scheme, with a sufficiently small energy outage probability.


2020 ◽  
Author(s):  
Toviah Moldwin ◽  
Menachem Kalmenson ◽  
Idan Segev

Synaptic clustering on neuronal dendrites has been hypothesized to play an important role in implementing pattern recognition. Neighboring synapses on a dendritic branch can interact in a synergistic, cooperative manner via the nonlinear voltage-dependence of NMDA receptors. Inspired by the NMDA receptor, the single-branch clusteron learning algorithm (Mel 1991) takes advantage of location-dependent multiplicative nonlinearities to solve classification tasks by randomly shuffling the locations of “under-performing” synapses on a model dendrite during learning (“structural plasticity”), eventually resulting in synapses with correlated activity being placed next to each other on the dendrite. We propose an alternative model, the gradient clusteron, or G-clusteron, which uses an analytically-derived gradient descent rule where synapses are “attracted to” or “repelled from” each other in an input- and location- dependent manner. We demonstrate the classification ability of this algorithm by testing it on the MNIST handwritten digit dataset and show that, when using a softmax activation function, the accuracy of the G-clusteron on the All-vs-All MNIST task (85.9%) approaches that of logistic regression (92.6%). In addition to the synaptic location update plasticity rule, we also derive a learning rule for the synaptic weights of the G-clusteron (“functional plasticity”) and show that the G-clusteron with both plasticity rules can achieve 89.5% accuracy on the MNIST task and can learn to solve the XOR problem from arbitrary initial conditions.


Author(s):  
Shayla Islam ◽  
Aisha Hassan Abdalla Hashim ◽  
Mohammad Kamrul Hasan ◽  
Abdur Razzaque ◽  
Chit Su Mon

2019 ◽  
Vol 36 (3) ◽  
pp. 2443-2453 ◽  
Author(s):  
Senthilkumar Mathi ◽  
Anshu Khatri ◽  
Maanasaa Sethuraman ◽  
P.N. Anbarasi

Sign in / Sign up

Export Citation Format

Share Document