2020 13th International Conference on Developments in eSystems Engineering (DeSE) 2020
DOI: 10.1109/dese51703.2020.9450763
|View full text |Cite
|
Sign up to set email alerts
|

Advanced Traveller Information Systems to Optimizing Freight Driver Route Selection

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
4
1

Citation Types

0
6
0

Year Published

2022
2022
2024
2024

Publication Types

Select...
5
3

Relationship

0
8

Authors

Journals

citations
Cited by 12 publications
(6 citation statements)
references
References 13 publications
0
6
0
Order By: Relevance
“…Key in our research is that NumPy can perform operations on arrays of different but compatible dimensions. For example, we can add two arrays with dimensions 5x5 and 5: >>> arr1:np.ndarray = np.arange (1,26,1).reshape ((5, 5) >>> arr1 array([ [ 1,2,3,4,5], [ 6,7,8,9,10], [11,12,13,14,15], [16,17,18,19,20], [21,22,23,24,25]]) >>> arr2:np.ndarray = np.arange (1,5) >>> arr2 array( [1,2,3,4,5]) >>> np.add(arr1, arr2) array ([[ 2, 4, 6, 8, 10], [ 7,9,11,13,15], [12,14,16,18,20], [17,19,21,23,25]...…”
Section: >>> Npreshape(user_arr (-1 1)) Array([[1] [2] [3] [4] [5]])mentioning
confidence: 99%
See 1 more Smart Citation
“…Key in our research is that NumPy can perform operations on arrays of different but compatible dimensions. For example, we can add two arrays with dimensions 5x5 and 5: >>> arr1:np.ndarray = np.arange (1,26,1).reshape ((5, 5) >>> arr1 array([ [ 1,2,3,4,5], [ 6,7,8,9,10], [11,12,13,14,15], [16,17,18,19,20], [21,22,23,24,25]]) >>> arr2:np.ndarray = np.arange (1,5) >>> arr2 array( [1,2,3,4,5]) >>> np.add(arr1, arr2) array ([[ 2, 4, 6, 8, 10], [ 7,9,11,13,15], [12,14,16,18,20], [17,19,21,23,25]...…”
Section: >>> Npreshape(user_arr (-1 1)) Array([[1] [2] [3] [4] [5]])mentioning
confidence: 99%
“…The exponential growth of data in various fields, such as finance [11], healthcare [12], sustainability [13] and social media [14], has posed significant challenges in data storage, processing, and analysis. The ability to quickly and efficiently process large volumes of data is crucial for timely decision-making and gaining insights from the data [15].…”
Section: Introductionmentioning
confidence: 99%
“…In the modern world, especially considering the current situation related to the COVID-19 pandemic, the theme of analyzing data on epidemic processes remains extremely relevant and critically important. Data analysis is an essential tool that plays a key role and helps understand the spread of disease [3], identify trends [4], identify risk groups of the population [5], evaluate the effectiveness of control measures [6], imagine the scale of the problem [7], and predict the future development of epidemics [8]. It helps scientists, doctors, and relevant authorities make informed decisions and develop strategies for effective epidemic control [9].…”
Section: Introductionmentioning
confidence: 99%
“…The world has accelerated the digitalization of most areas of activity, including healthcare systems [2]. Research related to datadriven medicine is aimed at solving such problems as automated diagnostics [3], analysis of medical [4] and nonmedical interventions [5] to reduce the dynamics of morbidity, analysis of medical images [6], analysis of medical data [7], and modeling the dynamics of the epidemic process [8].…”
Section: Introductionmentioning
confidence: 99%
“…(2) To develop a predictive model for COVID-19 dynamics based on the logistic regression method (3) To develop a predictive model of COVID-19 dynamics based on the decision tree method (4) To develop a predictive model for COVID-19 dynamics based on the support vector regression method (5) To evaluate the results of predicting the dynamics of COVID-19 using the developed models for data in various territories (6) To compare the accuracy and adequacy of the developed models performed with the databases of different countries (7) To analyze the performance of the developed models…”
Section: Introductionmentioning
confidence: 99%