Regulating AI- time is now, as we missed it out in past, but it is never too late. Here are some points on How, Why, What and When to regulate in AI! References [1] Nobile, C. G. (2023). Regulating Smart Robots and Artificial Intelligence in the European Union. Journal of Digital Technologies and Law, 1(1),Continue reading “Regulating AI — How and When”
Category Archives: data science
Terror Threats Detection using Fuzzy Logic: An Example of Framework
Here is article I wrote on Terror message detection using AI algorithms. DOI: 10.13140/RG.2.2.10272.35844 Link: (PDF) Terror Threats Detection using Fuzzy Logic: An Example of Framework (researchgate.net) Abstract- As terrorism grows so does the incidence of attacks by terror groups. How to detect terror messages on time is a critical issue and scientists need to address thisContinue reading “Terror Threats Detection using Fuzzy Logic: An Example of Framework”
Generic Language Graph-Based Query Expansion (IR)
A generalized algorithm based on the algorithm in [1] made especially for Hindi Query Expansion and Hindi Information Retrieval (IR) is as follows. Note: The modified algorithm below has not been published as of now. This can be modified and implemented in your works, based on the language you are working with. This has not beenContinue reading “Generic Language Graph-Based Query Expansion (IR)”
Telemedicine and AI
#ai #ml #artificialintelligence Telemedicine name started to be used in the 1970s [1]. It refers to treatments and medical directions being provided from a distance. These include the use of ICT, medical images, and medical data sharing with secure communications. Use of radiology from a distance, oncological services, gynae, respiratory illness treatment, and consultations allContinue reading “Telemedicine and AI”
AI Ethics. Chapter Summary
Note: This article is present in its copy on author’s medium.com account as well. #ai #artificialintelligence #robotics #machinelearning This is a summary of a chapter from the latest book on AI Ethics, by C. Bartneck et al. (2021) and has been self-written. Ethics define the moral set of rules that define a person’s decisions. WhatContinue reading “AI Ethics. Chapter Summary”
Chapter 2 Review. What is AI? Book Chapter Bartneck et al.
Note: This article is present in its copy on author’s medium.com account as well. #ai #artificialintelligence #robotics #machinelearning This is a review of Chapter 2 of their book, Bartneck et al., on Ethics in AI and Robotics. Key points in the chapter are as follows: — AI definitions (Bartneck et al): It involves the study,Continue reading “Chapter 2 Review. What is AI? Book Chapter Bartneck et al.”
Feature Selection Using Genetic Algorithm
#AI #artificialintelligence #ml #machinelearning Note: This article is present on authors medium.com account as well. In the past few articles, you might have got an idea of what feature selection is. In short, it is used to improve accuracy, decrease noise and at the same time decrease computational complexity by reducing irrelevant features from bigContinue reading “Feature Selection Using Genetic Algorithm”
Feature Selection — Part II
In the last article on Feature Selection, we discussed what feature selection is all about. Let’s briefly discuss what some key feature selection algorithms are: Here the features are independently categorized as important or not important without the use of any other classifier. Examples of such methods are, information gain, correlation coefficient, mean absolute difference.Continue reading “Feature Selection — Part II”
Abilities of AI Compared to Human
Can AI have the following abilities that human beings and animals have? As per Stahl [1] Humans have access to “mental abilities, perceptions, intuition, emotions, and even spirituality”. Let us consider our views and discuss a little more the things he has enumerated. Let’s discuss his enumeration. The following combines the power of modern computingContinue reading “Abilities of AI Compared to Human”
Feature Selection — I
In machine learning and data science, feature selection techniques are used often to find the most relevant attributes defining the data. What are the features of data? The data for use in Machine Learning is typically in the form of rows and columns. The rows define the values for a particular observation, while the columnsContinue reading “Feature Selection — I”