首页 > 最新文献

2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)最新文献

英文 中文
Indonesian Parsing using Probabilistic Context-Free Grammar (PCFG) and Viterbi-Cocke Younger Kasami (Viterbi-CYK) 使用概率上下文无关语法(PCFG)和Viterbi-Cocke Younger Kasami (Viterbi-CYK)的印尼语解析
D. E. Cahyani, L. Gumilar, Ajie Pangestu
Parsing is a tool for understanding natural grammar patterns. The problem of structural ambiguity in identifying sentence patterns often occurs in parsing. Syntactic parsing is one approach to solving structural ambiguity problems using the Probabilistic Context-Free Grammar (PCFG) and Viterbi-Cocke Younger Kasami (Viterbi-CYK) methods. Meanwhile, a large number of Indonesian language resources are needed as machine knowledge to parse. This research build a parsing of Indonesian sentence patterns with Indonesian Tagged corpus resource then solve the ambiguity problem of Indonesian sentence pattern parsing using PCFG and Viterbi-CYK algorithms. The corpus data is processed to obtain grammar rules using the PCFG algorithm. Then, the sentence on the corpus is processed by the PCFG rule that generated and uses the Viterbi-CYK algorithm to get the parse tree taken based on the highest probability value. The results of the research produced an average value of similarity production rules which the highest values is 92.95%. This shows that the Indonesian parsing successfully parses Indonesian sentence and can solve the problem of structural ambiguity in the parsing of Indonesian sentence patterns.
解析是一种理解自然语法模式的工具。句法分析中经常出现句型识别中的结构歧义问题。句法分析是利用概率上下文无关语法(PCFG)和Viterbi-Cocke - Younger Kasami (Viterbi-CYK)方法解决结构歧义问题的一种方法。同时,需要大量的印尼语资源作为机器知识进行解析。本研究利用印尼语标记语料库资源构建印尼语句型分析,并利用PCFG和Viterbi-CYK算法解决印尼语句型分析的歧义问题。使用PCFG算法对语料库数据进行处理以获得语法规则。然后,语料库上的句子由生成的PCFG规则处理,并使用Viterbi-CYK算法获得基于最高概率值的解析树。研究结果得出相似产生规则的平均值,最高值为92.95%。这说明印尼语解析成功地解析了印尼语句子,解决了印尼语句型解析中的结构歧义问题。
{"title":"Indonesian Parsing using Probabilistic Context-Free Grammar (PCFG) and Viterbi-Cocke Younger Kasami (Viterbi-CYK)","authors":"D. E. Cahyani, L. Gumilar, Ajie Pangestu","doi":"10.1109/ISRITI51436.2020.9315395","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315395","url":null,"abstract":"Parsing is a tool for understanding natural grammar patterns. The problem of structural ambiguity in identifying sentence patterns often occurs in parsing. Syntactic parsing is one approach to solving structural ambiguity problems using the Probabilistic Context-Free Grammar (PCFG) and Viterbi-Cocke Younger Kasami (Viterbi-CYK) methods. Meanwhile, a large number of Indonesian language resources are needed as machine knowledge to parse. This research build a parsing of Indonesian sentence patterns with Indonesian Tagged corpus resource then solve the ambiguity problem of Indonesian sentence pattern parsing using PCFG and Viterbi-CYK algorithms. The corpus data is processed to obtain grammar rules using the PCFG algorithm. Then, the sentence on the corpus is processed by the PCFG rule that generated and uses the Viterbi-CYK algorithm to get the parse tree taken based on the highest probability value. The results of the research produced an average value of similarity production rules which the highest values is 92.95%. This shows that the Indonesian parsing successfully parses Indonesian sentence and can solve the problem of structural ambiguity in the parsing of Indonesian sentence patterns.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121959983","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
The Best Parameter Tuning on RNN Layers for Indonesian Text Classification 印尼语文本分类RNN层的最佳参数调优
Awaliyatul Hikmah, Sumarni Adi, Mulia Sulistiyono
Recurrent Neural Network (RNN) is a deep learning architecture commonly used to process time series and sequence data. Various architectures have been developed to improve the performance of the algorithm in terms of both accuracy and computation time. Besides, the use of appropriate parameter values when building a neural network model also plays an important role in the quality and the outcome of the learning model. In this study, the model trained using RNN-Vanilla, LSTM, and GRU each with 4 different combinations of parameter settings, namely bidirectional mode (True, False), the number of neuron units on each layer (64, 128, 256), the number of RNN layers on the neural network (1, 2, 3), and the batch size when training the model (32, 64, 128). By combining all the parameter values, 162 trials were carried out to perform the task of classifying Indonesian language customer support tickets with four category classes. This study gives the result that the same network architecture but with different parameter combinations results in significant differences in the level of accuracy. The lowest accuracy of all experiments was 32.874% and the highest accuracy resulted was 84.369%. Overall, by calculating the average accuracy of each parameter value, the results obtained are: GRU has the best performance, accuracy tends to increase by activating bidirectional mode, increasing the number of neuron units in the hidden layer, and reducing the batch size. Meanwhile, the addition of the number of RNN layers on the neural network has no impact on increasing the level of accuracy.
递归神经网络(RNN)是一种深度学习架构,通常用于处理时间序列和序列数据。为了提高算法在精度和计算时间方面的性能,已经开发了各种体系结构。此外,在构建神经网络模型时,使用合适的参数值对学习模型的质量和结果也起着重要的作用。在本研究中,使用RNN- vanilla、LSTM和GRU训练的模型各有4种不同的参数设置组合,即双向模式(True, False)、每层神经元单元数(64、128、256)、神经网络上的RNN层数(1、2、3)和训练模型时的批大小(32、64、128)。通过组合所有参数值,进行了162次试验,以执行将印尼语客户支持票分为四类的任务。研究结果表明,在相同的网络结构下,不同的参数组合会导致准确率水平的显著差异。所有实验的最低准确率为32.874%,最高准确率为84.369%。总体而言,通过计算各参数值的平均准确率,得到的结果是:GRU的性能最好,激活双向模式、增加隐藏层神经元单元数、减小批处理大小,准确率有提高的趋势。同时,在神经网络上增加RNN层数对提高准确率水平没有影响。
{"title":"The Best Parameter Tuning on RNN Layers for Indonesian Text Classification","authors":"Awaliyatul Hikmah, Sumarni Adi, Mulia Sulistiyono","doi":"10.1109/ISRITI51436.2020.9315425","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315425","url":null,"abstract":"Recurrent Neural Network (RNN) is a deep learning architecture commonly used to process time series and sequence data. Various architectures have been developed to improve the performance of the algorithm in terms of both accuracy and computation time. Besides, the use of appropriate parameter values when building a neural network model also plays an important role in the quality and the outcome of the learning model. In this study, the model trained using RNN-Vanilla, LSTM, and GRU each with 4 different combinations of parameter settings, namely bidirectional mode (True, False), the number of neuron units on each layer (64, 128, 256), the number of RNN layers on the neural network (1, 2, 3), and the batch size when training the model (32, 64, 128). By combining all the parameter values, 162 trials were carried out to perform the task of classifying Indonesian language customer support tickets with four category classes. This study gives the result that the same network architecture but with different parameter combinations results in significant differences in the level of accuracy. The lowest accuracy of all experiments was 32.874% and the highest accuracy resulted was 84.369%. Overall, by calculating the average accuracy of each parameter value, the results obtained are: GRU has the best performance, accuracy tends to increase by activating bidirectional mode, increasing the number of neuron units in the hidden layer, and reducing the batch size. Meanwhile, the addition of the number of RNN layers on the neural network has no impact on increasing the level of accuracy.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125898804","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
Design and Prototype Development of Internet of Things for Greenhouse Monitoring System 温室物联网监控系统的设计与原型开发
D. Widyawati, A. Ambarwari, Anung Wahyudi
Greenhouse technology is a solution to optimize food crop production. However, the controlled climate conditions in the greenhouse make extra work in monitoring and controlling environmental conditions in the greenhouse. This paper introduces a monitoring system for environmental conditions in a greenhouse using the internet of things (IoT) technology. Sensors are designed to collect information about environmental conditions in the greenhouse such as temperature, humidity, soil temperature, soil moisture, and light intensity. The data from the sensor is then sent to the gateway once every minute through an access point installed in the greenhouse area. Then the data received by the gateway is stored in the SQLite database. Besides, the data received by the gateway is also displayed in real-time through the Node-RED dashboard installed on the gateway as user interfaces for monitoring greenhouse conditions. The gateway installed in the greenhouse area is also connected to the local network server so that the monitoring of the greenhouse can be carried out over a larger area. The test results for seven days showed that the IoT prototype for the greenhouse monitoring system was able to run well. This is indicated by the average percentage of data that is successfully storing at 99.76% and the average percentage of data loss or duplication is 0.24%.
温室技术是优化粮食作物生产的一种解决方案。然而,温室内的可控气候条件对温室内环境条件的监测和控制带来了额外的工作。介绍了一种基于物联网技术的温室环境监测系统。传感器用于收集温室环境条件的信息,如温度、湿度、土壤温度、土壤湿度和光照强度。然后,来自传感器的数据每分钟通过安装在温室区域的接入点发送到网关一次。然后网关接收到的数据存储在SQLite数据库中。此外,网关接收到的数据还通过安装在网关上的Node-RED仪表板作为用户界面实时显示,用于监控温室状况。安装在温室区域内的网关也与本地网络服务器相连,从而可以在更大的区域内对温室进行监控。为期7天的测试结果表明,温室监测系统的物联网原型能够正常运行。成功存储的数据的平均百分比为99.76%,数据丢失或重复的平均百分比为0.24%。
{"title":"Design and Prototype Development of Internet of Things for Greenhouse Monitoring System","authors":"D. Widyawati, A. Ambarwari, Anung Wahyudi","doi":"10.1109/ISRITI51436.2020.9315487","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315487","url":null,"abstract":"Greenhouse technology is a solution to optimize food crop production. However, the controlled climate conditions in the greenhouse make extra work in monitoring and controlling environmental conditions in the greenhouse. This paper introduces a monitoring system for environmental conditions in a greenhouse using the internet of things (IoT) technology. Sensors are designed to collect information about environmental conditions in the greenhouse such as temperature, humidity, soil temperature, soil moisture, and light intensity. The data from the sensor is then sent to the gateway once every minute through an access point installed in the greenhouse area. Then the data received by the gateway is stored in the SQLite database. Besides, the data received by the gateway is also displayed in real-time through the Node-RED dashboard installed on the gateway as user interfaces for monitoring greenhouse conditions. The gateway installed in the greenhouse area is also connected to the local network server so that the monitoring of the greenhouse can be carried out over a larger area. The test results for seven days showed that the IoT prototype for the greenhouse monitoring system was able to run well. This is indicated by the average percentage of data that is successfully storing at 99.76% and the average percentage of data loss or duplication is 0.24%.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124967352","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
A Modified Deep Convolutional Network for COVID-19 detection based on chest X-ray images 基于胸部x线图像的改进深度卷积网络COVID-19检测
Fian Yulio Santoso, H. Purnomo
COVID-19 pandemic caused vast impact worldwide. Many efforts have been made to tackle the pandemic, including in the deep learning community. In this research, a modification of deep neural network based on Xception model is proposed. The model is used for COVID-19 detection based on the chest X-ray images. The proposed model implements two stacks of two dense layers and batch normalization. The layers addition is used to avoid overfitting of the proposed model. The performance of the proposed model is compared to Resnet50, InceptionV3 and Xception. The experiment result shows that the proposed model has better performance than the other models used in the research. However, its computational time is higher than the other models used in the research.
COVID-19大流行在全球范围内造成了巨大影响。为应对这一流行病,包括在深度学习社区,已经做出了许多努力。本文提出了一种基于异常模型的深度神经网络改进方法。该模型用于基于胸部x线图像的COVID-19检测。该模型实现了两个密集层的两个堆栈和批处理规范化。层的增加是为了避免模型的过拟合。将该模型的性能与Resnet50、InceptionV3和Xception进行了比较。实验结果表明,该模型的性能优于研究中使用的其他模型。然而,它的计算时间比研究中使用的其他模型要高。
{"title":"A Modified Deep Convolutional Network for COVID-19 detection based on chest X-ray images","authors":"Fian Yulio Santoso, H. Purnomo","doi":"10.1109/ISRITI51436.2020.9315479","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315479","url":null,"abstract":"COVID-19 pandemic caused vast impact worldwide. Many efforts have been made to tackle the pandemic, including in the deep learning community. In this research, a modification of deep neural network based on Xception model is proposed. The model is used for COVID-19 detection based on the chest X-ray images. The proposed model implements two stacks of two dense layers and batch normalization. The layers addition is used to avoid overfitting of the proposed model. The performance of the proposed model is compared to Resnet50, InceptionV3 and Xception. The experiment result shows that the proposed model has better performance than the other models used in the research. However, its computational time is higher than the other models used in the research.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123171780","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}
引用次数: 6
Students Academic Performance Prediction with k-Nearest Neighbor and C4.5 on SMOTE-balanced data 基于均衡数据的k-近邻和C4.5的学生学习成绩预测
U. Pujianto, Wisnu Agung Prasetyo, Agusta Rakhmat Taufani
Success in predicting student academic performance from an early age will make it easier for teachers to provide assistance to students who have academic abilities below the class average or who have difficulty following the learning process in the classroom. This study uses a public dataset to predict student academic performance based on a number of attributes that students have, both static and dynamic. This study compares the performance of two classifiers, namely C4.5 and k-Nearest Neighbor (KNN) and applies the SMOTE preprocessing method in the classification of student academic performance. Experiments carried out using the Rapid Miner application resulted in the fact that the C4.5 Decision Tree method resulted in better prediction performance in terms of accuracy, recall, and precision values, respectively 71.09%, 71.63%, 71.54% compared to the K-Nearest Neighbor algorithm.
在早期成功地预测学生的学习成绩将使教师更容易为那些学习能力低于班级平均水平或在课堂上学习过程有困难的学生提供帮助。这项研究使用一个公共数据集来预测学生的学习成绩,该数据集基于学生拥有的一些静态和动态属性。本研究比较了C4.5和k-Nearest Neighbor (KNN)两种分类器的性能,并将SMOTE预处理方法应用于学生学业成绩的分类。使用Rapid Miner应用程序进行的实验结果表明,C4.5决策树方法在准确率、召回率和精度值方面比k -最近邻算法的预测性能更好,分别为71.09%、71.63%和71.54%。
{"title":"Students Academic Performance Prediction with k-Nearest Neighbor and C4.5 on SMOTE-balanced data","authors":"U. Pujianto, Wisnu Agung Prasetyo, Agusta Rakhmat Taufani","doi":"10.1109/ISRITI51436.2020.9315439","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315439","url":null,"abstract":"Success in predicting student academic performance from an early age will make it easier for teachers to provide assistance to students who have academic abilities below the class average or who have difficulty following the learning process in the classroom. This study uses a public dataset to predict student academic performance based on a number of attributes that students have, both static and dynamic. This study compares the performance of two classifiers, namely C4.5 and k-Nearest Neighbor (KNN) and applies the SMOTE preprocessing method in the classification of student academic performance. Experiments carried out using the Rapid Miner application resulted in the fact that the C4.5 Decision Tree method resulted in better prediction performance in terms of accuracy, recall, and precision values, respectively 71.09%, 71.63%, 71.54% compared to the K-Nearest Neighbor algorithm.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121534038","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}
引用次数: 4
Stemming Javanese: Another Adaptation of the Nazief-Adriani Algorithm 爪哇语词干:Nazief-Adriani算法的另一种改编
Mohammad Arifin Nq, L. Manik, Dany Widiyatmoko
Javanese is the regional language with the most speakers in Indonesia. Not only in the Java island, but the Javanese is also spoken by people outside Indonesia, such as in Malaysia and Suriname. Besides Bahasa Indonesia, which is the national language that must be learned by Indonesian society, the regional languages, like Javanese, also must be preserved. One of the preservation methods is by using an information retrieval system. One of the popular preprocessing methods in information retrieval is called stemming. It is used to reduce differences in word forms so that the information retrieval process becomes effective. Since Javanese has its uniqueness, the language morphology is different from Bahasa Indonesia. Thus, the stemming process of Javanese words also differs from Bahasa Indonesia. The stemming algorithm in this paper is developed by adapting the Nazief-Adriani algorithm, a well-known Bahasa Indonesia stemmer method. The algorithm in this paper is made based on the rules of Javanese language morphology. It removes ater-ater (prefixes), seselan (infixes), penambang (suffixes), bebarengan (confixes), and tembung rangkep (repeated word).
爪哇语是印尼使用人数最多的地方语言。不仅在爪哇岛,爪哇语也被印度尼西亚以外的人使用,比如马来西亚和苏里南。除了印尼社会必须学习的国家语言印尼语外,爪哇语等地方语言也必须保留。其中一种保存方法是利用信息检索系统。信息检索中常用的预处理方法之一是词干提取。它被用来减少单词形式的差异,使信息检索过程变得有效。由于爪哇语有其独特性,语言形态与印尼语不同。因此,爪哇语单词的词干过程也不同于印尼语。本文的词干提取算法是根据著名的印尼语词干提取方法Nazief-Adriani算法开发的。本文的算法是根据爪哇语的词法规则制定的。它删除了after -ater(前缀)、seselan(中缀)、penambang(后缀)、bebarengan(后缀)和tembung rangkep(重复的单词)。
{"title":"Stemming Javanese: Another Adaptation of the Nazief-Adriani Algorithm","authors":"Mohammad Arifin Nq, L. Manik, Dany Widiyatmoko","doi":"10.1109/ISRITI51436.2020.9315420","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315420","url":null,"abstract":"Javanese is the regional language with the most speakers in Indonesia. Not only in the Java island, but the Javanese is also spoken by people outside Indonesia, such as in Malaysia and Suriname. Besides Bahasa Indonesia, which is the national language that must be learned by Indonesian society, the regional languages, like Javanese, also must be preserved. One of the preservation methods is by using an information retrieval system. One of the popular preprocessing methods in information retrieval is called stemming. It is used to reduce differences in word forms so that the information retrieval process becomes effective. Since Javanese has its uniqueness, the language morphology is different from Bahasa Indonesia. Thus, the stemming process of Javanese words also differs from Bahasa Indonesia. The stemming algorithm in this paper is developed by adapting the Nazief-Adriani algorithm, a well-known Bahasa Indonesia stemmer method. The algorithm in this paper is made based on the rules of Javanese language morphology. It removes ater-ater (prefixes), seselan (infixes), penambang (suffixes), bebarengan (confixes), and tembung rangkep (repeated word).","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126490371","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}
引用次数: 1
Multilayer Secure Hardware Network Stack using FPGA 基于FPGA的多层安全硬件网络堆栈
Shreyus Yadaveerappa Kouty
This paper presents an implementation of a User Datagram Protocol (UDP)/Internet Protocol (IP) Hardware network Stack using Field Programmable Gate Array (FPGA) [1] and technology to secure and protect data integrity and authenticity at three layers: Transport Layer, Network Layer and Data Link layer using True Random Number Generator (TRNG) digital signal processor (DSP) intellectual property (IP) Core [4]. UDP/IP stack is preferred proposal over Transport Control Protocol (TCP)/Internet Protocol (IP) stack as it is connectionless oriented, and widely used in Internet of Things (IoT), Industrial IoT (IIoT), Virtual Protocol Network (VPN), Video Conference, Voice over Internet Protocol (VoIP), Avionics and defense communication systems. Due to its technology independent, digital entropy source, easy to integrate and port to FPGA, TRNG is preferred over other reported cost-effective security methods like Static Random Access Memory (SRAM) based Physical Un-clonable Functions (PUF) generates random number based on start up behavior due to nano variations in circuit elements in addressing cloning, impersonation and data integrity loss, and also TRNG is not effected by environmental fluctuations such as voltage, temperature, and noise. However, cross inverters in SRAM PUF can be used as source of entropy in TRNG. FPGA based Hardware network stack is preferred over software network stack as it reduces the execution overhead in the Operating System (OS), Hardware network stack node is independent of Microprocessors as it consists of its own Digital Clock Manager (DCM), Memory Blocks, Dedicated Hardware Interfaces, and System on Chip (SoC) IP Cores which are configurable and extendable based on requirements. Hardware based network stack is susceptible to loss of data integrity and authenticity due to 1. Unstable digital circuits, 2. Noise diode and register, small AC voltage, polarity semiconductor, 3. instability of oscillator (jitter in circuits), 4. Meta-stability of flip-flops, 5. Cross inverters in SRAM circuits (SRAM PUF) and 6. Block RAM write conflict [7]. Multilayer secure Hardware network node is important as the data integrity and authenticity is responsible for good communication network with the high performance and throughput. This paper discusses about, how TRNG DSP IP Core is used in securing the three layers of the FPGA based UDP/IP Hardware Network Stack to secure data.
本文提出了一种使用现场可编程门阵列(FPGA)[1]的用户数据报协议(UDP)/互联网协议(IP)硬件网络堆栈的实现,以及使用真随机数生成器(TRNG)数字信号处理器(DSP)知识产权(IP)核心[4]在传输层、网络层和数据链路层三层保护数据完整性和真实性的技术。UDP/IP栈是传输控制协议(TCP)/互联网协议(IP)栈的首选方案,因为它面向无连接,广泛应用于物联网(IoT),工业物联网(IIoT),虚拟协议网络(VPN),视频会议,互联网协议语音(VoIP),航空电子设备和国防通信系统。由于其技术独立,数字熵源,易于集成和移植到FPGA, TRNG比其他报道的具有成本效益的安全方法更受欢迎,如基于静态随机存取存储器(SRAM)的物理不可克隆函数(PUF)在解决克隆,模拟和数据完整性丢失时,由于电路元件的纳米变化,TRNG根据启动行为生成随机数,并且TRNG不受环境波动如电压,温度,和噪音。然而,SRAM PUF中的交叉逆变器可以作为TRNG中的熵源。基于FPGA的硬件网络堆栈优于软件网络堆栈,因为它减少了操作系统(OS)的执行开销。硬件网络堆栈节点独立于微处理器,因为它由自己的数字时钟管理器(DCM),内存块,专用硬件接口和片上系统(SoC) IP内核组成,可根据需求进行配置和扩展。基于硬件的网络栈容易受到数据完整性和真实性损失的影响。2.不稳定数字电路;噪声二极管和寄存器,小交流电压,极性半导体,3。4.振荡器的不稳定性(电路中的抖动)。人字拖的亚稳定性,5。SRAM电路中的交叉逆变器(SRAM PUF)和6。块RAM写冲突[7]。多层安全硬件网络节点是保证高性能、高吞吐量的良好通信网络的重要组成部分,它保证了数据的完整性和真实性。本文讨论了如何利用TRNG DSP IP核保护基于FPGA的UDP/IP硬件网络栈的三层,以保证数据的安全。
{"title":"Multilayer Secure Hardware Network Stack using FPGA","authors":"Shreyus Yadaveerappa Kouty","doi":"10.1109/ISRITI51436.2020.9315502","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315502","url":null,"abstract":"This paper presents an implementation of a User Datagram Protocol (UDP)/Internet Protocol (IP) Hardware network Stack using Field Programmable Gate Array (FPGA) [1] and technology to secure and protect data integrity and authenticity at three layers: Transport Layer, Network Layer and Data Link layer using True Random Number Generator (TRNG) digital signal processor (DSP) intellectual property (IP) Core [4]. UDP/IP stack is preferred proposal over Transport Control Protocol (TCP)/Internet Protocol (IP) stack as it is connectionless oriented, and widely used in Internet of Things (IoT), Industrial IoT (IIoT), Virtual Protocol Network (VPN), Video Conference, Voice over Internet Protocol (VoIP), Avionics and defense communication systems. Due to its technology independent, digital entropy source, easy to integrate and port to FPGA, TRNG is preferred over other reported cost-effective security methods like Static Random Access Memory (SRAM) based Physical Un-clonable Functions (PUF) generates random number based on start up behavior due to nano variations in circuit elements in addressing cloning, impersonation and data integrity loss, and also TRNG is not effected by environmental fluctuations such as voltage, temperature, and noise. However, cross inverters in SRAM PUF can be used as source of entropy in TRNG. FPGA based Hardware network stack is preferred over software network stack as it reduces the execution overhead in the Operating System (OS), Hardware network stack node is independent of Microprocessors as it consists of its own Digital Clock Manager (DCM), Memory Blocks, Dedicated Hardware Interfaces, and System on Chip (SoC) IP Cores which are configurable and extendable based on requirements. Hardware based network stack is susceptible to loss of data integrity and authenticity due to 1. Unstable digital circuits, 2. Noise diode and register, small AC voltage, polarity semiconductor, 3. instability of oscillator (jitter in circuits), 4. Meta-stability of flip-flops, 5. Cross inverters in SRAM circuits (SRAM PUF) and 6. Block RAM write conflict [7]. Multilayer secure Hardware network node is important as the data integrity and authenticity is responsible for good communication network with the high performance and throughput. This paper discusses about, how TRNG DSP IP Core is used in securing the three layers of the FPGA based UDP/IP Hardware Network Stack to secure data.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122170609","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}
引用次数: 1
Personality Dimensions Classification with EEG Analysis using Support Vector Machine 基于支持向量机的EEG人格维度分类
Fadhilah Qalbi Annisa, E. Supriyanto, Sahar Taheri
Personality is the fundamental thing that forms the behavioral tendencies of each individuality in a situation. A common model used to describe personality is the big five personality that divides personality traits into five dimensions of neuroticism, extraversion, openness, agreeableness, and conscientiousness. Personality assessment through physiological signals offers objectivity and reliability of the test results due to the minimal role of test takers in the examination process. One widely recommended approach is signal-based analysis of electroencephalography (EEG). The EEG signal feature of the ASCERTAIN public database was extracted using discrete wavelet transform (DWT) and was classified using support vector machine (SVM) to determine personality dimensions. The results showed better performance compared to the application of other techniques on the same dataset with 69% and 75.9% accuracy to determine extraversion and neuroticism level, respectively. However, this accuracy still needs to be improved to generate reliable model. Increased data variability can be useful for understanding brain dynamic activity per individual.
个性是在某种情况下形成每个个体的行为倾向的基本要素。一个常用的描述人格的模型是大五人格,它将人格特征分为五个维度:神经质、外向性、开放性、宜人性和尽责性。通过生理信号进行人格评估,由于考生在考试过程中的作用最小,因此测试结果客观可靠。一种被广泛推荐的方法是基于信号的脑电图分析(EEG)。利用离散小波变换(DWT)提取公共数据库的脑电信号特征,并利用支持向量机(SVM)进行分类,确定人格维度。结果表明,与其他技术在相同数据集上的应用相比,该技术在确定外向性和神经质水平方面的准确率分别为69%和75.9%。然而,为了生成可靠的模型,这种精度仍然需要提高。增加的数据可变性对于理解每个人的大脑动态活动是有用的。
{"title":"Personality Dimensions Classification with EEG Analysis using Support Vector Machine","authors":"Fadhilah Qalbi Annisa, E. Supriyanto, Sahar Taheri","doi":"10.1109/ISRITI51436.2020.9315507","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315507","url":null,"abstract":"Personality is the fundamental thing that forms the behavioral tendencies of each individuality in a situation. A common model used to describe personality is the big five personality that divides personality traits into five dimensions of neuroticism, extraversion, openness, agreeableness, and conscientiousness. Personality assessment through physiological signals offers objectivity and reliability of the test results due to the minimal role of test takers in the examination process. One widely recommended approach is signal-based analysis of electroencephalography (EEG). The EEG signal feature of the ASCERTAIN public database was extracted using discrete wavelet transform (DWT) and was classified using support vector machine (SVM) to determine personality dimensions. The results showed better performance compared to the application of other techniques on the same dataset with 69% and 75.9% accuracy to determine extraversion and neuroticism level, respectively. However, this accuracy still needs to be improved to generate reliable model. Increased data variability can be useful for understanding brain dynamic activity per individual.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124981469","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}
引用次数: 4
Measuring Instagram Activity and Engagement Rate of Hospital: A Comparison Before and During COVID-19 Pandemic 衡量医院的Instagram活动和参与率:COVID-19大流行之前和期间的比较
Badra Al Aufa, W. Sulistiadi, Faizah Abdullah Djawas
Social media operated by hospitals plays a significant role during the COVID-19 pandemic. However, the hospitals' effort to engage their followers during the pandemic is understudied. The study aimed to identify the hospitals' frequency post in their Instagram account and the engagement rate before and during the COVID-19 pandemic. The study observed the activities through the Instagram posts of each hospital. The observation was conducted using a cross-sectional review of the hospital-related activities of 19 Instagram accounts owned by the hospitals across Depok City, Indonesia. Further, to measure the engagement rate, the period of the posts was limited from January to June 2020. The rate was calculated by dividing the total number of likes by the total number of followers' times the number of posts times the probability of followers viewing the posts; then multiplied by 100%. The Mann Whitney U test was employed to determine the significant difference in the daily Instagram posts and the engagement rate before and during the pandemic. The study showed that 15 hospitals increase Instagram activities during the pandemic, and eight hospitals (42.11%) showed a significant increase compared to the pre-pandemic period. Besides, the results revealed that nine hospitals (47.37%) increased the engagement rate. Meanwhile, about 40% of the samples increased the frequency of post and engagement rates. However, few hospitals, primarily publicly owned hospitals, need to improve the posts and the engagement rate.
在新冠肺炎大流行期间,医院运营的社交媒体发挥了重要作用。然而,医院在大流行期间吸引追随者的努力尚未得到充分研究。该研究旨在确定医院在2019冠状病毒病大流行之前和期间在其Instagram账户上发布的频率以及参与度。该研究通过每家医院的Instagram帖子观察了这些活动。这项观察是通过对印度尼西亚德波市各医院拥有的19个Instagram账户的医院相关活动进行横断面审查进行的。此外,为了衡量参与率,帖子的时间限制在2020年1月至6月。该比率的计算方法是:总喜欢数除以总关注者数乘以帖子数乘以关注者查看帖子的概率;然后乘以100%。采用Mann Whitney U测试来确定大流行之前和期间每日Instagram帖子和参与率的显着差异。研究显示,在疫情期间,有15家医院增加了Instagram的活动,其中8家医院(42.11%)的Instagram活动与疫情前相比显著增加。此外,结果显示,9家医院(47.37%)的参与率有所提高。与此同时,约40%的样本提高了发布频率和参与度。然而,很少有医院(主要是公立医院)需要改善职位和参与率。
{"title":"Measuring Instagram Activity and Engagement Rate of Hospital: A Comparison Before and During COVID-19 Pandemic","authors":"Badra Al Aufa, W. Sulistiadi, Faizah Abdullah Djawas","doi":"10.1109/ISRITI51436.2020.9315490","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315490","url":null,"abstract":"Social media operated by hospitals plays a significant role during the COVID-19 pandemic. However, the hospitals' effort to engage their followers during the pandemic is understudied. The study aimed to identify the hospitals' frequency post in their Instagram account and the engagement rate before and during the COVID-19 pandemic. The study observed the activities through the Instagram posts of each hospital. The observation was conducted using a cross-sectional review of the hospital-related activities of 19 Instagram accounts owned by the hospitals across Depok City, Indonesia. Further, to measure the engagement rate, the period of the posts was limited from January to June 2020. The rate was calculated by dividing the total number of likes by the total number of followers' times the number of posts times the probability of followers viewing the posts; then multiplied by 100%. The Mann Whitney U test was employed to determine the significant difference in the daily Instagram posts and the engagement rate before and during the pandemic. The study showed that 15 hospitals increase Instagram activities during the pandemic, and eight hospitals (42.11%) showed a significant increase compared to the pre-pandemic period. Besides, the results revealed that nine hospitals (47.37%) increased the engagement rate. Meanwhile, about 40% of the samples increased the frequency of post and engagement rates. However, few hospitals, primarily publicly owned hospitals, need to improve the posts and the engagement rate.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131578138","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
Performance Analysis FSR and DSR Routing Protocol in VANET with V2V and V2I Models V2V和V2I模型下VANET中FSR和DSR路由协议的性能分析
Renal Zikriyan Akbar, Istikmal, Sussi
Vehicular Ad-hoc Network (VANET) is a technology concept that makes it possible for vehicles to communicate with other vehicles as Vehicle to Vehicle (V2V) communication or network infrastructure along the road as Vehicle to Infrastructure (V2I) communication type. VANET has characteristics where each node can communicate even if the nodes move at high speeds. Therefore, the right type of routing protocol is needed. This research aims to analyze the performance of two types of topology-based routing protocols namely the proactive Fisheye State Routing (FSR) routing protocol and the reactive Dynamic Source Routing (DSR) routing protocol with the V2V and V2I communication models. The contribution of this paper is investigated the performance of FSR and DSR using the scenario of changes number of nodes, the scenario of speed changes, and the scenario of packet size variations with V2V and V2I model. The simulation results show that DSR outperforms FSR in V2V and V2I communication in terms of throughput and end-to-end delay.
车辆自组织网络(VANET)是一种技术概念,它使车辆能够以车对车(V2V)通信方式与其他车辆进行通信,或以车对基础设施(V2I)通信方式与道路沿线的网络基础设施进行通信。VANET的特点是,即使节点高速移动,每个节点也可以通信。因此,需要选择合适类型的路由协议。本研究旨在分析两种基于拓扑的路由协议,即主动鱼眼状态路由(FSR)路由协议和被动动态源路由(DSR)路由协议在V2V和V2I通信模型下的性能。本文研究了V2V和V2I模型下节点数量变化、速度变化和数据包大小变化情况下FSR和DSR的性能。仿真结果表明,在V2V和V2I通信中,DSR在吞吐量和端到端延迟方面优于FSR。
{"title":"Performance Analysis FSR and DSR Routing Protocol in VANET with V2V and V2I Models","authors":"Renal Zikriyan Akbar, Istikmal, Sussi","doi":"10.1109/ISRITI51436.2020.9315367","DOIUrl":"https://doi.org/10.1109/ISRITI51436.2020.9315367","url":null,"abstract":"Vehicular Ad-hoc Network (VANET) is a technology concept that makes it possible for vehicles to communicate with other vehicles as Vehicle to Vehicle (V2V) communication or network infrastructure along the road as Vehicle to Infrastructure (V2I) communication type. VANET has characteristics where each node can communicate even if the nodes move at high speeds. Therefore, the right type of routing protocol is needed. This research aims to analyze the performance of two types of topology-based routing protocols namely the proactive Fisheye State Routing (FSR) routing protocol and the reactive Dynamic Source Routing (DSR) routing protocol with the V2V and V2I communication models. The contribution of this paper is investigated the performance of FSR and DSR using the scenario of changes number of nodes, the scenario of speed changes, and the scenario of packet size variations with V2V and V2I model. The simulation results show that DSR outperforms FSR in V2V and V2I communication in terms of throughput and end-to-end delay.","PeriodicalId":325920,"journal":{"name":"2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-12-10","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134152048","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
期刊
2020 3rd International Seminar on Research of Information Technology and Intelligent Systems (ISRITI)
全部 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