首页 > 最新文献

2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)最新文献

英文 中文
Relevance Feedback Based CBIR System Using SVM and Bayes Classifier 基于支持向量机和贝叶斯分类器的相关反馈CBIR系统
N. Kaur, Sonika Jindal, Bhavneet Kaur
Image search techniques were not generally basedon visual features but on the textual annotation of images. Images were firstly annotated with text and then searched usinga text-based approach from traditional database management systems which is time consuming and difficult to manage. To overcome this problem, CBIR (Content Based Image Retrieval) is introduced which is becoming the hottest research area these days due to vast range of real time applications suchas Crime Prevention, Photograph Archives, Medical Diagnosis, Geographical Information and Remote Sensing System etc. The CBIR system consist of various phases to extract and matchthe features and search the images from the large scale image databases on the basis of visual contents such as Color, Shape andTexture according to the user's interest. As Semantic Gap is themost important and challenging issue. In this paper, Relevance Feedback is used to deal with this issue which based on Support Vector machine has been extensively used in the CBIR system to bridge the semantic gap between low level features and high level human perception features. The learning techniques are predominently used for the classification of images in lablelled and unlabelled datasets. In our proposed work we have to work on KNN, SVM and Bayes Classifier to classify the images. The implementation of our proposed work is done in OpenCv and experiments conducted on the Corel Dataset having 10,000 images. After attempting the experiments on various images wehave to calculate the Precision and Recall which represent in theform of graphs. After analyzing the results we have concludedthat our method is effective to reduce the semantic gap.
图像搜索技术一般不是基于图像的视觉特征,而是基于图像的文本注释。传统的数据库管理系统首先对图像进行文字标注,然后使用基于文本的方法进行检索,费时且管理困难。为了解决这一问题,基于内容的图像检索技术(Content Based Image Retrieval,简称CBIR)应运而生,由于其在犯罪预防、照片档案、医学诊断、地理信息和遥感系统等方面的广泛实时应用,成为当前研究的热点。CBIR系统由多个阶段组成,根据用户的兴趣,以颜色、形状、纹理等视觉内容为基础,从大型图像数据库中提取和匹配特征,并对图像进行搜索。由于语义差距是最重要和最具挑战性的问题。本文采用基于支持向量机的关联反馈方法来解决这一问题,支持向量机已广泛应用于CBIR系统中,以弥合低级特征与高级人类感知特征之间的语义差距。学习技术主要用于标记和未标记数据集中的图像分类。在我们提出的工作中,我们必须使用KNN, SVM和贝叶斯分类器来对图像进行分类。我们提出的工作的实现是在OpenCv中完成的,并在具有10,000张图像的Corel数据集上进行了实验。在对各种图像进行实验后,我们必须计算以图形形式表示的精度和召回率。通过对实验结果的分析,表明该方法能够有效地减少语义缺口。
{"title":"Relevance Feedback Based CBIR System Using SVM and Bayes Classifier","authors":"N. Kaur, Sonika Jindal, Bhavneet Kaur","doi":"10.1109/CICT.2016.50","DOIUrl":"https://doi.org/10.1109/CICT.2016.50","url":null,"abstract":"Image search techniques were not generally basedon visual features but on the textual annotation of images. Images were firstly annotated with text and then searched usinga text-based approach from traditional database management systems which is time consuming and difficult to manage. To overcome this problem, CBIR (Content Based Image Retrieval) is introduced which is becoming the hottest research area these days due to vast range of real time applications suchas Crime Prevention, Photograph Archives, Medical Diagnosis, Geographical Information and Remote Sensing System etc. The CBIR system consist of various phases to extract and matchthe features and search the images from the large scale image databases on the basis of visual contents such as Color, Shape andTexture according to the user's interest. As Semantic Gap is themost important and challenging issue. In this paper, Relevance Feedback is used to deal with this issue which based on Support Vector machine has been extensively used in the CBIR system to bridge the semantic gap between low level features and high level human perception features. The learning techniques are predominently used for the classification of images in lablelled and unlabelled datasets. In our proposed work we have to work on KNN, SVM and Bayes Classifier to classify the images. The implementation of our proposed work is done in OpenCv and experiments conducted on the Corel Dataset having 10,000 images. After attempting the experiments on various images wehave to calculate the Precision and Recall which represent in theform of graphs. After analyzing the results we have concludedthat our method is effective to reduce the semantic gap.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"12 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133463338","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}
引用次数: 12
Application of Hierarchical Clustering Algorithm to Evaluate Students Performance of an Institute 层次聚类算法在高校学生成绩评价中的应用
Shiwani Rana, R. Garg
Machine Learning is the field of computer science that learns from data by studying algorithms and their constructions. In machine learning, predictions can be made by using certain algorithms for specific inputs. In this paper important classification and clustering algorithms are discussed which can be further applied to BE (Information Technology). Third Semester to evaluate student's performance. The performance of students of Digital Electronics of University Institute of Engineering and Technology (UIET), Panjab University (PU) is calculated by applying Hierarchical Clustering Algorithm. Unsupervised Learning Algorithms like K-Means and Hierarchical clustering are discussed and for supervised learning, Naive Bayes and Logistic Regression are discussed. Further the comparisons between the two supervised algorithms and the two unsupervised algorithms are made.
机器学习是计算机科学的一个领域,它通过研究算法及其结构从数据中学习。在机器学习中,可以通过对特定输入使用特定算法来进行预测。本文讨论了可进一步应用于信息技术领域的重要分类和聚类算法。第三学期评估学生表现。应用层次聚类算法对旁遮普省大学工程技术学院数字电子学专业学生的成绩进行了计算。讨论了K-Means和分层聚类等无监督学习算法,讨论了监督学习的朴素贝叶斯和逻辑回归。进一步对两种有监督算法和两种无监督算法进行了比较。
{"title":"Application of Hierarchical Clustering Algorithm to Evaluate Students Performance of an Institute","authors":"Shiwani Rana, R. Garg","doi":"10.1109/CICT.2016.143","DOIUrl":"https://doi.org/10.1109/CICT.2016.143","url":null,"abstract":"Machine Learning is the field of computer science that learns from data by studying algorithms and their constructions. In machine learning, predictions can be made by using certain algorithms for specific inputs. In this paper important classification and clustering algorithms are discussed which can be further applied to BE (Information Technology). Third Semester to evaluate student's performance. The performance of students of Digital Electronics of University Institute of Engineering and Technology (UIET), Panjab University (PU) is calculated by applying Hierarchical Clustering Algorithm. Unsupervised Learning Algorithms like K-Means and Hierarchical clustering are discussed and for supervised learning, Naive Bayes and Logistic Regression are discussed. Further the comparisons between the two supervised algorithms and the two unsupervised algorithms are made.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"52 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132707053","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}
引用次数: 19
Feature Based Performance Evaluation of Support Vector Machine on Binary Classification 基于特征的支持向量机二值分类性能评价
Shivani Sharma, S. Srivastava
Classification is a challenging phenomenon. Text classification uses terms as features which can be grouped to vote for belongingness of a class. This paper explores the performance of Support Vector Machine (SVM) on variation of text features. Empirical results support the findings. The reported result shows significant degradation in SVM classifier as we reduce features from 100 to 50 and then to 25. Short text messages (tweets) are used as a data set and balanced binary classes are used with 841 tweets each. We have used radial basis function as a kernel parameter. TP Rate, FP Rate, Precision, Recall, F Measure are used as a measure of performance evaluator. Confusion matrix is used for quick review of classifier and 10 fold cross validation is used for estimation of prediction model.
分类是一个具有挑战性的现象。文本分类使用术语作为特征,可以将其分组以投票决定类的归属。本文探讨了支持向量机(SVM)在文本特征变化方面的性能。实证结果支持了这一发现。报告的结果显示,当我们将特征从100个减少到50个,然后再减少到25个时,SVM分类器显着退化。使用短文本消息(tweet)作为数据集,并使用平衡二进制类,每个类有841条tweet。我们使用径向基函数作为核参数。TP率,FP率,精度,召回率,F测量被用作性能评估器的衡量标准。使用混淆矩阵对分类器进行快速检查,使用10次交叉验证对预测模型进行估计。
{"title":"Feature Based Performance Evaluation of Support Vector Machine on Binary Classification","authors":"Shivani Sharma, S. Srivastava","doi":"10.1109/CICT.2016.41","DOIUrl":"https://doi.org/10.1109/CICT.2016.41","url":null,"abstract":"Classification is a challenging phenomenon. Text classification uses terms as features which can be grouped to vote for belongingness of a class. This paper explores the performance of Support Vector Machine (SVM) on variation of text features. Empirical results support the findings. The reported result shows significant degradation in SVM classifier as we reduce features from 100 to 50 and then to 25. Short text messages (tweets) are used as a data set and balanced binary classes are used with 841 tweets each. We have used radial basis function as a kernel parameter. TP Rate, FP Rate, Precision, Recall, F Measure are used as a measure of performance evaluator. Confusion matrix is used for quick review of classifier and 10 fold cross validation is used for estimation of prediction model.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"3 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115024391","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
Analysis of Energy Storage System for Wind Power Generation with Application of Bidirectional Converter 应用双向变流器的风力发电储能系统分析
Ayush Aroliya, S. Gautam, Aakash Kumar, V. Shrivastava
Apart from all superfluous renewable sources, the wind power is the renewable resource which is gifted one. The major complications in these types of systems are to store the power to accomplish the necessity of load when the power due to wind is unattainable. This paper incapacitates the problematic of energy storage system in wind power generation system (WPGS). To accomplish this requirement, an energy system with the application of dc-dc bidirectional converter is suggested. The analysis of this projected system for WPGS has done on the MatLab/Simulink software. In this a bidirectional isolated dc-dc converter associated with a lithium ion battery of 12V. A variable wind speed has used for the analysis of application of bidirectional converter for energy storage system for WPGS.
除了所有多余的可再生能源外,风能是被赋予的可再生资源之一。这类系统的主要复杂之处在于,当风力无法提供电力时,如何储存电力以满足负荷的需要。研究了风力发电系统中储能系统的问题。为了实现这一要求,提出了一种应用dc-dc双向变换器的能量系统。在MatLab/Simulink软件上对WPGS规划系统进行了分析。在这个双向隔离dc-dc转换器与一个12V锂离子电池相关联。采用变风速法对双向变换器在WPGS储能系统中的应用进行了分析。
{"title":"Analysis of Energy Storage System for Wind Power Generation with Application of Bidirectional Converter","authors":"Ayush Aroliya, S. Gautam, Aakash Kumar, V. Shrivastava","doi":"10.1109/CICT.2016.89","DOIUrl":"https://doi.org/10.1109/CICT.2016.89","url":null,"abstract":"Apart from all superfluous renewable sources, the wind power is the renewable resource which is gifted one. The major complications in these types of systems are to store the power to accomplish the necessity of load when the power due to wind is unattainable. This paper incapacitates the problematic of energy storage system in wind power generation system (WPGS). To accomplish this requirement, an energy system with the application of dc-dc bidirectional converter is suggested. The analysis of this projected system for WPGS has done on the MatLab/Simulink software. In this a bidirectional isolated dc-dc converter associated with a lithium ion battery of 12V. A variable wind speed has used for the analysis of application of bidirectional converter for energy storage system for WPGS.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117123464","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
Improving Educational Assessment in Mobile Environment 改进移动环境下的教育评估
S. Banno, Yanyan Yang
Due to the advancement of mobile technologies and portable devices, new research issue in education is evolved from desktop computers to handheld devices, that is, the development of educational assessment with personalized learning system support. In this paper, an integration of student modeling system with dynamic assessment strategy and context recommendations is proposed. This combination addressed some challenging issues from the perspective of cognitive learning to reflect the fundamental needs for effective mobile student learning process through the dynamic assessment. In the presented system, the assessment tests are designed according to the instructor's specification for the selection of questions, the scoring procedure and the evaluation technique. Furthermore, the knowledge estimation model with the guessing parameter is presented. The initial system User interface is implemented with Android Platform for 3rd Generation Mobile emulator which provides a rich set of User Interfaces (UI), gestures and 2-D and 3-D graphic.
随着移动技术和便携设备的进步,教育领域的新研究课题从台式计算机向手持设备演变,即发展个性化学习系统支持下的教育评估。本文提出了一个将动态评价策略和情境推荐相结合的学生建模系统。这种结合从认知学习的角度解决了一些具有挑战性的问题,通过动态评估反映了有效的移动学生学习过程的根本需求。在本系统中,根据教师对试题的选择、评分程序和评价技术的规范进行了测试设计。在此基础上,提出了基于猜测参数的知识估计模型。初始系统用户界面采用Android第三代移动模拟器平台实现,提供了丰富的用户界面(UI)、手势和2-D和3-D图形。
{"title":"Improving Educational Assessment in Mobile Environment","authors":"S. Banno, Yanyan Yang","doi":"10.1109/CICT.2016.123","DOIUrl":"https://doi.org/10.1109/CICT.2016.123","url":null,"abstract":"Due to the advancement of mobile technologies and portable devices, new research issue in education is evolved from desktop computers to handheld devices, that is, the development of educational assessment with personalized learning system support. In this paper, an integration of student modeling system with dynamic assessment strategy and context recommendations is proposed. This combination addressed some challenging issues from the perspective of cognitive learning to reflect the fundamental needs for effective mobile student learning process through the dynamic assessment. In the presented system, the assessment tests are designed according to the instructor's specification for the selection of questions, the scoring procedure and the evaluation technique. Furthermore, the knowledge estimation model with the guessing parameter is presented. The initial system User interface is implemented with Android Platform for 3rd Generation Mobile emulator which provides a rich set of User Interfaces (UI), gestures and 2-D and 3-D graphic.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129903790","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
Improving Quality of Machine Translation Using Text Rewriting 利用文本改写提高机器翻译质量
Deepti Chopra, Nisheeth Joshi, Iti Mathur
Machine Translation may be defined as the task of transformation of source text from one language to another. In the following paper, we have discussed the improvement in quality of Machine Translation (MT) using Source text Rewriting. We have performed English to Hindi translation on our MT system and also translation of rewritten English text to Hindi and then compared their performances and evaluated MT system based on 11 features sets as well as using automatic evaluation metrics such as BLEU, METEOR and F-Measure. We found that the performance of MT improved by using Text Rewriting approach.
机器翻译可以定义为将源文本从一种语言转换为另一种语言的任务。在本文中,我们讨论了使用源文本重写来提高机器翻译的质量。我们在机器翻译系统上进行了英语到印地语的翻译,也将重写的英语文本翻译成印地语,然后比较了它们的性能,并基于11个特征集以及使用BLEU, METEOR和F-Measure等自动评估指标对机器翻译系统进行了评估。我们发现使用文本重写方法可以提高机器翻译的性能。
{"title":"Improving Quality of Machine Translation Using Text Rewriting","authors":"Deepti Chopra, Nisheeth Joshi, Iti Mathur","doi":"10.1109/CICT.2016.14","DOIUrl":"https://doi.org/10.1109/CICT.2016.14","url":null,"abstract":"Machine Translation may be defined as the task of transformation of source text from one language to another. In the following paper, we have discussed the improvement in quality of Machine Translation (MT) using Source text Rewriting. We have performed English to Hindi translation on our MT system and also translation of rewritten English text to Hindi and then compared their performances and evaluated MT system based on 11 features sets as well as using automatic evaluation metrics such as BLEU, METEOR and F-Measure. We found that the performance of MT improved by using Text Rewriting approach.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"29 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131250713","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}
引用次数: 5
Predictor Based Unknown Non-linear Discrete Time Delayed System Using Sliding Mode Control 基于预测器的未知非线性离散时滞滑模控制系统
Parmendra Singh, V. Goyal, V. Deolia, T. Sharma
Sliding Mode Control (SMC) technique has been used in an extensive manner in many practical applications especially in motion control systems. This paper investigates non-linear discrete time systems accommodating input delay. Firstly, input delay is removed by introducing a smith predictor that converts the original discrete system into delayed free version of the system and makes it solvable. Then, for an effective control "reaching law method" is used to design control law and construction of sliding surface for the delayed free system. The Chebyshev Neural Networks (CNNs) are used to approximate the unknown non-linearity. Simulation shows the robustness of the control scheme.
滑模控制技术在许多实际应用中得到了广泛的应用,特别是在运动控制系统中。本文研究了具有输入时滞的非线性离散时间系统。首先,通过引入smith预测器来消除输入延迟,该预测器将原始离散系统转换为系统的延迟自由版本并使其可解。然后,采用“趋近律法”对时滞自由系统进行控制律设计和滑面构造,实现了系统的有效控制。利用切比雪夫神经网络(CNNs)逼近未知非线性。仿真结果表明了该控制方案的鲁棒性。
{"title":"Predictor Based Unknown Non-linear Discrete Time Delayed System Using Sliding Mode Control","authors":"Parmendra Singh, V. Goyal, V. Deolia, T. Sharma","doi":"10.1109/CICT.2016.113","DOIUrl":"https://doi.org/10.1109/CICT.2016.113","url":null,"abstract":"Sliding Mode Control (SMC) technique has been used in an extensive manner in many practical applications especially in motion control systems. This paper investigates non-linear discrete time systems accommodating input delay. Firstly, input delay is removed by introducing a smith predictor that converts the original discrete system into delayed free version of the system and makes it solvable. Then, for an effective control \"reaching law method\" is used to design control law and construction of sliding surface for the delayed free system. The Chebyshev Neural Networks (CNNs) are used to approximate the unknown non-linearity. Simulation shows the robustness of the control scheme.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125517605","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
Secure Data Transmission over Illicit Network 非法网络上的安全数据传输
Shubhi Gupta, M. Shrimali
This study proposes a scheme of data transmission over an illicit network. We use image hiding and data compression technique with Diffie-Hellman cryptosystem to intensify the security of data to be transmitted over an insecure channel. Fuzzy error correction code is used to check precision and carriage of error free message.
本研究提出了一种在非法网络上传输数据的方案。我们将图像隐藏和数据压缩技术与Diffie-Hellman密码系统相结合,以提高数据在不安全信道上传输的安全性。采用模糊纠错码对无错码报文的精度和传输进行校验。
{"title":"Secure Data Transmission over Illicit Network","authors":"Shubhi Gupta, M. Shrimali","doi":"10.1109/CICT.2016.65","DOIUrl":"https://doi.org/10.1109/CICT.2016.65","url":null,"abstract":"This study proposes a scheme of data transmission over an illicit network. We use image hiding and data compression technique with Diffie-Hellman cryptosystem to intensify the security of data to be transmitted over an insecure channel. Fuzzy error correction code is used to check precision and carriage of error free message.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121602614","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
Big Data: A Boon or Bane - The Big Question 大数据:是福还是祸——一个大问题
Smita Bajaj, R. Johari
Big Data is the buzzword in the industry and academia alike. The reasons for this are not difficult to comprehend - we are living in an electronic age surrounded by exponentially increasing volume and heterogeneity of data. Study of Big Data is a huge opportunity to understand more from data - previously unseen patterns & analysis which was not possible earlier. However, just like any other technology Big Data is akin to a double edged sword, along with the opportunities and benefits it comes with its own set of problems. In this paper we strive to weigh the benefits and the banes of the technology. We start with a brief introduction to Big Data followed by an overview of related work done by the author(s) before moving on to area of focus of the paper and ending with concluding remarks and references.
大数据在工业界和学术界都是一个流行词。其原因不难理解——我们生活在一个电子时代,周围是指数增长的数据量和异质性。对大数据的研究是一个巨大的机会,可以从数据中了解更多——以前不可能看到的模式和分析。然而,就像任何其他技术一样,大数据是一把双刃剑,伴随着机遇和好处,它也带来了一系列问题。在本文中,我们努力权衡该技术的利弊。我们首先简要介绍大数据,然后概述作者所做的相关工作,然后进入论文的重点领域,最后以结束语和参考文献结束。
{"title":"Big Data: A Boon or Bane - The Big Question","authors":"Smita Bajaj, R. Johari","doi":"10.1109/CICT.2016.29","DOIUrl":"https://doi.org/10.1109/CICT.2016.29","url":null,"abstract":"Big Data is the buzzword in the industry and academia alike. The reasons for this are not difficult to comprehend - we are living in an electronic age surrounded by exponentially increasing volume and heterogeneity of data. Study of Big Data is a huge opportunity to understand more from data - previously unseen patterns & analysis which was not possible earlier. However, just like any other technology Big Data is akin to a double edged sword, along with the opportunities and benefits it comes with its own set of problems. In this paper we strive to weigh the benefits and the banes of the technology. We start with a brief introduction to Big Data followed by an overview of related work done by the author(s) before moving on to area of focus of the paper and ending with concluding remarks and references.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116718588","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
NaviRide: Smart Bicycle Computer with GPS Waypoint Indicators NaviRide:带有GPS路点指示器的智能自行车电脑
Prachi Dutta, Uzval Sai Gopinadha Varma Dontiboyina
Bicycles are considered to be one of the most ecofriendly and sustainable modes of transportation. Cyclists who have moved to a new city may get lost trying to remember the route they carefully planned at home. In this paper, we introduce a personalized GPS guidance bicycle: NaviRide, that will help the cyclists in selecting a cycling track from a number of pre-defined latitude/longitude waypoints. It has a built-in anti-theft tracking system, calorie counter and collision detection and SOS broadcast system. Our smart bicycle design will help the cyclists reach their cycling goals without any interruptions, promoting healthy and environment friendly human development.
自行车被认为是最环保和可持续的交通方式之一。刚搬到一个新城市的骑自行车的人可能会在试图记住他们在家里精心规划的路线时迷路。在本文中,我们介绍了一种个性化的GPS导航自行车:NaviRide,它可以帮助骑自行车的人从许多预先定义的纬度/经度路点中选择骑行路线。它有一个内置的防盗跟踪系统,卡路里计数器和碰撞检测和SOS广播系统。我们的智能自行车设计将帮助骑自行车的人不受任何干扰地完成他们的骑行目标,促进健康和环境友好的人类发展。
{"title":"NaviRide: Smart Bicycle Computer with GPS Waypoint Indicators","authors":"Prachi Dutta, Uzval Sai Gopinadha Varma Dontiboyina","doi":"10.1109/CICT.2016.100","DOIUrl":"https://doi.org/10.1109/CICT.2016.100","url":null,"abstract":"Bicycles are considered to be one of the most ecofriendly and sustainable modes of transportation. Cyclists who have moved to a new city may get lost trying to remember the route they carefully planned at home. In this paper, we introduce a personalized GPS guidance bicycle: NaviRide, that will help the cyclists in selecting a cycling track from a number of pre-defined latitude/longitude waypoints. It has a built-in anti-theft tracking system, calorie counter and collision detection and SOS broadcast system. Our smart bicycle design will help the cyclists reach their cycling goals without any interruptions, promoting healthy and environment friendly human development.","PeriodicalId":118509,"journal":{"name":"2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)","volume":"2 3","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2016-02-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"113997208","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
期刊
2016 Second International Conference on Computational Intelligence & Communication Technology (CICT)
全部 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