BIOLOGICALLY INSPIRED COMPUTATION

BIOLOGICALLY INSPIRED COMPUTATION

Semester 1 2021/22

ANSWER FOUR QUESTIONS

Q1  
(a)Consider the function y=abs(x), where “abs” is the absolute value function, which returns the absolute value of the input x. Explain why this function is not a good choice of activation function in neural networks.     Why is Logistic Regression a linear classifier, even though its activation (sigmoid function) is non-linear? Please give your explainations supported by mathematical analysis.     You are training a multilayer perceptron using backpropagation, and during the first few epochs you find that the loss curve (the value of the loss function along with the epochs) is very unstable: it goes up and down dramatically. You then change the learning rate from 0.5 to 0.1, and you find that the loss function is still unstable, but the change become less dramatic. What would be the reason for this? How could you deal with this situation?     The below Algorithm 1 is a variant of the perceptron learning algorithm. In the algorithm, train_X is the training set, and train_y is the corresponding set of labels. x=(x1, x2, …, xD) is the input vector, where D is the number of dimensions. The label y is either +1 or -1.   w=(w1, w2, …, wD) and b are the weight vector and bias term, respectively. wd and xd are the dth-dimension component of w and x, respectively.   Please explain the function of line 8.   Please prove the effectiveness of the weight and bias update rules in lines 9 and 10. You should use mathematical analysis to prove this.   Note: Algorithm 1 is not a gradient decent algorithm.   Algorithm 1: PeceptronLearn(train_X, train_y) 1: init_parameters()                                         // initialise parameters 2: for epoch = 1 … maximum_iterations do                                   // for every epoch 3:        𝑝𝑟𝑒𝑑𝑠 ← [] 4:       for all (𝑥, 𝑦) ∈ train_X, train_y do 
 (4)
  (b) 
 (6)
  (c) 
     (4)
  (d) 
         (2)
   (4)
5: 6: 𝑎 ← ∑𝐷     𝑤𝑑𝑥𝑑 + 𝑏 𝑦̂ = 𝑠𝑖𝑔𝑛(𝑎) // compute activation for this example // predict the label, if a>=0, 𝑦̂=1, otherwise, 𝑦̂=-1 7: 𝑝𝑟𝑒𝑑𝑠 ← 𝑝𝑟𝑒𝑑𝑠 + 𝑦̂ // add the predicted label to the results 8: if 𝑦𝑎 < 0 then // why do we have ya<0 here? 9:                 𝑤𝑑 ← 𝑤𝑑 + yxd     for all d=1…D // update weights 10:               𝒃 ← 𝒃 + y                                                   // update bias 11:         end if 12:       end for 13: end for    

𝑑=1

   
   
   
Q2  
(a)Deep Learning always uses neural networks as the choice of architecture. 
 Please explain if this is true or not.(3)
  (b)  Explain what bias is in neural networks and use a simple example to 
 illustrate why we need bias in neural networks. You can consider a 2D 
 situation and draw a graph to illustrate your ideas.(4)
  (c)  Explain why we can still use backpropagation to train convolutional neural 
 networks. 
  (d)  In an evolutionary algorithm, the size of the population is 1 (only one 
 individual in the population), the crossover operator is not used, and the 
 mutation probability is 100%. What will this algorithm become? Explain the 
 behaviour of this algorithm when it is used to solve a problem.(3)
  (e)  We use a convolutional neural network to process the following binary 
 image of 5*5 pixels. The size of the filters is 3*3, and the size of the 
 pooling window is 2*2. The values of the input raw picture and one of the 
 filters are given as follows:(4)
   A picture containing crossword, clock, food, drawing  Description automatically generated 
 Input: The Raw Picture 
   A close up of a clock  Description automatically generated 
 One of the Filters (Kernels) 
In the above, assume we first use the average filter to get the convolutional layer, and then we use Rectifier as the activation function to obtain the ReLU (Rectified Linear Unit) layer, and finally use the max pooling operator to generate the pooling layer. We also set the stride for both filter window and pooling window to 2.   Note: The Rectifier activation function is defined as follows: f(x)=max (0, x).     Calculate the size of the convolutional layer and all the values in this layer. Please provide the detailed steps of the calculation.     Calculate the values of the output of the ReLU layer.     Calculate the value of the output of the pooling layer.   What observations can you make and what issues have you identified by calculating the above values?                    (2)     (2)     (1)     (1)
Q3  
 In the coursework, you were required to use Particle Swarm Optimisation (PSO) to optimise the weights of a neural network. 
  (a)  Consider if the neural network was required to solve a problem with many more inputs. Do you think this would make it more challenging to use PSO to optimise the neural network? If so, why? 
 (4)
  (b)  Consider if you were also required to use PSO to optimise the choice of activation function used in each neuron or layer of the neural network.   Why would this be a useful thing to do?   How would you do it?   Do you anticipate any challenges in doing so? 
   (2)   (2)   (2)
  (c)  Why might you want to apply a multiobjective optimiser to the problem of neural network optimisation? 
 (4)
  (d)  Classification problems can also be solved by Genetic Programming (GP). Would there be any advantage to using GP rather than a neural network? 
 (3)
  (e)  Another bio-inspired model of computation we looked at in the course is Cellular Automata (CA). Do you think it would be possible to use a CA to solve a classification problem, such as the one that was addressed in the coursework? If so, how might you go about designing a CA to solve this problem? 
   (3)
Q4  
(a)It is important to optimise the hyperparameters when applying a machine learning algorithm to a problem. What do you think are the important hyperparameters within Koza’s tree-based Genetic Programming (GP) and why? 
   (4)
  (b)  GP systems are limited to evolving relatively small programs. Why do you think this is the case? 
 (4)
  (c)  GP systems are usually based around evolutionary algorithms. Do you think Particle Swarm Optimisation (PSO) could be used instead as the optimiser within a GP system? What do you think would be the challenges in doing so? In answering this, you might consider how solutions are represented and optimised within PSO. 
   (4)
  (d)  Ant Colony Optimisation (ACO) is another well-known swarm computing algorithm. What are the main differences between PSO and ACO? 
 (4)
  (e)  A key characteristic of swarm systems is that the overall behaviour of the swarm  emerges  from  bottom-up  interactions  between  the  swarm’s members. Discuss one advantage and one disadvantage of this from a computational and/or engineering perspective. 
   (4)

END OF PAPER

Order Now

Get expert help for BIOLOGICALLY INSPIRED COMPUTATION and many more. 24X7 help, plag free solution. Order online now!

Universal Assignment (April 7, 2026) BIOLOGICALLY INSPIRED COMPUTATION. Retrieved from https://universalassignment.com/biologically-inspired-computation/.
"BIOLOGICALLY INSPIRED COMPUTATION." Universal Assignment - April 7, 2026, https://universalassignment.com/biologically-inspired-computation/
Universal Assignment August 3, 2022 BIOLOGICALLY INSPIRED COMPUTATION., viewed April 7, 2026,<https://universalassignment.com/biologically-inspired-computation/>
Universal Assignment - BIOLOGICALLY INSPIRED COMPUTATION. [Internet]. [Accessed April 7, 2026]. Available from: https://universalassignment.com/biologically-inspired-computation/
"BIOLOGICALLY INSPIRED COMPUTATION." Universal Assignment - Accessed April 7, 2026. https://universalassignment.com/biologically-inspired-computation/
"BIOLOGICALLY INSPIRED COMPUTATION." Universal Assignment [Online]. Available: https://universalassignment.com/biologically-inspired-computation/. [Accessed: April 7, 2026]

Please note along with our service, we will provide you with the following deliverables:

Please do not hesitate to put forward any queries regarding the service provision.

We look forward to having you on board with us.

Categories

Get 90%* Discount on Assignment Help

Most Frequent Questions & Answers

Universal Assignment Services is the best place to get help in your all kind of assignment help. We have 172+ experts available, who can help you to get HD+ grades. We also provide Free Plag report, Free Revisions,Best Price in the industry guaranteed.

We provide all kinds of assignmednt help, Report writing, Essay Writing, Dissertations, Thesis writing, Research Proposal, Research Report, Home work help, Question Answers help, Case studies, mathematical and Statistical tasks, Website development, Android application, Resume/CV writing, SOP(Statement of Purpose) Writing, Blog/Article, Poster making and so on.

We are available round the clock, 24X7, 365 days. You can appach us to our Whatsapp number +1 (613)778 8542 or email to info@universalassignment.com . We provide Free revision policy, if you need and revisions to be done on the task, we will do the same for you as soon as possible.

We provide services mainly to all major institutes and Universities in Australia, Canada, China, Malaysia, India, South Africa, New Zealand, Singapore, the United Arab Emirates, the United Kingdom, and the United States.

We provide lucrative discounts from 28% to 70% as per the wordcount, Technicality, Deadline and the number of your previous assignments done with us.

After your assignment request our team will check and update you the best suitable service for you alongwith the charges for the task. After confirmation and payment team will start the work and provide the task as per the deadline.

Yes, we will provide Plagirism free task and a free turnitin report along with the task without any extra cost.

No, if the main requirement is same, you don’t have to pay any additional amount. But it there is a additional requirement, then you have to pay the balance amount in order to get the revised solution.

The Fees are as minimum as $10 per page(1 page=250 words) and in case of a big task, we provide huge discounts.

We accept all the major Credit and Debit Cards for the payment. We do accept Paypal also.

Popular Assignments

Professional Nursing Assignment Help for Students: Achieve Academic Excellence with Expert Support

Introduction Nursing is a demanding field that combines theoretical knowledge with practical skills. Students pursuing nursing courses often face challenges in completing assignments that require accuracy, critical thinking, and real-world application. This is where nursing assignment help becomes an essential academic support system. With increasing academic pressure and clinical responsibilities,

Read More »

Economics Assignment Help: A Complete Guide for Students

Introduction Economics is a fundamental subject that helps students understand how markets, governments, and individuals make decisions regarding resources. While it is highly relevant in today’s world, many students find economics assignments challenging due to complex theories, graphs, and data analysis. This is where economics assignment help becomes extremely useful.

Read More »

Law Assignment Help: A Complete Guide for Students

Introduction Law is a complex and intellectually demanding field that requires critical thinking, analytical skills, and a deep understanding of legal principles. Students pursuing law often face challenges in completing assignments due to extensive research requirements and intricate case analysis. This is where law assignment help becomes highly beneficial. With

Read More »

Nursing Assignment Help: A Complete Guide for Students

Introduction Nursing is a highly respected and demanding field that requires a strong understanding of medical concepts, patient care, and clinical practices. Students pursuing nursing often face intense academic pressure due to complex assignments, practical responsibilities, and tight deadlines. This is where nursing assignment help becomes essential. With expert assistance,

Read More »

Finance Assignment Help: A Complete Guide for Students

Introduction Finance is a core subject in business and management studies, covering areas like investment analysis, financial management, and risk assessment. While it offers excellent career opportunities, many students find finance assignments challenging due to complex calculations and analytical concepts. This is where finance assignment help becomes essential. With expert

Read More »

Computer Science Assignment Help: A Complete Guide for Students

Introduction Computer Science is one of the most popular and dynamic fields of study, offering vast career opportunities in software development, data analysis, cybersecurity, and more. However, students often face difficulties in completing assignments due to the technical complexity and time constraints. This is where computer science assignment help becomes

Read More »

Digital Marketing Assignment Help: A Complete Guide for Students

Introduction Digital marketing has become a vital part of modern business strategies, making it a popular subject among students worldwide. From social media campaigns to search engine optimization, the field is dynamic and constantly evolving. However, completing assignments in this subject can be challenging due to its practical and analytical

Read More »

Cloud Computing Assignment Help: A Complete Guide for Students

Introduction Cloud computing has become a fundamental part of modern technology, powering everything from mobile apps to enterprise systems. As universities increasingly include this subject in their curriculum, students often find it challenging to keep up with assignments and projects. This is where cloud computing assignment help becomes essential. With

Read More »

Blockchain Assignment Help: A Complete Guide for Students

Introduction Blockchain technology has rapidly gained popularity across industries such as finance, healthcare, and supply chain management. As a result, it has become an important subject in academic programs worldwide. However, students often struggle with its technical concepts and practical applications. This is where blockchain assignment help becomes highly valuable.

Read More »

Data Science Assignment Help: A Complete Guide for Students

Introduction Data Science has become one of the most in-demand fields in today’s digital era, combining statistics, programming, and analytical thinking. However, many students find it difficult to keep up with the complexity of assignments and projects in this subject. This is where data science assignment help plays a crucial

Read More »

Artificial Intelligence Assignment Help: A Complete Guide for Students

Introduction Artificial Intelligence (AI) is transforming industries across the globe, making it one of the most sought-after academic subjects today. However, mastering AI concepts and completing assignments can be challenging for many students. This is where artificial intelligence assignment help becomes essential. With expert guidance, students can better understand complex

Read More »

Assignment Writing Services: A Complete Guide for Students

Introduction Assignments are a crucial part of academic life, helping students develop knowledge, research skills, and critical thinking. However, managing multiple assignments along with exams and personal responsibilities can be overwhelming. This is where assignment writing services become highly beneficial. These services provide expert assistance, helping students complete their assignments

Read More »

Blockchain Assignment Help: A Complete Guide for Students

Introduction Blockchain technology has emerged as one of the most revolutionary innovations in recent years. From cryptocurrencies to secure data management, blockchain is transforming industries like finance, healthcare, and supply chain. Students studying blockchain often face challenges due to its technical concepts and real-world applications. This is where blockchain assignment

Read More »

Assignment Writing Services: A Complete Guide for Students

Introduction Assignments are a crucial part of academic life, helping students develop knowledge, research skills, and critical thinking. However, managing multiple assignments along with exams and personal responsibilities can be overwhelming. This is where assignment writing services become highly beneficial. These services provide expert assistance, helping students complete their assignments

Read More »

Academic Writing Services: A Complete Guide for Students

Introduction Academic writing is a fundamental part of education, requiring students to produce essays, research papers, case studies, and dissertations. It demands strong writing skills, proper structure, and in-depth research. However, many students struggle with academic writing due to time constraints and lack of expertise. This is where academic writing

Read More »

Online Homework Help Services: A Complete Guide for Students

Introduction Homework is an essential part of a student’s learning process, helping reinforce classroom knowledge and improve understanding. However, with increasing academic pressure and multiple responsibilities, students often struggle to complete their homework on time. This is where online homework help services become highly beneficial. They provide expert guidance, save

Read More »

Thesis Writing Help: A Complete Guide for Students

Introduction A thesis is one of the most important academic documents a student will write during their educational journey. It requires in-depth research, critical analysis, and a clear presentation of ideas. However, many students find thesis writing overwhelming due to its complexity and time-consuming nature. This is where thesis writing

Read More »

Essay Writing Help: A Complete Guide for Students

Introduction Essay writing is a fundamental part of academic life, helping students express their ideas, analyze topics, and develop critical thinking skills. Whether it’s argumentative, descriptive, or analytical, writing a high-quality essay requires proper structure, research, and clarity. However, many students struggle with essay writing due to time constraints and

Read More »

Content Writing Assignment Help: A Complete Guide for Students

Introduction Content writing has become a crucial skill in the digital era, playing a key role in blogging, marketing, and online communication. From academic essays to website content, strong writing skills are essential for students across all fields. However, many students struggle with structuring content, maintaining clarity, and optimizing for

Read More »

Digital Marketing Assignment Help: A Complete Guide for Students

Introduction Digital marketing has become one of the most important skills in today’s online-driven world. From social media marketing to search engine optimization (SEO), businesses rely heavily on digital strategies to reach their audience. Students studying digital marketing often face challenges in understanding strategies, tools, and real-world applications. This is

Read More »

UI/UX Design Assignment Help: A Complete Guide for Students

Introduction UI/UX design is a crucial aspect of modern digital products, focusing on creating visually appealing and user-friendly interfaces. From websites to mobile apps, good design enhances user experience and engagement. Students studying UI/UX design often face challenges in creativity, tools, and usability principles. This is where UI/UX design assignment

Read More »

Can't Find Your Assignment?