Skip to main content

Posts

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 belie

Academic Research Summary

First page of the academic paper   Today I would like to share with you a very informative academic research paper created by Imke van Heerden and Anil Bas titled " AI as Author – Bridging the GapBetween Machine Learning and Literary Theory"   published in 2021 in the Journal of Artificial Intelligence Research 71. The research paper discusses the importance of other academic research in further developing AI and provides conversation to improve the quality of AI writings and literary and further discusses about AI itself being able to write literacy and papers using algorithms capable of generating natural language. The paper reviews other literature papers concerning AI such as those from Jain et al. (2017), Li et al. (2018), Loller-Andersen and Gamb ̈ack(2018), Wei et al. (2018), Xu et al. (2018), Yang et al. (2018) etc... and evaluate their conjecture. The paper starts with defining "literature" as it is a very broad term which involves different genres and furt

Diagram 3 - Relationship between Artificial Intelligence Terms

  Author's work This simple Venn diagram helps explain the relationship and difference between Deep learning, Machine learning and AI and explains in which of them Data science is used. In summary, artificial intelligence is the collection of tasks that machines are able to execute. Machines learn these tasks with the help of machine learning and deep learning for specific cases. Together, these three processes are utilized in data science so that data can be converted into insights.

Software Functionality - MATLAB

  Author's work

Software Example - MATLAB

 In this example I will be showing you how you can do 3-D plotting in MATLAB, lets start: Three-dimensional plots typically display a surface defined by a function in two variables, z = f(x,y) . To evaluate z, first create a set of (x,y) points over the domain of the function using meshgrid. Write the following code : [X,Y] = meshgrid(-2:.2:2); Z = X .* exp(-X.^2 - Y.^2); Then create a surface plot, using this code: surf(X,Y,Z) The code should look this: Both the surf function and its companion mesh display surfaces in three dimensions. surf displays both the connecting lines and the faces of the surface in color. mesh produces wireframe surfaces that color only the lines connecting the defining points. Press the "RUN" button highlighted in the top panel of the software to display the 3-D Plotted figure, and the final result should look like this: You can display multiple plots in different subregions of the same window using the subplot function. The first two inputs to sub

Software Overview - MATLAB

  References: Tutorialspoints (2021) MATLAB Overview. Available at: https://www.tutorialspoint.com/matlab/matlab_overview.htm (Accessed: 03/06/2021) MATLAB (2021) Available at: https://www.mathworks.com/

Case Study - Conclusion - Tesla and Artificial Intelligence

 In conclusion, Tesla is the highest rated car manufacturing company for autonomous cars in the present and it continues to develop internationally and this is owing to the fact that Tesla properly uses artificial intelligence to full potential to produce its vehicles and implement it in every way possible to produce innovative self driving electric vehicles which dominated the market. This case study clearly shows the connection between the main project theme of this blog and the success of the Tesla company and further illustrates the importance of AI. The research conducted is significant to help understand ways AI can be implemented and to encourage other companies and potential entrepreneurs to implement AI with vision to popularize the use of AI and revolutionize the planet. However, because of the limitations presented by the research and the case study, further research is suggested to provide a more accurate significance of artificial intelligence, I will be proceeding by furt