首页 > 最新文献

Int. J. Model. Simul. Sci. Comput.最新文献

英文 中文
An efficient IISH-2D DCNN-based lung nodule classification using CT scan images 基于CT扫描图像的高效IISH-2D dcnn肺结节分类
Pub Date : 2022-07-25 DOI: 10.1142/s179396232243005x
M. Pandya, S. Jardosh, Amit Thakkar
{"title":"An efficient IISH-2D DCNN-based lung nodule classification using CT scan images","authors":"M. Pandya, S. Jardosh, Amit Thakkar","doi":"10.1142/s179396232243005x","DOIUrl":"https://doi.org/10.1142/s179396232243005x","url":null,"abstract":"","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"8 1","pages":"2243005:1-2243005:23"},"PeriodicalIF":0.0,"publicationDate":"2022-07-25","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89791150","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Exploring natural language processing techniques to extract semantics from unstructured dataset which will aid in effective semantic interlinking 探索从非结构化数据集中提取语义的自然语言处理技术,这将有助于有效的语义互连
Pub Date : 2022-07-07 DOI: 10.1142/s1793962322430048
Shweta S. Aladakatti, S. S. Kumar
{"title":"Exploring natural language processing techniques to extract semantics from unstructured dataset which will aid in effective semantic interlinking","authors":"Shweta S. Aladakatti, S. S. Kumar","doi":"10.1142/s1793962322430048","DOIUrl":"https://doi.org/10.1142/s1793962322430048","url":null,"abstract":"","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"1 1","pages":"2243004:1-2243004:21"},"PeriodicalIF":0.0,"publicationDate":"2022-07-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90181006","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Information-based massive data retrieval method based on distributed decision tree algorithm 基于分布式决策树算法的信息海量数据检索方法
Pub Date : 2022-06-18 DOI: 10.1142/s1793962322430024
Bin Chen, Qingming Chen, Peishan Ye
Based on the distributed decision tree algorithm, this paper first proposes a method of vertically partitioning datasets and synchronously updating the hash table to establish an information-based mass data retrieval method in a heterogeneous distributed environment, as well as using interval segmentation and interval filtering technologies for improved algorithm of distributed decision tree. The distributed decision tree algorithm uses the attribute histogram data structure to merge the category list into each attribute list, reducing the amount of data that needs to reside in the memory. Second, we adopt the strategy of vertically dividing the dataset and synchronously updating the hash table, select the hash table entries that can be used to update according to the minimum Gini value, modify the corresponding entries and use the hash table to record and control each sub-site. In the case of node splitting, it has a high accuracy rate. In addition, for classification problems that meet monotonic constraints in a distributed environment, this paper will extend the idea of building a monotonic decision tree in a distributed environment, supplementing the distributed decision tree algorithm, adding a modification rule and modifying the generated nonmonotonic decision tree to monotonicity. In order to solve the high load problem of the privacy-protected data stream classification mining algorithm under a single node, a Storm platform for the parallel algorithm PPFDT_P based on the distributed decision tree algorithm is designed and implemented. At the same time, considering that the word vector model improves the deep representation of features and solves the problem of feature high-dimensional sparseness, and the iterative decision tree algorithm GBDT model is more suitable for non-high-dimensional dense features, the iterative decision tree algorithm will be integrated into the word vector model (GBDT) in the data retrieval application, using the distributed representation of words, namely word vectors, to classify short messages on the GBDT model. Experimental results show that the distributed decision tree algorithm has high efficiency, good speed-up and good scalability, so that there is no need to increase the number of datasets at each sub-site at any time. Only a small number of data items are inserted. By splitting some leaf nodes, a small amount is added by branching to achieve a monotonic decision tree. The proposed system achieves a massive data ratio of 54.1% while compared with other networks of massive data ratio.
本文首先在分布式决策树算法的基础上,提出了一种垂直划分数据集并同步更新哈希表的方法,建立了异构分布式环境下基于信息的海量数据检索方法,并利用区间分割和区间过滤技术对分布式决策树算法进行了改进。分布式决策树算法使用属性直方图数据结构将类别列表合并到每个属性列表中,减少了需要驻留在内存中的数据量。其次,我们采用垂直划分数据集并同步更新哈希表的策略,根据最小Gini值选择可用于更新的哈希表条目,修改相应的条目,并使用哈希表记录和控制每个子站点。在节点分裂的情况下,具有较高的准确率。此外,对于在分布式环境下满足单调约束的分类问题,本文将扩展在分布式环境下构造单调决策树的思想,对分布式决策树算法进行补充,增加修改规则,将生成的非单调决策树修改为单调。为了解决单节点下隐私保护数据流分类挖掘算法的高负载问题,设计并实现了基于分布式决策树算法的并行算法PPFDT_P的Storm平台。同时,考虑到词向量模型提高了特征的深度表示,解决了特征高维稀疏性问题,而迭代决策树算法GBDT模型更适合非高维密集特征,在数据检索应用中,将迭代决策树算法集成到词向量模型(GBDT)中,采用词的分布式表示,即词向量,在GBDT模型上对短信进行分类。实验结果表明,分布式决策树算法具有效率高、加速性好、可扩展性好等特点,无需随时增加每个子站点的数据集数量。只插入少量的数据项。通过分割一些叶节点,通过分支增加少量的叶节点,形成单调决策树。与其他大数据比网络相比,本系统实现了54.1%的大数据比。
{"title":"Information-based massive data retrieval method based on distributed decision tree algorithm","authors":"Bin Chen, Qingming Chen, Peishan Ye","doi":"10.1142/s1793962322430024","DOIUrl":"https://doi.org/10.1142/s1793962322430024","url":null,"abstract":"Based on the distributed decision tree algorithm, this paper first proposes a method of vertically partitioning datasets and synchronously updating the hash table to establish an information-based mass data retrieval method in a heterogeneous distributed environment, as well as using interval segmentation and interval filtering technologies for improved algorithm of distributed decision tree. The distributed decision tree algorithm uses the attribute histogram data structure to merge the category list into each attribute list, reducing the amount of data that needs to reside in the memory. Second, we adopt the strategy of vertically dividing the dataset and synchronously updating the hash table, select the hash table entries that can be used to update according to the minimum Gini value, modify the corresponding entries and use the hash table to record and control each sub-site. In the case of node splitting, it has a high accuracy rate. In addition, for classification problems that meet monotonic constraints in a distributed environment, this paper will extend the idea of building a monotonic decision tree in a distributed environment, supplementing the distributed decision tree algorithm, adding a modification rule and modifying the generated nonmonotonic decision tree to monotonicity. In order to solve the high load problem of the privacy-protected data stream classification mining algorithm under a single node, a Storm platform for the parallel algorithm PPFDT_P based on the distributed decision tree algorithm is designed and implemented. At the same time, considering that the word vector model improves the deep representation of features and solves the problem of feature high-dimensional sparseness, and the iterative decision tree algorithm GBDT model is more suitable for non-high-dimensional dense features, the iterative decision tree algorithm will be integrated into the word vector model (GBDT) in the data retrieval application, using the distributed representation of words, namely word vectors, to classify short messages on the GBDT model. Experimental results show that the distributed decision tree algorithm has high efficiency, good speed-up and good scalability, so that there is no need to increase the number of datasets at each sub-site at any time. Only a small number of data items are inserted. By splitting some leaf nodes, a small amount is added by branching to achieve a monotonic decision tree. The proposed system achieves a massive data ratio of 54.1% while compared with other networks of massive data ratio.","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"31 1","pages":"2243002:1-2243002:20"},"PeriodicalIF":0.0,"publicationDate":"2022-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84223389","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Rice plant nutrient deficiency classification using modified MOBILENET convolutional neural network 基于改进MOBILENET卷积神经网络的水稻植株营养缺乏症分类
Pub Date : 2022-06-18 DOI: 10.1142/s1793962322430036
M. Appalanaidu, G. Kumaravelan
{"title":"Rice plant nutrient deficiency classification using modified MOBILENET convolutional neural network","authors":"M. Appalanaidu, G. Kumaravelan","doi":"10.1142/s1793962322430036","DOIUrl":"https://doi.org/10.1142/s1793962322430036","url":null,"abstract":"","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"7 1","pages":"2243003:1-2243003:15"},"PeriodicalIF":0.0,"publicationDate":"2022-06-18","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89723455","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An approach to modeling and simulating resiliency in multidisciplinary microservice networks 多学科微服务网络弹性建模与仿真方法
Pub Date : 2022-05-10 DOI: 10.1142/s1793962323500113
Mansooreh Mirzaie, M. Abadeh
{"title":"An approach to modeling and simulating resiliency in multidisciplinary microservice networks","authors":"Mansooreh Mirzaie, M. Abadeh","doi":"10.1142/s1793962323500113","DOIUrl":"https://doi.org/10.1142/s1793962323500113","url":null,"abstract":"","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"10 1","pages":"2350011:1-2350011:22"},"PeriodicalIF":0.0,"publicationDate":"2022-05-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86703790","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Deep learning-based breast cancer disease prediction framework for medical industries 基于深度学习的医疗行业乳腺癌疾病预测框架
Pub Date : 2022-05-10 DOI: 10.1142/s1793962323500125
G. Priya, A. Radhika
{"title":"Deep learning-based breast cancer disease prediction framework for medical industries","authors":"G. Priya, A. Radhika","doi":"10.1142/s1793962323500125","DOIUrl":"https://doi.org/10.1142/s1793962323500125","url":null,"abstract":"","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"27 1","pages":"2350012:1-2350012:19"},"PeriodicalIF":0.0,"publicationDate":"2022-05-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76032360","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
In the presence of fear and refuge: Permanence, bifurcation and chaos control of a discrete-time ecological system 在恐惧和庇护的存在中:一个离散时间生态系统的持久性、分岔和混沌控制
Pub Date : 2022-05-08 DOI: 10.1142/s1793962323500095
Ritwick Banerjee, Soumya Das, P. Das, D. Mukherjee
{"title":"In the presence of fear and refuge: Permanence, bifurcation and chaos control of a discrete-time ecological system","authors":"Ritwick Banerjee, Soumya Das, P. Das, D. Mukherjee","doi":"10.1142/s1793962323500095","DOIUrl":"https://doi.org/10.1142/s1793962323500095","url":null,"abstract":"","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"15 1","pages":"2350009:1-2350009:23"},"PeriodicalIF":0.0,"publicationDate":"2022-05-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74355023","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
On the existence and uniqueness analysis of fractional blood glucose-insulin minimal model 分数血糖-胰岛素最小模型的存在性与唯一性分析
Pub Date : 2022-05-08 DOI: 10.1142/s1793962323500083
R. Dubey, P. Goswami, H. Baskonus
{"title":"On the existence and uniqueness analysis of fractional blood glucose-insulin minimal model","authors":"R. Dubey, P. Goswami, H. Baskonus","doi":"10.1142/s1793962323500083","DOIUrl":"https://doi.org/10.1142/s1793962323500083","url":null,"abstract":"","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"29 1","pages":"2350008:1-2350008:18"},"PeriodicalIF":0.0,"publicationDate":"2022-05-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73504538","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
Diabetes mellitus prediction: An efficient pipeline of data imputation and oversampling 糖尿病预测:一个有效的数据输入和过采样管道
Pub Date : 2022-05-08 DOI: 10.1142/s1793962323500101
Neha Rajawat, Bharat Singh Hada, Soniya Lalwani, Rajesh Kumar
{"title":"Diabetes mellitus prediction: An efficient pipeline of data imputation and oversampling","authors":"Neha Rajawat, Bharat Singh Hada, Soniya Lalwani, Rajesh Kumar","doi":"10.1142/s1793962323500101","DOIUrl":"https://doi.org/10.1142/s1793962323500101","url":null,"abstract":"","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"3 1","pages":"2350010:1-2350010:18"},"PeriodicalIF":0.0,"publicationDate":"2022-05-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"74766275","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Unequal-order grey model with the difference information and its application 具有差分信息的不等阶灰色模型及其应用
Pub Date : 2022-05-05 DOI: 10.1142/s1793962323500010
Leping Tu, Yan Chen, Lifeng Wu
According to the principle of minimum information, new information priority, and difference information, most existing grey forecast models and their improvement are inconsistent with the grey theory. Therefore, a novel discrete multivariable grey model with unequal fractional-order accumulation is proposed. To improve the accuracy and stability of the model, an optimization algorithm for unequal fractional-order is proposed. The proposed model and algorithm are evaluated with four actual cases. The results show that the novel model has better performance and the proposed unequal fractional-order accumulation operator is better than other existing accumulation operators. Considering the energy consumption, the carbon dioxide emissions in the USA have been forecasted to decrease but remain at a high level by using the novel discrete multivariable grey model. Reducing energy consumption is conducive to reducing carbon dioxide emissions.
根据最小信息原则、新信息优先原则和差异信息原则,现有的灰色预测模型及其改进与灰色理论不一致。为此,提出了一种具有不等分数阶累积的离散多变量灰色模型。为了提高模型的精度和稳定性,提出了一种不等分数阶的优化算法。通过四个实际案例对所提出的模型和算法进行了评价。结果表明,该模型具有较好的性能,所提出的不等分数阶积累算子优于现有的积累算子。考虑到能源消耗,使用新的离散多变量灰色模型预测美国的二氧化碳排放量将减少,但仍处于较高水平。减少能源消耗有利于减少二氧化碳的排放。
{"title":"Unequal-order grey model with the difference information and its application","authors":"Leping Tu, Yan Chen, Lifeng Wu","doi":"10.1142/s1793962323500010","DOIUrl":"https://doi.org/10.1142/s1793962323500010","url":null,"abstract":"According to the principle of minimum information, new information priority, and difference information, most existing grey forecast models and their improvement are inconsistent with the grey theory. Therefore, a novel discrete multivariable grey model with unequal fractional-order accumulation is proposed. To improve the accuracy and stability of the model, an optimization algorithm for unequal fractional-order is proposed. The proposed model and algorithm are evaluated with four actual cases. The results show that the novel model has better performance and the proposed unequal fractional-order accumulation operator is better than other existing accumulation operators. Considering the energy consumption, the carbon dioxide emissions in the USA have been forecasted to decrease but remain at a high level by using the novel discrete multivariable grey model. Reducing energy consumption is conducive to reducing carbon dioxide emissions.","PeriodicalId":13657,"journal":{"name":"Int. J. Model. Simul. Sci. Comput.","volume":"87 1","pages":"2350001:1-2350001:31"},"PeriodicalIF":0.0,"publicationDate":"2022-05-05","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83194228","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Int. J. Model. Simul. Sci. Comput.
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1