Your browser does not fully support modern features. Please upgrade for a smoother experience.
Subject:
All Disciplines Arts & Humanities Biology & Life Sciences Business & Economics Chemistry & Materials Science Computer Science & Mathematics Engineering Environmental & Earth Sciences Medicine & Pharmacology Physical Sciences Public Health & Healthcare Social Sciences
Sort by:
Most Viewed Latest Alphabetical (A-Z) Alphabetical (Z-A)
Filter:
All Topic Review Biography Peer Reviewed Entry Video Entry
Topic Review
Self-Supervised Learning (SSL) in Deep Learning Contexts
Self-supervised learning (SSL) is a potential deep learning (DL) technique that uses massive volumes of unlabeled data to train neural networks. SSL techniques have evolved in response to the poor classification performance of conventional and even modern machine learning (ML) and DL models of enormous unlabeled data produced periodically in different disciplines. However, the literature does not fully address SSL’s practicalities and workabilities necessary for industrial engineering and medicine. Accordingly, this thorough review is administered to identify these prominent possibilities for prediction, focusing on industrial and medical fields. This extensive survey, with its pivotal outcomes, could support industrial engineers and medical personnel in efficiently predicting machinery faults and patients’ ailments without referring to traditional numerical models that require massive computational budgets, time, storage, and effort for data annotation. 
  • 1.5K
  • 18 Mar 2024
Topic Review
Ant Colony Optimization
Ant colony optimization (ACO) is a well-known class of swarm intelligence algorithms suitable for solving many NP-hard problems. An important component of such algorithms is a record of pheromone trails that reflect colonies’ experiences with previously constructed solutions of the problem instance that is being solved. By using pheromones, the algorithm builds a probabilistic model that is exploited for constructing new and, hopefully, better solutions.
  • 1.5K
  • 25 Jul 2023
Topic Review
Artificial Intelligence in CORONA Virus
AI is the most demanding field of the world. It is playing a vital role in many aspects like prediction of any pandemic or making any vaccine faster.
  • 1.5K
  • 11 Feb 2021
Topic Review
Walking Recognition in Mobile Devices
Presently, smartphones are used more and more for purposes that have nothing to do with phone calls or simple data transfers. One example is the recognition of human activity, which is relevant information for many applications in the domains of medical diagnosis, elderly assistance, indoor localization, and navigation. The information captured by the inertial sensors of the phone (accelerometer, gyroscope, and magnetometer) can be analyzed to determine the activity performed by the person who is carrying the device, in particular in the activity of walking. Nevertheless, the development of a standalone application able to detect the walking activity starting only from the data provided by these inertial sensors is a complex task. This complexity lies in the hardware disparity, noise on data, and mostly the many movements that the smartphone can experience and which have nothing to do with the physical displacement of the owner. In this work, we explore and compare several approaches for identifying the walking activity. We categorize them into two main groups: the first one uses features extracted from the inertial data, whereas the second one analyzes the characteristic shape of the time series made up of the sensors readings. Due to the lack of public datasets of inertial data from smartphones for the recognition of human activity under no constraints, we collected data from 77 different people who were not connected to this research. Using this dataset, which we published online, we performed an extensive experimental validation and comparison of our proposals.
  • 1.5K
  • 01 Nov 2020
Topic Review
Three-Dimensional Point Cloud Semantic Segmentation for Cultural Heritage
In the cultural heritage field, point clouds, as important raw data of geomatics, are not only three-dimensional (3D) spatial presentations of 3D objects but they also have the potential to gradually advance towards an intelligent data structure with scene understanding, autonomous cognition, and a decision-making ability. The approach of point cloud semantic segmentation as a preliminary stage can help to realize this advancement.
  • 1.5K
  • 09 Mar 2023
Topic Review Peer Reviewed
Optimisation of Small-Scale Aquaponics Systems Using Artificial Intelligence and the IoT: Current Status, Challenges, and Opportunities
Environment changes, water scarcity, soil depletion, and urbanisation are making it harder to produce food using traditional methods in various regions and countries. Aquaponics is emerging as a sustainable food production system that produces fish and plants in a closed-loop system. Aquaponics is not dependent on soil or external environmental factors. It uses fish waste to fertilise plants and can save up to 90–95% water. Aquaponics is an innovative system for growing food and is expected to be very promising, but it has its challenges. It is a complex ecosystem that requires multidisciplinary knowledge, proper monitoring of all crucial parameters, and high maintenance and initial investment costs to build the system. Artificial intelligence (AI) and the Internet of Things (IoT) are key technologies that can overcome these challenges. Numerous recent studies focus on the use of AI and the IoT to automate the process, improve efficiency and reliability, provide better management, and reduce operating costs. However, these studies often focus on limited aspects of the system, each considering different domains and parameters of the aquaponics system. This paper aims to consolidate the existing work, identify the state-of-the-art use of the IoT and AI, explore the key parameters affecting growth, analyse the sensing and communication technologies employed, highlight the research gaps in this field, and suggest future research directions. Based on the reviewed research, energy efficiency and economic viability were found to be a major bottleneck of current systems. Moreover, inconsistencies in sensor selection, lack of publicly available data, and the reproducibility of existing work were common issues among the studies.
  • 1.5K
  • 19 Feb 2024
Topic Review
Machine Learning for Precision Agriculture with UAV
Unmanned aerial vehicles (UAVs) are increasingly being integrated into the domain of precision agriculture, revolutionizing the agricultural landscape. Specifically, UAVs are being used in conjunction with machine learning techniques to solve a variety of complex agricultural problems. 
  • 1.5K
  • 19 Jun 2023
Topic Review
Transformer-Based Model for Predicting Customers’ NPD in e-Commerce
Transformers offer advantages in capturing long-term dependencies within time series data through self-attention mechanisms. This adaptability to various time series patterns, including trends, seasonality, and irregularities, makes them a promising choice for next purchase day (NPD) prediction. The transformer model demonstrates improvements in prediction accuracy compared to the baselines. 
  • 1.5K
  • 02 Nov 2023
Topic Review
Hashtag Recommendation
Hashtag recommendation suggests hashtags to users while they write microblogs in social media platforms. Although researchers have investigated various methods and factors that affect the performance of hashtag recommendations in Twitter and Sina Weibo, a systematic review of these methods is lacking.
  • 1.5K
  • 25 May 2021
Topic Review
Mars Rover Mastcam Images
The Curiosity rover has landed on Mars since 2012. One of the instruments onboard the rover is a pair of multispectral cameras known as Mastcams, which act as eyes of the rover.
  • 1.5K
  • 28 Oct 2021
Topic Review
Music Generation of Traditional Chinese Pentatonic Scale
Recent studies demonstrate that algorithmic music attracted global attention not only because of its amusement but also its considerable potential in the industry. Thus, the yield increased academic numbers spinning around on topics of algorithm music generation. The balance between mathematical logic and aesthetic value is important in music generation.
  • 1.5K
  • 19 Oct 2022
Topic Review
Lamport Timestamps
The algorithm of Lamport timestamps is a simple algorithm used to determine the order of events in a distributed computer system. As different nodes or processes will typically not be perfectly synchronized, this algorithm is used to provide a partial ordering of events with minimal overhead, and conceptually provide a starting point for the more advanced vector clock method. They are named after their creator, Leslie Lamport. Distributed algorithms such as resource synchronization often depend on some method of ordering events to function. For example, consider a system with two processes and a disk. The processes send messages to each other, and also send messages to the disk requesting access. The disk grants access in the order the messages were sent. For example process [math]\displaystyle{ A }[/math] sends a message to the disk requesting write access, and then sends a read instruction message to process [math]\displaystyle{ B }[/math]. Process [math]\displaystyle{ B }[/math] receives the message, and as a result sends its own read request message to the disk. If there is a timing delay causing the disk to receive both messages at the same time, it can determine which message happened-before the other: [math]\displaystyle{ A }[/math] happens-before [math]\displaystyle{ B }[/math] if one can get from [math]\displaystyle{ A }[/math] to [math]\displaystyle{ B }[/math] by a sequence of moves of two types: moving forward while remaining in the same process, and following a message from its sending to its reception. A logical clock algorithm provides a mechanism to determine facts about the order of such events. Lamport invented a simple mechanism by which the happened-before ordering can be captured numerically. A Lamport logical clock is a numerical software counter value maintained in each process. Conceptually, this logical clock can be thought of as a clock that only has meaning in relation to messages moving between processes. When a process receives a message, it re-synchronizes its logical clock with that sender. The above-mentioned vector clock is a generalization of the idea into the context of an arbitrary number of parallel, independent processes.
  • 1.5K
  • 24 Oct 2022
Topic Review
Computer Vision in Self-Steering Tractors
Agricultural machinery, such as tractors, is meant to operate for many hours in large areas and perform repetitive tasks. The automatic navigation of agricultural vehicles can ensure the high intensity of automation of cultivation tasks, the enhanced precision of navigation between crop structures, an increase in operation safety and a decrease in human labor and operation costs.
  • 1.5K
  • 24 Feb 2022
Topic Review
The Convergence of AI, 6G, and Wireless Communication
In the rapidly evolving landscape of wireless communication, each successive generation of networks has achieved significant technological leaps, profoundly transforming the way we connect and interact. From the analog simplicity of 1G to the digital prowess of 5G, the journey of mobile networks has been marked by constant innovation and escalating demands for faster, more reliable, and more efficient communication systems. As 5G becomes a global reality, laying the foundation for an interconnected world, the quest for even more advanced networks leads us to the threshold of the sixth-generation (6G) era. By integrating AI and ML, 6G networks are expected to offer unprecedented capabilities, from enhanced mobile broadband to groundbreaking applications in areas like smart cities and autonomous systems.
  • 1.5K
  • 27 Mar 2024
Topic Review
Biologically inspired metaheuristics
A metaheuristic is a high level, problem-independent framework that provides a series of steps and guidelines used to develop heuristic optimizers. Nowadays, the tendency is to use the term for both the general framework and for the algorithms built based on its rules. In the latest years, the literature has shown an increase in the number of proposals of new optimization metaheuristics and their improvements through step alterations, local search procedures or hybridizations.
  • 1.5K
  • 09 Oct 2021
Topic Review
An Optimal House Price Prediction Algorithm: XGBoost
An accurate prediction of house prices is a fundamental requirement for various sectors, including real estate and mortgage lending. It is widely recognized that a property’s value is not solely determined by its physical attributes but is significantly influenced by its surrounding neighborhood. Meeting the diverse housing needs of individuals while balancing budget constraints is a primary concern for real estate developers. 
  • 1.5K
  • 18 Jan 2024
Topic Review
Interval Scheduling
Interval scheduling is a class of problems in computer science, particularly in the area of algorithm design. The problems consider a set of tasks. Each task is represented by an interval describing the time in which it needs to be executed. For instance, task A might run from 2:00 to 5:00, task B might run from 4:00 to 10:00 and task C might run from 9:00 to 11:00. A subset of intervals is compatible if no two intervals overlap. For example, the subset {A,C} is compatible, as is the subset {B}; but neither {A,B} nor {B,C} are compatible subsets, because the corresponding intervals within each subset overlap. The interval scheduling maximization problem (ISMP) is to find a largest compatible set - a set of non-overlapping intervals of maximum size. The goal here is to execute as many tasks as possible. In an upgraded version of the problem, the intervals are partitioned into groups. A subset of intervals is compatible if no two intervals overlap, and moreover, no two intervals belong to the same group (i.e. the subset contains at most a single representative interval of each group). The group interval scheduling decision problem (GISDP) is to decide whether there exists a compatible set in which all groups are represented. The goal here is to execute a single representative task from each group. GISDPk is a restricted version of GISDP in which the number of intervals in each group is at most k. The group interval scheduling maximization problem (GISMP) is to find a largest compatible set - a set of non-overlapping representatives of maximum size. The goal here is to execute a representative task from as many groups as possible. GISMPk is a restricted version of GISMP in which the number of intervals in each group is at most k. This problem is often called JISPk, where J stands for Job. GISMP is the most general problem; the other two problems can be seen as special cases of it:
  • 1.5K
  • 07 Nov 2022
Topic Review
Resource Allocation Schemes for 5G Network
Resource allocation is an important aspect of any cellular network environment. It plays a significant part in maintaining friendly access for end-users, business partners, and customers of cellular-based applications. Resource allocation has great benefits for the cellular network environment.
  • 1.4K
  • 21 Oct 2021
Topic Review
Applications of Brain–Computer Interfaces to Control and Automation
Brain–computer interfacing (BCI) is a real-time communication system that connects the brain and external devices. A BCI system can directly convert the information sent by the brain into commands that can drive external devices and can replace human limbs or phonation organs to achieve communication with the outside world and to control the external environment. In other words, a BCI system can replace the normal peripheral nerve and muscle tissue to achieve communication between a human and a computer or between a human and the external environment. BCIs have been validated in various noisy structured environments such as homes, hospitals, and expositions, resulting in the direct application of BCIs gaining popularity with regular consumers.
  • 1.4K
  • 12 Jun 2023
Topic Review
Compensation of Pressure Sensor Drifts
Pressure sensor chips embodied in very tiny packages are deployed in a wide range of advanced applications. Examples of them range from industrial to altitude location services. They are also becoming increasingly pervasive in many other fields, ranging from industrial to military to consumer. However, these sensors, which are very cheap to manufacture in silicon, are strongly affected by thermal, mechanical and environmental stresses, which ultimately affect their measurement accuracy in the form of variations in gain, hysteresis, and nonlinear responses. To compensate induced drift in measurements, several neural networks were devised and be applied to stresses caused by two thermal cycles: 260 C for 10-40 seconds (JEDEC soldering procedure) and 100 C for two hours. These models were characterized in accuracy and deployability on tiny embedded devices and improved accuracy was observed.
  • 1.4K
  • 08 Dec 2023
  • Page
  • of
  • 59
Academic Video Service

Quick Survey

Encyclopedia MDPI is conducting a targeted survey to identify the specific barriers hindering efficient research. We invite you to spend 3 minutes defining the priorities for our next generation of structured knowledge tools.
Take Survey