Reliable fault diagnostics in gearboxes is of great importance to industries to improve production quality and reduce maintenance costs. In this paper, an improved evolving fuzzy (iEF) technique is ...
Java and C++ implementations of a dynamic, self-balancing k-d tree and a k-d tree-based key-to-multiple-value map, and multi-threaded implementations of a static k-d tree and a k-d tree-based ...
Department of Chemistry and Chemical Biology, Northeastern University, Boston, Massachusetts 02115, United States Department of Chemistry and Chemical Biology, Northeastern University, Boston, ...
1 Intelligent Equipment Technology Research Center, Beijing Academy of Agriculture and Forestry Sciences, Beijing, China 2 Information Technology Research Center, Beijing Academy of Agriculture and ...
Abstract: Fraud or Malpractice occurs when someone who is not supposed to be in an exam room passes off as someone else. This can lead to students being marked incorrectly, students being given extra ...
An innovative algorithm called Spectral Expansion Tree Search helps autonomous robotic systems make optimal choices on the move. In 2018, Google DeepMind's AlphaZero program taught itself the games of ...
1 School of Information Engineering, Huzhou University, Huzhou, China 2 Zhejiang Province Key Laboratory of Smart Management & Application of Modern Agricultural Resources, School of Information ...
use Algorithm::KdTree; my $kdtree = Algorithm::KdTree.new(3); $kdtree.insert: [0e0,0e0,0e0]; $kdtree.insert: [10e0,10e0,10e0]; my $nearest-response = $kdtree.nearest ...