denomination
Development of a Neural Network Model for Currency Detection to aid visually impaired people in Nigeria
Nwokoye, Sochukwuma, Moru, Desmond
Neural networks in assistive technology for visually impaired leverage artificial intelligence's capacity to recognize patterns in complex data. They are used for converting visual data into auditory or tactile representations, helping the visually impaired understand their surroundings. The primary aim of this research is to explore the potential of artificial neural networks to facilitate the differentiation of various forms of cash for individuals with visual impairments. In this study, we built a custom dataset of 3,468 images, which was subsequently used to train an SSD neural network model. The proposed system can accurately identify Nigerian cash, thereby streamlining commercial transactions. The performance of the system in terms of accuracy was assessed, and the Mean Average Precision score was over 90%. We believe that our system has the potential to make a substantial contribution to the field of assistive technology while also improving the quality of life of visually challenged persons in Nigeria and beyond.
Real-time Yemeni Currency Detection
AL-Edreesi, Edrees, Al-Gaphari, Ghaleb
Banknote recognition is a major problem faced by visually Challenged people. So we propose a application to help the visually Challenged people to identify the different types of Yemenian currencies through deep learning technique. As money has a significant role in daily life for any business transactions, real-time detection and recognition of banknotes become necessary for a person, especially blind or visually impaired, or for a system that sorts the data. This paper presents a real-time Yemeni currency detection system for visually impaired persons. The proposed system exploits the deep learning approach to facilitate the visually impaired people to prosperously recognize banknotes. For real-time recognition, we have deployed the system into a mobile application.
- Asia > Middle East > Yemen > Amanat Al Asimah > Sanaa (0.05)
- North America > United States > Nevada > Clark County > Las Vegas (0.04)
- Asia > China (0.04)
Applications of Machine Learning in Detecting Afghan Fake Banknotes
Ashna, Hamida, Momand, Ziaullah
Fake currency, unauthorized imitation money lacking government approval, constitutes a form of fraud. Particularly in Afghanistan, the prevalence of fake currency poses significant challenges and detrimentally impacts the economy. While banks and commercial establishments employ authentication machines, the public lacks access to such systems, necessitating a program that can detect counterfeit banknotes accessible to all. This paper introduces a method using image processing to identify counterfeit Afghan banknotes by analyzing specific security features. Extracting first and second order statistical features from input images, the WEKA machine learning tool was employed to construct models and perform classification with Random Forest, PART, and Na\"ive Bayes algorithms. The Random Forest algorithm achieved exceptional accuracy of 99% in detecting fake Afghan banknotes, indicating the efficacy of the proposed method as a solution for identifying counterfeit currency.
- Asia > Afghanistan > Kabul Province > Kabul (0.05)
- Africa > Middle East > Egypt (0.05)
- Asia > India (0.04)
- (5 more...)
- Information Technology > Security & Privacy (0.87)
- Banking & Finance (0.68)
Machine Vision Using Cellphone Camera: A Comparison of deep networks for classifying three challenging denominations of Indian Coins
Joshi, Keyur D., Shah, Dhruv, Shah, Varshil, Gandhi, Nilay, Shah, Sanket J., Shah, Sanket B.
Indian currency coins come in a variety of denominations. Off all the varieties Rs.1, RS.2, and Rs.5 have similar diameters. Majority of the coin styles in market circulation for denominations of Rs.1 and Rs.2 coins are nearly the same except for numerals on its reverse side. If a coin is resting on its obverse side, the correct denomination is not distinguishable by humans. Therefore, it was hypothesized that a digital image of a coin resting on its either size could be classified into its correct denomination by training a deep neural network model. The digital images were generated by using cheap cell phone cameras. To find the most suitable deep neural network architecture, four were selected based on the preliminary analysis carried out for comparison. The results confirm that two of the four deep neural network models can classify the correct denomination from either side of a coin with an accuracy of 97%.
- Asia > India (0.05)
- North America > United States (0.04)
- Europe > Switzerland (0.04)
Few-Shot Machine Learning Explained: Examples, Applications, Research
Data is what powers machine learning solutions. Quality datasets enable training models with the needed detection and classification accuracy, though sometimes the accumulation of sufficient and applicable training data that should be fed into the model is a complex challenge. For instance, to create data-intensive apps human annotators are required to label a huge number of samples, which results in complexity of management and high costs for businesses. In addition to that, there is the difficulty associated with data acquisition related to safety regulations, privacy, or ethical concerns. When we have a limited dataset including only a finite number of samples per class, few-shot learning may be useful.
- Education (0.70)
- Materials > Metals & Mining (0.48)
Humans and AI: The Bargaining Power of the Denominations
AI achievement requires individuals, interaction, and innovation. You wanted a human-driven AI achievement plan. Configuration processes where people are expanded, not controlled and where individuals can impact results and settle on decisions even with a restricted arrangement of choices. By regarding human poise and enabling individuals to settle on their own decisions, you will have a smoother way to authoritative change, more exact choices, and more effective business results. Pick present day AI frameworks that can instinctively clarify their choices.
The GPT-3 Model: What Does It Mean for Chatbots and Customer Service?
In February 2019, the artificial intelligence research lab OpenAI sent shockwaves through the world of computing by releasing the GPT-2 language model. Short for "Generative Pretrained Transformer 2," GPT-2 is able to generate several paragraphs of natural language text -- often impressively realistic and internally coherent -- based on a short prompt. Scarcely a year later, OpenAI has already outdone itself with GPT-3, a new generative language model that is bigger than GPT-2 by orders of magnitude. The largest version of the GPT-3 model has 175 billion parameters, more than 100 times the 1.5 billion parameters of GPT-2. Just like its predecessor GPT-2, GPT-3 was trained on a simple task: given the previous words in a text, predict the next word. This required the model to consume very large datasets of Internet text, such as Common Crawl and Wikipedia, totalling 499 billion tokens (i.e.
- Information Technology > Artificial Intelligence > Natural Language > Large Language Model (1.00)
- Information Technology > Artificial Intelligence > Natural Language > Chatbot (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning > Generative AI (0.46)
Will GPT-3 Kill Coding?
In 2017, researchers asked: Could AI write most code by 2040? OpenAI's GPT-3, now in use by beta testers, can already code in any language. Machine-dominated coding is almost at our doorstep. GPT-3 was trained on hundreds of billions of words, or essentially the entire Internet, which is why it can code in CSS, JSX, Python, -- you name it. Further, GPT-3 doesn't need to be "trained" for various language tasks, since its training data is all-encompassing.
Part 2: Artificial Intelligence Techniques Explained Deloitte
Suppose we have coins with the following denominations: 5 cents, 4 cents, 3 cents, and 1 cent, and that we need to determine the minimum number of coins to create the amount of 7 cents. In order to solve this problem we can use a technique called "Heuristics". Webster1 defines the term Heuristic as "involving or serving as an aid to learning, discovery, or problem-solving by experimental and especially trial and error methods". In practice, this means that whenever problems get too complex to find the guaranteed best possible solution using exact methods, Heuristics serves to employ a practical method for finding a solution that is not guaranteed to be optimal, but one that is sufficient for the immediate goals. For some problems, tailored heuristics can be designed that exploits the structure within the problem.