Concepts in Building a Neural Network

Rumman Ansari   Software Engineer     84 Share
☰ Table of Contents

Table of Content:


Concepts in Building a Neural Network

Following are the some of the essential concepts you are going to use to build a neural network:

  • Matrix representation using Numpy

  • Matrix multiplication using NumPy

  • Broadcasting in Python