All Projects → nndl → Exercise

nndl / Exercise

exercise for nndl

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Exercise

Gluon Api
A clear, concise, simple yet powerful and efficient API for deep learning.
Stars: ✭ 2,322 (-12.34%)
Mutual labels:  jupyter-notebook
Workshop blog
Stars: ✭ 208 (-92.15%)
Mutual labels:  jupyter-notebook
3d Mri Brain Tumor Segmentation Using Autoencoder Regularization
Keras implementation of the paper "3D MRI brain tumor segmentation using autoencoder regularization" by Myronenko A. (https://arxiv.org/abs/1810.11654).
Stars: ✭ 209 (-92.11%)
Mutual labels:  jupyter-notebook
Flaml
A fast and lightweight AutoML library.
Stars: ✭ 205 (-92.26%)
Mutual labels:  jupyter-notebook
Dexplot
Simple plotting library that wraps Matplotlib and integrated with DataFrames
Stars: ✭ 208 (-92.15%)
Mutual labels:  jupyter-notebook
Windrose
A Python Matplotlib, Numpy library to manage wind data, draw windrose (also known as a polar rose plot), draw probability density function and fit Weibull distribution
Stars: ✭ 208 (-92.15%)
Mutual labels:  jupyter-notebook
Lstm stock prediction
This is an LSTM stock prediction using Tensorflow with Keras on top.
Stars: ✭ 207 (-92.19%)
Mutual labels:  jupyter-notebook
Machine Learning
从零基础开始机器学习之旅
Stars: ✭ 209 (-92.11%)
Mutual labels:  jupyter-notebook
Visualsearch mxnet
Visual Search using Apache MXNet and gluon
Stars: ✭ 208 (-92.15%)
Mutual labels:  jupyter-notebook
Mlops On Gcp
Stars: ✭ 207 (-92.19%)
Mutual labels:  jupyter-notebook
Covid19za
Coronavirus COVID-19 (2019-nCoV) Data Repository and Dashboard for South Africa
Stars: ✭ 208 (-92.15%)
Mutual labels:  jupyter-notebook
Graph Convolution Nlp
Graph Convolution Network for NLP
Stars: ✭ 208 (-92.15%)
Mutual labels:  jupyter-notebook
Python Bootcamp
Python Bootcamp docs and lectures (UC Berkeley)
Stars: ✭ 208 (-92.15%)
Mutual labels:  jupyter-notebook
Eli5
A library for debugging/inspecting machine learning classifiers and explaining their predictions
Stars: ✭ 2,477 (-6.49%)
Mutual labels:  jupyter-notebook
Keypoints Of Humanpose With Mask R Cnn
Use the Mask RCNN for the human pose estimation
Stars: ✭ 209 (-92.11%)
Mutual labels:  jupyter-notebook
Orn
Oriented Response Networks, in CVPR 2017
Stars: ✭ 207 (-92.19%)
Mutual labels:  jupyter-notebook
Dlsys Course.github.io
Deep learning system course
Stars: ✭ 207 (-92.19%)
Mutual labels:  jupyter-notebook
Simplified Deeplearning
Simplified implementations of deep learning related works
Stars: ✭ 2,389 (-9.82%)
Mutual labels:  jupyter-notebook
Book Resources
Stars: ✭ 209 (-92.11%)
Mutual labels:  jupyter-notebook
Hardware introduction
What scientific programmers must know about CPUs and RAM to write fast code.
Stars: ✭ 209 (-92.11%)
Mutual labels:  jupyter-notebook

《神经网络与深度学习》课程练习

书籍信息:神经网络与深度学习

欢迎大家补充练习题目。

环境设定

本次作业需要首先安装 anaconda3 下载地址 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ , tensorflow 2.0 pytorch >0.4

Exercise

1. 热身练习 warmup

numpy是Python中对于矩阵处理很实用的工具包,本小节作业主要是熟悉基本的numpy操作。

2. 线性回归模型 Linear Regression

3. 线性模型

  1. 支持向量机 support vector machine
  2. Softmax回归 Softmax Regression

4. 前馈神经网络 Simple Neural Network

利用numpy实现全连接神经网络

5. 卷积神经网络 Convolutional Neural Network (CNN)

利用卷积神经网络,处理MNIST 数据集分类问题。

6. 循环神经网络 Recurrent Neural Network (RNN)

基于循环神经网络的唐诗生成问题

7. 注意力机制 Attention Mechanism

  1. 使用sequence to sequence 模型将一个字符串序列逆置。
  2. 使用attentive sequence to sequence 模型将一个字符串序列逆置。

11. 高斯混合模型 Gaussian Mixture Model

12. 受限玻尔兹曼机 Restricted Boltzmann Machine (RBM)

使用受限玻尔兹曼机(Restricted Boltzmann Machine, RBM),对MNIST 数据集建模。

14. 深度强化学习 Deep Reinforcement Learning

强化学习: 黑白棋

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].