Skip to main content

AI and Computer ethics

Small, M. (2018) The ethics of AI 

 Spread of information has
become viral today, because of the internet. This also means that false news or rumors can spread speedily through social networking sites or emails. Being involved in the circulation of incorrect information is unethical. Mails and pop-ups are commonly used to spread the wrong information or give false alerts with the only intent of selling products. Circulation of false information is ethically wrong, and AI can can be used in both ethically and unethically, it has the potential to both stop misinformation and reinforce it. According to an article written by Horowitz (2021) Machine learning algorithms have the ability to detect misinformation based on writing style and the way articles are being shared. Furthermore, the research paper done by Horne et al. (2020) concludes after discussing Mturk's potential to to identify misinformation, that AI can be successful at detecting false stories unless the reader's beliefs are already set on the subject. Other research such as a report from Villasenor (2020) suggest that  AI can be used to spread and create misinformation, AI can create fake but realistic looking social media accounts of celebrities to frame them and using AI build a following for that account which creates huge influence, it can also mimic voices of high status people to influence others and create fake videos and all create rapid misinformation attacks. In conclusion, AI is used both ways in the news world either to disinform and to fight disinformation, and since spread of fake news is unethical and the 10 commandments of computer ethics support this, it must be a top priority to use AI in ethical ways to fight unethicality.




Reference: 

Horowitz, B.T. (2021) Can AI Stop People From Believing Fake News?. Available at: https://spectrum.ieee.org/tech-talk/robotics/artificial-intelligence/ai-misinformation-fake-news (Accessed: 08/06/2021)

Horne, D.B. et al. (2020) "Tailoring heuristics and timing AI interventions for supporting news veracity assessments", Computers in human behavior Reports, 2(7), doi: https://doi.org/10.1016/j.chbr.2020.100043

Villasenor, J. (2020) How to deal with AI-enabled disinformation. Available at: https://www.brookings.edu/research/how-to-deal-with-ai-enabled-disinformation/ (Accessed: 08/06/2021)

Small, M (2018) Image: The Ethics of AI.



Comments

Popular posts from this blog

Neural Network (Initial Idea 2)

Neural Networks   Neural Networks, colloquially known as artificial neural networks (ANNs) and also simulated neural networks (SNNs), are a sub-fiend of machine learning which in it self is a sub-field of Artificial Intelligence, they are the brain of AI and are components of deep learning. The name and structure of NNs are similar to the human brain and were inspired by it, they imitate the biological neurons by signaling to each other (IBM, 2020). ANNs consist of an input layer of neurons, one or two hidden layers of neurons and a final layer of output neurons (Wang, 2003).   The diagram illustrated exemplifies a simple architecture of a neural network, the lines which connect the neurons are called weights and are associated with a number which represent the strength of connection between neurons.   There are many different types of neural networks and each are used for specific motives. Below are some of the most common ones used in the field: The perceptron “t...

Computer methodology - Artificial intelligence

Diagram of a simple feed-forward artificial neural network, with one “hidden layer,” also known as a “perceptron.” Image: Wikipedia Deep learning simply means “stacked neural networks” which are networks composed of several layers (Pathmind, 2021). Based on Rosenblatt’s perceptron, the simplest version of an artificial neural network has three layers of neurons. The first is the input layer which takes input values ,which in other words is data. This first layer of neurons is connected to the “hidden” layer. The outputs of these “hidden” neurons are then connected to the final output layer. This final layer is what gives you the answer to what the network has been trained to do (Medium, 2021).   The simplest neural networks consist of input layer, hidden layer and output layer, which are attached to each other with predictors, these predictors come attached with coefficients called "weights" , this is a non-linear network known as multilayer feed-foward network (Hyndman, R.J....