Posts

Primary research questionnaire - Google forms

A research survey was conducted on the involvement of artificial intelligence in the world today. The questionnaire was conducted with the use of Google forms. Below is a link to the questionnaire Link:  https://docs.google.com/forms/d/1qNI8AEJ_KQTRb5yMM-1PXFxrxkcKNgRbrGTw997XfsQ/edit   The survey includes demographic questions, and general questions. An analysis of respondent's demographic and answers to the questions of the survey will also be carried out.

Diagram 3 - Types of Machine learning

Image
(Author's work) This a diagram indicating the three main types of machine learning, which are; supervised, unsupervised and reinforcement learning. Supervised learning is training the computer to determine outcomes with the use of algorithms. Unsupervised learning is the use of algorithms to enable computers identify hidden patterns, different characteristics of information without any human help Reinforcement is when human behavioral learning patterns are emulated and a succession of accurate outcomes are supported in order to promote desirable solutions in the future. (IBM Cloud Education, 2022) Reference IBM Cloud Education (2022) What is machine learning? , IBM . Available at: https://www.ibm.com/uk-en/cloud/learn/machine-learning (Accessed: November 24, 2022).  

Diagram 2 - Process of computer programming

Image
  This is a diagram representation of steps involved in the programming process, starting from planning and analysis to design and Implementation. Followed by testing for possible bugs. Also, Integration, then maintenance and timely updates.

Diagram 1 - Branches of Artificial Intelligence

Image
  (Author's work) Artificial Intelligence consists of a number of fields, these include; machine learning neural networks deep learning cognitive computing natural language processing computer vision

Initial project plan (Gantt chart update)

Image
  Above, is an updated Gantt chart of my project plan. It contains the timeline of the blog and the respective topics.

Academic Paper Summary

Image
  Artificial intelligence (AI) is the study of "intelligent agents" in computer science. A machine can simulate cognitive processes like learning and problem-solving that people typically identify with human brains. One of the long-term objectives of the field is general intelligence. Since the 1980s, artificial intelligence (AI) has been on the increase, but until 2012, it was only found in commercial and university research labs. Large volumes of data and the widespread availability of faster, more potent computers are major contributing factors. An electronic circuit known as a graphics processing unit (GPU) is specialised and created to quickly access, modify, and produce images from memory. They are utilised in game consoles, personal computers, workstations, smartphones, and embedded devices. Modern GPUs are excellent at handling image processing and computer graphics. The most cutting-edge neural networks are currently powered by graphics cards. They provide computatio

Software Example - Visual studio code

Image
I will be demonstrating an example of using Visual studio code. I will use python programming to create a simple graphical representation using 'turtle'. 'Turtle' is like a drawing board or canvas for pictures or shapes.  Firstly, I started by installing some extensions such as python and pylance. This would enable VS code recognise the codes and the programming language used. Secondly, I began to use my previously learnt skills in python to write codes in the work area. It was important to avoid any errors and indent each line appropriately. In this picture, the rest of the codes can been seen. The extra lines of code were written to further expatiate on the example. After this, it was time to run the whole task. When all the errors and problems have been solved, running the whole task is the next thing to do. This can be done by clicking the play-like button on the top right hand corner. After running the whole task, a pop up box showed a diagram of 3 squares. These s