Machine Learning: Neural networks from scratch
In this course, we will implement a neural network from scratch, without dedicated libraries. In this course, we will implement a neural network from scratch, without dedicated libraries. Although we will use the python programming language, at the end of this course, you will be able to implement a neural network in any programming language. We will see how neural networks work intuitively, and then mathematically. We will also see some important tricks, which allow stabilizing the training of neural networks (log-sum-exp trick), and to prevent the memory used during training from growing exponentially (jacobian-vector product).
Sep-24-2022, 13:18:38 GMT
- Genre:
- Technology: