0% found this document useful (0 votes)
4 views1 page

HW2 SP25

This document outlines the requirements for Homework 2 for Pioneer SU 25, due on March 8. It includes tasks such as reading and watching videos on neural networks, performing matrix operations, and coding problems using Python's Numpy library. Additionally, students are required to summarize their research topics and provide links to their codes and paper titles.

Uploaded by

Elijah Borjon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

HW2 SP25

This document outlines the requirements for Homework 2 for Pioneer SU 25, due on March 8. It includes tasks such as reading and watching videos on neural networks, performing matrix operations, and coding problems using Python's Numpy library. Additionally, students are required to summarize their research topics and provide links to their codes and paper titles.

Uploaded by

Elijah Borjon
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Homework 2 :: Pioneer SU 25 :: Due March 8

Your homework submission must be a single pdf called “Name-hw1.pdf”. All answers must be typed
in Latex.

1. Reading Neural Network(5 min)

2. Watching What is Neural Network?(18 min)

3. Watching How Neural Network learn?(20 min)

4. Watching Why Biological Neurons are deep neural networks?(25 min)

5. Watching Multi-variable functions(6 min)

6. Watching Representing points in 3d (6 min)

7. Watching Introduction to 3d graphs

8. Watching Contour plots (7min)

9. Watching Function Gradient(5 min)

10. Find the transpose of the following matrix


 
1 −2
C =  −2 2 .
−3 3

11. For the matrices    


−1 8 4 −4 9 2
A =  2 −3 −6  B =  3 −5 4 
0 3 7 8 1 −6
find (a) A − 2B, (b) AB, (c) BA.

12. Given the matrix A of size N by N , show that AAT is a symmetric matrix.

13. Find the determinant of the matrix A defined by


 
1 2 3 4
 5 4 2 3 
A=  1 3
.
4 5 
3 4 3 2

14. Coding Problems:

(a) Use Numpy library to do problems 10-13 in Python.


(b) Learn how to create a random matrix, zero matrix, identity matrix of a specific size.
Report one example for each one.
(c) Learn how to perform matrix vector multiplication. Give a matrix and a vector, and
perform multiplication and report the result.

15. Provide a summary of your research topics. Give a link to the codes and the title of the paper.

You might also like