首页 > 最新文献

The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)最新文献

英文 中文
Survivable of multicast traffic grooming against single link failures in WDM mesh networks WDM网状网络中单链路故障下组播业务疏导的生存能力
A. Pradhan, T. De
In Wavelength Division Multiplexing (WDM) optical networks, the failure of network resources (e.g., fiber link or node) can disrupt the transmission of information to several destination nodes on a light-tree based multicast sessions. Thus, it is essential to protect multicast sessions by reserving resources along back-up trees. So that if primary tree fails to transmit the information back-up tree will forward the message to the desired destinations. In this paper, we address the problem of survivable of multicast routing and wavelength assignment with sub-wavelength traffic demands in a WDM mesh networks. In this work, we extend the approach of segment disjoint protection methodology to groom the multicast sessions in order to protect them from single link failures. We have proposed an efficient approach for protecting multicast sessions named light-tree based shared segment protection grooming (LTSSPG) scheme and compared with existing multicast traffic grooming with segment protection (MTG-SP) approach. In case of MTG-SP, each segment of primary tree is protected by dis-joint segment in the back-up tree to share the edges or segment. Whereas in case of LTSSPG approach, the segment are shared between the primary as well as back-up trees. The main objective of this work is to minimize the cost in terms of number of wavelengths requirement and optical splitters as well as minimizing the blocking probability of network resources. The performance of various algorithms are evaluated based on extensive simulations in standard networks.
在波分复用(WDM)光网络中,网络资源(如光纤链路或节点)的故障可能会破坏基于光树的多播会话上多个目标节点的信息传输。因此,通过沿备份树保留资源来保护多播会话是必要的。因此,如果主树无法传输信息,备份树将把消息转发到所需的目的地。本文研究了WDM网状网络中多播路由的生存性问题,以及具有亚波长业务需求的波长分配问题。在这项工作中,我们扩展了段不连接保护方法的方法来训练组播会话,以保护它们免受单链路故障的影响。提出了一种有效的组播会话保护方法——基于光树的共享段保护疏导(LTSSPG)方案,并与现有的组播流量疏导与段保护(MTG-SP)方法进行了比较。在MTG-SP情况下,主树的每一段都由备份树中的不相交段保护,以共享边或段。而在LTSSPG方法中,段在主树和备用树之间共享。这项工作的主要目标是在波长需求和分光器数量方面最小化成本,以及最小化网络资源的阻塞概率。在标准网络中进行了大量的仿真,评估了各种算法的性能。
{"title":"Survivable of multicast traffic grooming against single link failures in WDM mesh networks","authors":"A. Pradhan, T. De","doi":"10.1109/ICADIWT.2014.6814678","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814678","url":null,"abstract":"In Wavelength Division Multiplexing (WDM) optical networks, the failure of network resources (e.g., fiber link or node) can disrupt the transmission of information to several destination nodes on a light-tree based multicast sessions. Thus, it is essential to protect multicast sessions by reserving resources along back-up trees. So that if primary tree fails to transmit the information back-up tree will forward the message to the desired destinations. In this paper, we address the problem of survivable of multicast routing and wavelength assignment with sub-wavelength traffic demands in a WDM mesh networks. In this work, we extend the approach of segment disjoint protection methodology to groom the multicast sessions in order to protect them from single link failures. We have proposed an efficient approach for protecting multicast sessions named light-tree based shared segment protection grooming (LTSSPG) scheme and compared with existing multicast traffic grooming with segment protection (MTG-SP) approach. In case of MTG-SP, each segment of primary tree is protected by dis-joint segment in the back-up tree to share the edges or segment. Whereas in case of LTSSPG approach, the segment are shared between the primary as well as back-up trees. The main objective of this work is to minimize the cost in terms of number of wavelengths requirement and optical splitters as well as minimizing the blocking probability of network resources. The performance of various algorithms are evaluated based on extensive simulations in standard networks.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121511034","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
DBSCAN: Past, present and future DBSCAN:过去、现在和未来
Kamran Khan, S. Rehman, Kamran Aziz, S. Fong, S. Sarasvady, Amrita Vishwa
Data Mining is all about data analysis techniques. It is useful for extracting hidden and interesting patterns from large datasets. Clustering techniques are important when it comes to extracting knowledge from large amount of spatial data collected from various applications including GIS, satellite images, X-ray crystallography, remote sensing and environmental assessment and planning etc. To extract useful pattern from these complex data sources several popular spatial data clustering techniques have been proposed. DBSCAN (Density Based Spatial Clustering of Applications with Noise) is a pioneer density based algorithm. It can discover clusters of any arbitrary shape and size in databases containing even noise and outliers. DBSCAN however are known to have a number of problems such as: (a) it requires user's input to specify parameter values for executing the algorithm; (b) it is prone to dilemma in deciding meaningful clusters from datasets with varying densities; (c) and it incurs certain computational complexity. Many researchers attempted to enhance the basic DBSCAN algorithm, in order to overcome these drawbacks, such as VDBSCAN, FDBSCAN, DD_DBSCAN, and IDBSCAN. In this study, we survey over different variations of DBSCAN algorithms that were proposed so far. These variations are critically evaluated and their limitations are also listed.
数据挖掘是关于数据分析技术的。它对于从大型数据集中提取隐藏的和有趣的模式非常有用。从地理信息系统、卫星图像、x射线晶体学、遥感、环境评估和规划等各种应用中收集的大量空间数据中提取知识时,聚类技术非常重要。为了从这些复杂的数据源中提取有用的模式,人们提出了几种流行的空间数据聚类技术。DBSCAN (Density Based Spatial Clustering of Applications with Noise)是一种基于密度的空间聚类算法。它可以在包含噪声和异常值的数据库中发现任意形状和大小的集群。然而,DBSCAN已知有许多问题,例如:(a)它需要用户输入指定执行算法的参数值;(b)在从不同密度的数据集中确定有意义的聚类时容易陷入困境;(c)并且会产生一定的计算复杂度。为了克服这些缺点,许多研究人员尝试对基本的DBSCAN算法进行改进,如VDBSCAN、FDBSCAN、DD_DBSCAN和IDBSCAN。在本研究中,我们调查了迄今为止提出的DBSCAN算法的不同变体。对这些变化进行了严格的评估,并列出了它们的局限性。
{"title":"DBSCAN: Past, present and future","authors":"Kamran Khan, S. Rehman, Kamran Aziz, S. Fong, S. Sarasvady, Amrita Vishwa","doi":"10.1109/ICADIWT.2014.6814687","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814687","url":null,"abstract":"Data Mining is all about data analysis techniques. It is useful for extracting hidden and interesting patterns from large datasets. Clustering techniques are important when it comes to extracting knowledge from large amount of spatial data collected from various applications including GIS, satellite images, X-ray crystallography, remote sensing and environmental assessment and planning etc. To extract useful pattern from these complex data sources several popular spatial data clustering techniques have been proposed. DBSCAN (Density Based Spatial Clustering of Applications with Noise) is a pioneer density based algorithm. It can discover clusters of any arbitrary shape and size in databases containing even noise and outliers. DBSCAN however are known to have a number of problems such as: (a) it requires user's input to specify parameter values for executing the algorithm; (b) it is prone to dilemma in deciding meaningful clusters from datasets with varying densities; (c) and it incurs certain computational complexity. Many researchers attempted to enhance the basic DBSCAN algorithm, in order to overcome these drawbacks, such as VDBSCAN, FDBSCAN, DD_DBSCAN, and IDBSCAN. In this study, we survey over different variations of DBSCAN algorithms that were proposed so far. These variations are critically evaluated and their limitations are also listed.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116037577","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}
引用次数: 273
Detection of thunderstorms using data mining and image processing 利用数据挖掘和图像处理检测雷暴
C. K. K. Reddy, P. Anisha, L. Prasad
Thunderstorm is a sudden electrical expulsion manifested by a blaze of lightening with a muffled sound. It is one of the most spectacular mesoscale weather phenomena in the atmosphere which occurs seasonally. On the other hand, prediction of thunderstorms is said to be the most complicated task in weather forecasting, due to its limited spatial and temporal extension either dynamically or physically. Every thunderstorm produce lightening, this kills more people every year than tornadoes. Heavy rain from thunderstorm leads to flash flooding, and causes extensive loss to property and other living organisms. Different scientific and technological researches are been carried on for the forecasting of this severe weather feature in advance to reduce damages. In this regard, many of the researchers proposed various methodologies like STP model, MOM model, CG model, LM model, QKP model, DBD model and so on for the detection, but neither of them could provide an accurate prediction. The present research adopted clustering and wavelet transform techniques in order to improve the prediction rate to a greater extent. This is the first research study carried on thunderstorm prediction using the clustering and wavelet techniques resulting with higher accuracy. The proposed model yields an average accuracy of 89.23% in the identification of thunderstorm.
雷暴是一种突然的电驱逐,表现为闪电和低沉的声音。它是大气中最壮观的季节性中尺度天气现象之一。另一方面,雷暴天气的预报是天气预报中最复杂的任务,因为雷暴天气的空间和时间的动态或物理扩展是有限的。每一次雷暴都会产生闪电,每年死于闪电的人比龙卷风还多。雷暴带来的暴雨会导致山洪暴发,给财产和其他生物造成巨大损失。为了减少灾害的发生,对这一灾害性天气特征进行了不同的科学技术研究。对此,许多研究者提出了STP模型、MOM模型、CG模型、LM模型、QKP模型、DBD模型等多种检测方法,但都不能提供准确的预测。为了在更大程度上提高预测率,本研究采用了聚类和小波变换技术。这是首次利用聚类和小波技术进行雷暴预报的研究,结果表明预报精度较高。该模型对雷暴的平均识别精度为89.23%。
{"title":"Detection of thunderstorms using data mining and image processing","authors":"C. K. K. Reddy, P. Anisha, L. Prasad","doi":"10.1109/ICADIWT.2014.6814672","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814672","url":null,"abstract":"Thunderstorm is a sudden electrical expulsion manifested by a blaze of lightening with a muffled sound. It is one of the most spectacular mesoscale weather phenomena in the atmosphere which occurs seasonally. On the other hand, prediction of thunderstorms is said to be the most complicated task in weather forecasting, due to its limited spatial and temporal extension either dynamically or physically. Every thunderstorm produce lightening, this kills more people every year than tornadoes. Heavy rain from thunderstorm leads to flash flooding, and causes extensive loss to property and other living organisms. Different scientific and technological researches are been carried on for the forecasting of this severe weather feature in advance to reduce damages. In this regard, many of the researchers proposed various methodologies like STP model, MOM model, CG model, LM model, QKP model, DBD model and so on for the detection, but neither of them could provide an accurate prediction. The present research adopted clustering and wavelet transform techniques in order to improve the prediction rate to a greater extent. This is the first research study carried on thunderstorm prediction using the clustering and wavelet techniques resulting with higher accuracy. The proposed model yields an average accuracy of 89.23% in the identification of thunderstorm.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"9 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124761646","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}
引用次数: 9
The performance evaluation of proactive fault tolerant scheme over cloud using CloudSim simulator 使用 CloudSim 模拟器评估云上主动容错方案的性能
D. Goutam, A. Verma, Neha Agrawal
The main issues in a cloud based environment are security, process fail rate and performance. Fault tolerance plays a key role in ensuring high serviceability and reliability in cloud. Nowadays, demands for high fault tolerance, high serviceability and high reliability are becoming unprecedentedly strong, building a high fault tolerance, high serviceability and high reliability cloud is a critical, challenging, and urgently required task. A lot of research is currently underway to analyze how clouds can provide fault tolerance for an application. When the number of processes are too many and the virtual machine is overloaded then the processes are failed causing lot of rework and annoyance for the users. The major cause of the failure of the processes at the virtual machine level are overloading of virtual machines, extra resource requirements of the existing processes etc. This paper introduces dynamic load balancing techniques for cloud environment in which RAM/Broker (resource awareness module) proactively decides whether the process can be applied on an existing virtual machine or it should be assigned to a different virtual machine created a fresh or any other existing virtual machine. So, in this way it can tackle the occurrence of the fault. This paper also proposed a mechanism which proactively decides the load on virtual machines and according to the requirement either creates a new virtual machine or uses an existing virtual machine for assigning the process. Once a process is complete, it will update the virtual machine status on the broker service so that other processes can be assigned to it.
云环境的主要问题是安全性、流程故障率和性能。容错在确保云的高服务性和高可靠性方面发挥着关键作用。如今,对高容错性、高可服务性和高可靠性的需求正变得空前强烈,构建一个高容错性、高可服务性和高可靠性的云是一项关键、具有挑战性和迫切需要完成的任务。目前,很多研究都在分析云如何为应用程序提供容错功能。当进程数量过多、虚拟机过载时,进程就会出现故障,造成大量返工,给用户带来烦恼。导致虚拟机级进程失败的主要原因是虚拟机超载、现有进程需要额外资源等。本文介绍了云环境的动态负载平衡技术,其中 RAM/Broker(资源感知模块)会主动决定进程是否可以应用于现有的虚拟机,还是应该分配给新创建的不同虚拟机或任何其他现有虚拟机。这样,它就能解决故障的发生。本文还提出了一种机制,可主动决定虚拟机的负载,并根据要求创建新的虚拟机或使用现有虚拟机分配进程。一旦进程完成,它将更新代理服务上的虚拟机状态,以便为其分配其他进程。
{"title":"The performance evaluation of proactive fault tolerant scheme over cloud using CloudSim simulator","authors":"D. Goutam, A. Verma, Neha Agrawal","doi":"10.1109/ICADIWT.2014.6814666","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814666","url":null,"abstract":"The main issues in a cloud based environment are security, process fail rate and performance. Fault tolerance plays a key role in ensuring high serviceability and reliability in cloud. Nowadays, demands for high fault tolerance, high serviceability and high reliability are becoming unprecedentedly strong, building a high fault tolerance, high serviceability and high reliability cloud is a critical, challenging, and urgently required task. A lot of research is currently underway to analyze how clouds can provide fault tolerance for an application. When the number of processes are too many and the virtual machine is overloaded then the processes are failed causing lot of rework and annoyance for the users. The major cause of the failure of the processes at the virtual machine level are overloading of virtual machines, extra resource requirements of the existing processes etc. This paper introduces dynamic load balancing techniques for cloud environment in which RAM/Broker (resource awareness module) proactively decides whether the process can be applied on an existing virtual machine or it should be assigned to a different virtual machine created a fresh or any other existing virtual machine. So, in this way it can tackle the occurrence of the fault. This paper also proposed a mechanism which proactively decides the load on virtual machines and according to the requirement either creates a new virtual machine or uses an existing virtual machine for assigning the process. Once a process is complete, it will update the virtual machine status on the broker service so that other processes can be assigned to it.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"58 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129891956","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}
引用次数: 11
An innovative normalization process by phase correlation method of Iris images for the block size of 32∗32 基于相位相关方法的虹膜图像块大小为32 * 32的一种创新归一化方法
S. Nithyanandam, S. Amaresan, N. Haris
Biometric technology deals with recognizing the uniqueness of individuals based on their exclusive Physical or behavioral characteristics. The developments in science & technology have made it possible to use biometrics in application when it is required to establish (or) confirm the identity of persons. Amongst a range of method, Iris recognition is a hastily intensifying technique of biometric technology. A large range of identification methods is used either verify or decide the identity of person request their processes. This Paper provides the inspiration for image acquisition, segmentation, normalization standed on the human being Iris imaging. A combination method is used to fragment the eye's digital image. The mined Iris region was then standardized by using Image registration method. A phase correlation method is installed for this Iris image registration principle. Investigational consequences demonstrate that our system is reasonably efficient and gives hopeful performance.
生物识别技术是基于个体独有的身体或行为特征来识别个体的独特性。科学技术的发展使得在需要确定(或)确认人的身份时使用生物识别技术在应用中成为可能。在众多方法中,虹膜识别是生物识别技术的一种快速发展的技术。大量的识别方法用于验证或确定请求其流程的人员的身份。本文对人体虹膜成像的图像采集、分割、归一化提供了启示。采用一种组合方法对眼睛的数字图像进行分割。利用图像配准方法对提取的虹膜区域进行标准化处理。针对这种虹膜图像配准原理,提出了一种相位相关方法。调查结果表明,我们的系统是合理有效的,并给出了希望的性能。
{"title":"An innovative normalization process by phase correlation method of Iris images for the block size of 32∗32","authors":"S. Nithyanandam, S. Amaresan, N. Haris","doi":"10.1109/ICADIWT.2014.6814695","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814695","url":null,"abstract":"Biometric technology deals with recognizing the uniqueness of individuals based on their exclusive Physical or behavioral characteristics. The developments in science & technology have made it possible to use biometrics in application when it is required to establish (or) confirm the identity of persons. Amongst a range of method, Iris recognition is a hastily intensifying technique of biometric technology. A large range of identification methods is used either verify or decide the identity of person request their processes. This Paper provides the inspiration for image acquisition, segmentation, normalization standed on the human being Iris imaging. A combination method is used to fragment the eye's digital image. The mined Iris region was then standardized by using Image registration method. A phase correlation method is installed for this Iris image registration principle. Investigational consequences demonstrate that our system is reasonably efficient and gives hopeful performance.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132796051","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
An agent-based linked data integration system 基于代理的关联数据集成系统
Xuejing Li, Zhendong Niu, Chongyang Shi
With the advent of the Web of Linked Data, new challenges to federated query processing are emerging. Different from traditional federated database systems which do static data integration, this Web of Data is open and ever-changing. In this paper, we present a agent-based architecture providing a flexible and decoupled solution for the federated queries over Linked Data. Based on the presented architecture, a Linked Data Management System (LDMS) has been developed. LDMS manages Linked Data in a virtual way, i.e., it does not load remote data into a local data store. With an application scenario, we demonstrate the scalability and extensibility of the presented architecture.
随着关联数据Web的出现,联邦查询处理面临新的挑战。与传统的进行静态数据集成的联邦数据库系统不同,这个数据网络是开放的和不断变化的。在本文中,我们提出了一个基于代理的体系结构,为关联数据上的联邦查询提供了一个灵活的解耦解决方案。在此基础上,开发了一个关联数据管理系统(LDMS)。LDMS以虚拟方式管理关联数据,也就是说,它不会将远程数据加载到本地数据存储中。通过一个应用程序场景,我们演示了所提出的体系结构的可伸缩性和可扩展性。
{"title":"An agent-based linked data integration system","authors":"Xuejing Li, Zhendong Niu, Chongyang Shi","doi":"10.1109/ICADIWT.2014.6814676","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814676","url":null,"abstract":"With the advent of the Web of Linked Data, new challenges to federated query processing are emerging. Different from traditional federated database systems which do static data integration, this Web of Data is open and ever-changing. In this paper, we present a agent-based architecture providing a flexible and decoupled solution for the federated queries over Linked Data. Based on the presented architecture, a Linked Data Management System (LDMS) has been developed. LDMS manages Linked Data in a virtual way, i.e., it does not load remote data into a local data store. With an application scenario, we demonstrate the scalability and extensibility of the presented architecture.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130562263","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}
引用次数: 2
A GSM based low cost weather monitoring system for solar and wind energy generation 一种基于GSM的低成本太阳能和风能天气监测系统
D. Gaurav, Dishant Mittal, Bhavya Vaidya, Jimmy Mathew
Renewable Energy is a pressing need in the 21st century as non-renewable sources are no longer fit for our energy needs. This is especially important in a country like India, where supply to demand ratio is very low. In this paper, we intend to identify the geographical areas for solar and wind energy generations at low cost. It is achieved by monitoring atmospheric weather conditions, such as temperature, humidity, wind speed and light intensity. Our design is based on remotely operated system with sensors, which gathers weather information and transmits measured values to the ground. In our research, we have considered a number of options to device atmospheric weather monitoring system at low cost, long lasting and durable for extreme weather conditions. The cost of the system is estimated to be nearly thirty dollars. It is highly reliable and deployable, and is a very useful utility in a country like India. The system can be easily deployed at areas to keep track of continuous climatic changes. The system is operated by battery, and is expected to run with a long life span, because of the system optimizations done for maximum power savings. Our system weighs only less than 150 gm, and is easily floatable and recoverable with the help of a simple Hydrogen balloon.
可再生能源是21世纪的迫切需求,因为不可再生能源不再适合我们的能源需求。这在像印度这样的供需比非常低的国家尤为重要。在本文中,我们打算确定低成本太阳能和风能发电的地理区域。它是通过监测大气天气条件,如温度、湿度、风速和光照强度来实现的。我们的设计基于带有传感器的远程操作系统,该系统收集天气信息并将测量值传输到地面。在我们的研究中,我们考虑了许多选择,以低成本,持久耐用的极端天气条件下,设备大气天气监测系统。这套系统的成本估计将近30美元。它是高度可靠和可部署的,在印度这样的国家是非常有用的工具。该系统可以很容易地部署在跟踪连续气候变化的地区。该系统由电池驱动,由于系统优化以最大限度地节省电力,预计将具有较长的使用寿命。我们的系统重量只有不到150克,可以很容易地漂浮,并在一个简单的氢气球的帮助下回收。
{"title":"A GSM based low cost weather monitoring system for solar and wind energy generation","authors":"D. Gaurav, Dishant Mittal, Bhavya Vaidya, Jimmy Mathew","doi":"10.1109/ICADIWT.2014.6814689","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814689","url":null,"abstract":"Renewable Energy is a pressing need in the 21st century as non-renewable sources are no longer fit for our energy needs. This is especially important in a country like India, where supply to demand ratio is very low. In this paper, we intend to identify the geographical areas for solar and wind energy generations at low cost. It is achieved by monitoring atmospheric weather conditions, such as temperature, humidity, wind speed and light intensity. Our design is based on remotely operated system with sensors, which gathers weather information and transmits measured values to the ground. In our research, we have considered a number of options to device atmospheric weather monitoring system at low cost, long lasting and durable for extreme weather conditions. The cost of the system is estimated to be nearly thirty dollars. It is highly reliable and deployable, and is a very useful utility in a country like India. The system can be easily deployed at areas to keep track of continuous climatic changes. The system is operated by battery, and is expected to run with a long life span, because of the system optimizations done for maximum power savings. Our system weighs only less than 150 gm, and is easily floatable and recoverable with the help of a simple Hydrogen balloon.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122004006","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}
引用次数: 13
A multi-objective differential evolution approach for the question selection problem 问题选择问题的多目标差分进化方法
D. V. Paul, J. Pawar
Examinations are important tools for assessing student performance. They are commonly used as a metric to determine the quality of the students. However, examination question paper composition is a multi-constraint concurrent optimization problem. Question selection plays a key role in question paper composition system. Question selection is handled in traditional systems by using a specified question paper format containing a listing of weightages to be allotted to each unit/module of the syllabus. They do not consider other constraints such as total time duration for completion of the paper, total number of questions, question types, knowledge points, difficulty level of questions etc,. In this paper we have proposed an innovative evolutionary approach that handles multi-constraints while generating question papers from a very large question bank. The proposed Multi-objective Differential Evolution Approach (MDEA) has its advantage of simple structure, ease of use, better computational speed and good robustness. It is identified to be more suitable for combinatorial problems as compared to the generally used genetic algorithm. Experimental results indicate that the proposed approach is efficient and effective in generating near-optimal or optimal question papers that satisfy the specified requirements.
考试是评估学生表现的重要工具。他们通常被用作衡量学生质量的标准。然而,试卷作文是一个多约束并发优化问题。题型选择在题型组成系统中起着关键作用。在传统的考试系统中,选择问题的方式是使用指定的试卷格式,其中列出了分配给教学大纲中每个单元/模块的权重。他们不考虑其他限制,如完成论文的总时间,问题总数,问题类型,知识点,问题的难度等级等。在本文中,我们提出了一种创新的进化方法,该方法在从非常大的题库生成试卷时处理多约束。所提出的多目标差分进化方法具有结构简单、易于使用、计算速度快、鲁棒性好等优点。与一般使用的遗传算法相比,它更适合于组合问题。实验结果表明,该方法在生成满足指定要求的近最优或最优试卷方面是有效的。
{"title":"A multi-objective differential evolution approach for the question selection problem","authors":"D. V. Paul, J. Pawar","doi":"10.1109/ICADIWT.2014.6814673","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814673","url":null,"abstract":"Examinations are important tools for assessing student performance. They are commonly used as a metric to determine the quality of the students. However, examination question paper composition is a multi-constraint concurrent optimization problem. Question selection plays a key role in question paper composition system. Question selection is handled in traditional systems by using a specified question paper format containing a listing of weightages to be allotted to each unit/module of the syllabus. They do not consider other constraints such as total time duration for completion of the paper, total number of questions, question types, knowledge points, difficulty level of questions etc,. In this paper we have proposed an innovative evolutionary approach that handles multi-constraints while generating question papers from a very large question bank. The proposed Multi-objective Differential Evolution Approach (MDEA) has its advantage of simple structure, ease of use, better computational speed and good robustness. It is identified to be more suitable for combinatorial problems as compared to the generally used genetic algorithm. Experimental results indicate that the proposed approach is efficient and effective in generating near-optimal or optimal question papers that satisfy the specified requirements.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"11 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115556592","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
Question answering system: A heuristic approach 问答系统:一种启发式方法
Varsha Bhoir, M. Potey
The exponential growth in digital information led to the need of increasingly sophisticated search tools like the web search engines. Search engines return ranked list of documents and are less effective when users need precise answers to natural language questions. Question Answering systems involve this critical capability required for the next generation web search engines, to reduce the painstaking search through the long list of documents. The proposed solution of Question Answering system works for a specific domain of tourism which is a global and routine activity for leisure. The users have to struggle to navigate through these overloaded sites for a short piece of information of their interest. The crawler developed in the system gathers web page information which is processed using Natural Language Processing and Procedure programming for a specific keyword. The system returns precise short string answers or list to natural language questions related to tourism domain like distance, person, date, list of hotels, list of forts, etc.
数字信息的指数级增长导致对网络搜索引擎等越来越复杂的搜索工具的需求。搜索引擎返回文档排序列表,当用户需要自然语言问题的精确答案时,搜索引擎的效率较低。问答系统包含了下一代网络搜索引擎所需要的关键功能,以减少通过长列表文档的艰苦搜索。提出的问答系统解决方案适用于旅游这一全球性的日常休闲活动的特定领域。用户必须努力在这些超载的网站中导航,寻找他们感兴趣的一小段信息。系统中开发的爬虫收集网页信息,采用自然语言处理和程序编程对特定关键词进行处理。对于与旅游领域相关的自然语言问题,如距离、人物、日期、酒店列表、堡垒列表等,系统会返回精确的短字符串答案或列表。
{"title":"Question answering system: A heuristic approach","authors":"Varsha Bhoir, M. Potey","doi":"10.1109/ICADIWT.2014.6814704","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814704","url":null,"abstract":"The exponential growth in digital information led to the need of increasingly sophisticated search tools like the web search engines. Search engines return ranked list of documents and are less effective when users need precise answers to natural language questions. Question Answering systems involve this critical capability required for the next generation web search engines, to reduce the painstaking search through the long list of documents. The proposed solution of Question Answering system works for a specific domain of tourism which is a global and routine activity for leisure. The users have to struggle to navigate through these overloaded sites for a short piece of information of their interest. The crawler developed in the system gathers web page information which is processed using Natural Language Processing and Procedure programming for a specific keyword. The system returns precise short string answers or list to natural language questions related to tourism domain like distance, person, date, list of hotels, list of forts, etc.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"6 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130741476","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}
引用次数: 14
Experimental analysis of CUBIC TCP in error prone MANETs CUBIC TCP在易出错的manet中的实验分析
D. Kumari, M. Tahiliani, Udaya Kumar K. Shenoy
CUBIC TCP, a variant of the traditional TCP, is the default congestion control algorithm deployed in Linux kernels above 2.6 version. CUBIC is mainly designed for high speed, long distance wired networks and several studies have exhibited that it indeed, enriches the performance of such networks. Recently, hand-held devices such as smart phones have grown very popular and there has been a lot of interest in the research community to design efficient operating systems for such devices. Android is one of the latest open source mobile operating system and it is based on a reduced version of the Linux kernel. Since it is Linux based, CUBIC TCP remains the default TCP in Android also. These hand-held devices, however, are connected to low speed wireless networks and consequently, CUBIC TCP deployment in Android ends up being a mismatch. The main goal of this work is to analyze the behavior of CUBIC TCP in low speed error prone wireless networks and bring out the challenges and issues related to the same.
CUBIC TCP是传统TCP的一种变体,是2.6版本以上Linux内核中部署的默认拥塞控制算法。CUBIC主要是为高速、长距离有线网络设计的,一些研究表明,它确实丰富了这种网络的性能。最近,像智能手机这样的手持设备已经变得非常流行,并且在研究界已经有很多兴趣为这些设备设计高效的操作系统。Android是最新的开源移动操作系统之一,它基于精简版的Linux内核。因为它是基于Linux的,CUBIC TCP仍然是Android的默认TCP。然而,这些手持设备连接到低速无线网络,因此,CUBIC TCP在Android中的部署最终是不匹配的。本工作的主要目标是分析CUBIC TCP在低速易出错无线网络中的行为,并提出与之相关的挑战和问题。
{"title":"Experimental analysis of CUBIC TCP in error prone MANETs","authors":"D. Kumari, M. Tahiliani, Udaya Kumar K. Shenoy","doi":"10.1109/ICADIWT.2014.6814668","DOIUrl":"https://doi.org/10.1109/ICADIWT.2014.6814668","url":null,"abstract":"CUBIC TCP, a variant of the traditional TCP, is the default congestion control algorithm deployed in Linux kernels above 2.6 version. CUBIC is mainly designed for high speed, long distance wired networks and several studies have exhibited that it indeed, enriches the performance of such networks. Recently, hand-held devices such as smart phones have grown very popular and there has been a lot of interest in the research community to design efficient operating systems for such devices. Android is one of the latest open source mobile operating system and it is based on a reduced version of the Linux kernel. Since it is Linux based, CUBIC TCP remains the default TCP in Android also. These hand-held devices, however, are connected to low speed wireless networks and consequently, CUBIC TCP deployment in Android ends up being a mismatch. The main goal of this work is to analyze the behavior of CUBIC TCP in low speed error prone wireless networks and bring out the challenges and issues related to the same.","PeriodicalId":339627,"journal":{"name":"The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)","volume":"107 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2014-05-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123972637","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}
引用次数: 2
期刊
The Fifth International Conference on the Applications of Digital Information and Web Technologies (ICADIWT 2014)
全部 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