Skip to content

Latest commit

 

History

History
116 lines (111 loc) · 3.77 KB

index.md

File metadata and controls

116 lines (111 loc) · 3.77 KB
layout title nav_order nav_exclude permalink seo
home
Home
1
false
/
type name
Course
Home

Neural Network Course

{: .mb-2 .text-green-000}

Computer Science Faculty of Shahid Beheshti University. Winter 2023 {: .fs-6 .fw-300 }

The goal of our course is to provide students with a comprehensive understanding of the principles and techniques associated with neural networks, as well as the ability to apply these concepts to solve real-world problems. Our course will cover the fundamentals of neural networks, from the basics of training and backpropagation to more advanced topics such as convolutional neural networks, recurrent neural networks, and deep reinforcement learning. By the end of the course, students will be equipped with the knowledge and skills needed to apply neural networks to their own research and applications.

Lectures

<style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;margin:0px auto;} .tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px; overflow:hidden;padding:10px 5px;word-break:normal;} .tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:14px; font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;} .tg .tg-mz35{border-color:#7a7fe5;text-align:center;} </style>
Week Topic
1 - 4 Introduction to Neural Networks History
Biological intiuation
Perceptron
MLP
Backpropagation
5 - 7 Enhancing Neural Networks Optimization
Weight Initialization
Activation Functions
Learning Rate Scheduling
Regularization
8 - 11 Convolutional Neural Networks Convolution
Basic Concepts
Popular Architectures
Applications
12 - 14 Recurrent Neural Networks Sequential Modeling
Vanilla RNN
BTT
LSTM & GRU
15 - 16 Advanced Topics Autoencoders
Variational Autoencoders
Image Captioning
Deep Reinforcement Learning