A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

  First | 1 2        [Sort alphabetically]   [Restore default list]

  Subjects -> SCIENCES: COMPREHENSIVE WORKS (Total: 374 journals)
Showing 201 - 265 of 265 Journals sorted by number of followers
Quantum Science and Technology     Hybrid Journal   (Followers: 15)
Logo STI Science, Technology and Innovation     Open Access   (Followers: 14)
Alfarama Journal of Basic & Applied Sciences     Open Access   (Followers: 12)
Patterns     Open Access   (Followers: 9)
The Innovation     Open Access   (Followers: 8)
Frontiers in Climate     Open Access   (Followers: 5)
Discover Sustainability     Open Access   (Followers: 5)
Proceedings of the Indian National Science Academy     Full-text available via subscription   (Followers: 5)
History of Science and Technology     Open Access   (Followers: 5)
Indian Journal of History of Science     Hybrid Journal   (Followers: 3)
Jaunujų mokslininkų darbai     Open Access   (Followers: 3)
Acta Nova     Open Access   (Followers: 2)
Experimental Results     Open Access   (Followers: 2)
South American Sciences     Open Access   (Followers: 2)
Orbis Cógnita : Revista Científica     Open Access   (Followers: 2)
International Science and Technology Journal of Namibia     Open Access   (Followers: 2)
ARPHA Conference Abstracts     Open Access   (Followers: 1)
Natural Sciences Education     Hybrid Journal   (Followers: 1)
BJHS Themes     Open Access   (Followers: 1)
Fundamental Research     Open Access  
Research Integrity and Peer Review     Open Access  
Journal of Responsible Technology     Open Access  
Natural Sciences     Open Access  
Türk Bilim ve Mühendislik Dergisi     Open Access  
Vilnius University Proceedings     Open Access  
Sciential     Open Access  
ARPHA Proceedings     Open Access  
Gaudium Sciendi     Open Access  
Crea Ciencia Revista Científica     Open Access  
Rafidain Journal of Science     Open Access  
Revista Tecnológica     Open Access  
Fides et Ratio : Revista de Difusión Cultural y Científica     Open Access  
Revista de la Academia Colombiana de Ciencias Exactas, Físicas y Naturales     Open Access  
Entre Ciencia e Ingeniería     Open Access  
Revista Politécnica     Open Access  
Reportes Científicos de la FaCEN     Open Access  

  First | 1 2        [Sort alphabetically]   [Restore default list]

Similar Journals
Journal Cover
International Journal of Recent Contributions from Engineering, Science & IT
Number of Followers: 0  

  This is an Open Access Journal Open Access journal
ISSN (Online) 2197-8581
This journal is no longer being updated because:
    the publisher no longer provides RSS feeds
  • Preserving the Privacy of Sensitive Data Using Bit-Coded-Sensitive
           Algorithm (BCSA)

    • Authors: Patricia Ghann, Emmanuel Dortey Tetteh, Kobby Asare Obeng, Muhyideen Elias
      Pages: 4 - 16
      Abstract: Organizations now deal with massive amounts of data. Data is collected from various points such as hospitals, credit card companies, and search engines. After collecting this voluminous data, it is published and shared for research. Data that is collected may have sensitive information that might be used to identify an individual and consequently lead to privacy violations when published. To address this challenge, privacy-preserving data publishing (PPDP) seeks to remove threats to privacy while ensuring that the necessary information is released for data mining. Various techniques have been proposed to solve the problems associated with sensitive information. One such technique is k- anonymity. This technique is the best and very efficient. However, it also leads to loss of information, reduces data utility, and works well only with static tables. In this paper, we proposed a technique that addresses the challenges of K-anonymity known as the Bit-Coded-Sensitive Algorithm (BCSA). This algorithm is more efficient and effective and ensures that the privacy of the individual is preserved by avoiding disclosure, and linkages and at the same time ensuring high quality and utility of data. BCSA first identifies the source of data and based on that, uses bits to code sensitive data with a key.
      PubDate: 2022-12-07
      DOI: 10.3991/ijes.v10i04.35023
      Issue No: Vol. 10, No. 04 (2022)
       
  • Design of a Hand Pose Recognition System for Mobile and Embedded Devices

    • Authors: Houssem Lahiani, Mahmoud Neji
      Pages: 17 - 31
      Abstract: Today, smart devices such smart watches and smart cell phones are becoming ever-present in all fields that influence the quality of life of the modern people. These on-board systems have revolutionized the behavior of human beings and especially their way of communicating. In this context and to improve the experience of using these devices, we aim to develop a system that recognizes hand poses in the air by a smart device. In this work, the system is based on Histogram of Oriented Gradient (HOG) features and Support Vector Machine (SVM) classifier. The impact of using HOG and SVM on mobile devices is studied. To carry out this study, we used an improved version of the "NUS I" dataset and obtained a recognition rate of approximately 94%. In addition, we conducted run speed experiments on various mobile devices to study the impact of this task on this embedded platform. The main contribution of this work is to test the impact of using the HOG descriptor and the SVM classifier in terms of recognition rate and execution time on low-end smartphones.Today, smart devices such smart watches and smart cell phones are becoming ever-present in all fields that influence the quality of life of the modern people. These on-board systems have revolutionized the behavior of human beings and especially their way of communicating. In this context and to improve the experience of using these devices, we aim to develop a system that recognizes hand poses in the air by a smart device. In this work, the system is based on Histogram of Oriented Gradient (HOG) features and Support Vector Machine (SVM) classifier. The impact of using HOG and SVM on mobile devices is studied. To carry out this study, we used an improved version of the "NUS I" dataset and obtained a recognition rate of approximately 94%. In addition, we conducted run speed experiments on various mobile devices to study the impact of this task on this embedded platform. The main contribution of this work is to test the impact of using the HOG descriptor and the SVM classifier in terms of recognition rate and execution time on low-end smartphones.
      PubDate: 2022-12-07
      DOI: 10.3991/ijes.v10i04.35163
      Issue No: Vol. 10, No. 04 (2022)
       
  • Analysis of Pattern Searching Algorithms and Their Application

    • Authors: Festinë Retkoceri, Florim Idrizi, Shpend Ismaili, Florinda Imeri, Agon Memeti
      Pages: 32 - 42
      Abstract: Nowadays data is growing tremendously. Therefore, there is a great need to store and process data. The problem of Pattern Searching has different applications. When searching for text or words in computer application systems, Pattern searching is used to display the search results. The purpose of Pattern searching is to find text within another text. For example, searching for text in books will take a long time and is hard work. Using Pattern searching will save you time and effort. If similar words are found within the requested text, it will underline the word similar to what was requested, otherwise it does not display any matches if there are no similar words within a text.  This paper presents comparisons of the speed of different Pattern searching algorithms, precisely the Naive, KMP, Rabin-Karp, Finite Automata, Boyer-Moore, Aho-Corasick, Z Algorithm algorithms. We will test the time complexity of these algorithms in the three programming languages C#, Java and Python using three different CPUs. According to the results that appear in this comparison, we are able to perform the comparison between the programming languages and the comparison between the CPUs used in this research.
      PubDate: 2022-12-07
      DOI: 10.3991/ijes.v10i04.35295
      Issue No: Vol. 10, No. 04 (2022)
       
 
JournalTOCs
School of Mathematical and Computer Sciences
Heriot-Watt University
Edinburgh, EH14 4AS, UK
Email: journaltocs@hw.ac.uk
Tel: +00 44 (0)131 4513762
 


Your IP address: 44.222.82.133
 
Home (Search)
API
About JournalTOCs
News (blog, publications)
JournalTOCs on Twitter   JournalTOCs on Facebook

JournalTOCs © 2009-
JournalTOCs
 
 

 A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

  First | 1 2        [Sort alphabetically]   [Restore default list]

  Subjects -> SCIENCES: COMPREHENSIVE WORKS (Total: 374 journals)
Showing 201 - 265 of 265 Journals sorted by number of followers
Quantum Science and Technology     Hybrid Journal   (Followers: 15)
Logo STI Science, Technology and Innovation     Open Access   (Followers: 14)
Alfarama Journal of Basic & Applied Sciences     Open Access   (Followers: 12)
Patterns     Open Access   (Followers: 9)
The Innovation     Open Access   (Followers: 8)
Frontiers in Climate     Open Access   (Followers: 5)
Discover Sustainability     Open Access   (Followers: 5)
Proceedings of the Indian National Science Academy     Full-text available via subscription   (Followers: 5)
History of Science and Technology     Open Access   (Followers: 5)
Indian Journal of History of Science     Hybrid Journal   (Followers: 3)
Jaunujų mokslininkų darbai     Open Access   (Followers: 3)
Acta Nova     Open Access   (Followers: 2)
Experimental Results     Open Access   (Followers: 2)
South American Sciences     Open Access   (Followers: 2)
Orbis Cógnita : Revista Científica     Open Access   (Followers: 2)
International Science and Technology Journal of Namibia     Open Access   (Followers: 2)
ARPHA Conference Abstracts     Open Access   (Followers: 1)
Natural Sciences Education     Hybrid Journal   (Followers: 1)
BJHS Themes     Open Access   (Followers: 1)
Fundamental Research     Open Access  
Research Integrity and Peer Review     Open Access  
Journal of Responsible Technology     Open Access  
Natural Sciences     Open Access  
Türk Bilim ve Mühendislik Dergisi     Open Access  
Vilnius University Proceedings     Open Access  
Sciential     Open Access  
ARPHA Proceedings     Open Access  
Gaudium Sciendi     Open Access  
Crea Ciencia Revista Científica     Open Access  
Rafidain Journal of Science     Open Access  
Revista Tecnológica     Open Access  
Fides et Ratio : Revista de Difusión Cultural y Científica     Open Access  
Revista de la Academia Colombiana de Ciencias Exactas, Físicas y Naturales     Open Access  
Entre Ciencia e Ingeniería     Open Access  
Revista Politécnica     Open Access  
Reportes Científicos de la FaCEN     Open Access  

  First | 1 2        [Sort alphabetically]   [Restore default list]

Similar Journals
Similar Journals
HOME > Browse the 73 Subjects covered by JournalTOCs  
SubjectTotal Journals
 
 
JournalTOCs
School of Mathematical and Computer Sciences
Heriot-Watt University
Edinburgh, EH14 4AS, UK
Email: journaltocs@hw.ac.uk
Tel: +00 44 (0)131 4513762
 


Your IP address: 44.222.82.133
 
Home (Search)
API
About JournalTOCs
News (blog, publications)
JournalTOCs on Twitter   JournalTOCs on Facebook

JournalTOCs © 2009-