木叶下

  • 编程算法
  • 深度学习
  • 微小工作
  • 善用软件
  • 杂记
  • 诗人远方
Deep Learning
SemiFlow

[SemiFlow 动手实现深度学习框架 02] 设计神经网络组件

距离上一篇文章《SemiFlow 01 从一个例子开始》已有三个月。首先我为自己的拖延和狂妄道歉。在过去的三个月里由于课程和跨国行程原因,我中断了数次开发。SemiFlow的开发进度已远远超出我的预期。从今天开始,我尽量连续更新我的过去三个月的工作。 好消息是:SemiFlow 1.0已经发布了。目前支持使用MNIST 数据训练MLP、CNN分类网络。 本文介绍我对SemiFlow的设计与开发。这是一篇概要,介绍SemiFlow的组件及其关系,并尽可能详细地解释原因。 Layer is all you need. …

2020年6月27日 0条评论 7574点热度 2人点赞 Dong Wang 阅读全文
SemiFlow

[SemiFlow 动手实现深度学习框架 01] 从一个例子开始

你可以在Github 找到下面完整的代码(A naive example)。 今天的目标是实现一个Dense隐藏层网络,来实现一个二分类器。 数据实例 首先我们从一个分类问题开始。我们对同方差不同均值的两个二维高斯分布进行抽样,生成两簇数量各是200的数据集。 import numpy as np import matplotlib.pyplot as plt from Dense import Dense Asamples = np.random.multivariate_normal([6, 6], [[1, …

2020年3月24日 0条评论 8044点热度 0人点赞 Dong Wang 阅读全文
SemiFlow

[SemiFlow 动手实现深度学习框架 00] 初步的计划

SemiFlow SemiFlow is a neural network framework for machine learning. I am going to implement a basic deep learning framework in about a month. I will record the experience at my blog in Chinese. 我已经使用Tensorflow和keras好些年, 并且最近完成了"Statistical machine learning",…

2020年3月24日 0条评论 4955点热度 0人点赞 Dong Wang 阅读全文
深度学习

Natural Computation Methods for Machine Learning Note 10

Natural Computation Methods for Machine Learning Note 10 In this note, we are going talk about Deep Learning very briefly. Radial Basis Function Networks RBFNs are feedforward networks, where: The hidden nodes (the RBF nodes) compute distances, instead of weig…

2020年3月2日 0条评论 4774点热度 0人点赞 Dong Wang 阅读全文

Dong Wang

I am a PhD student of TU Graz in Austria. My research interests include Embedded/Edge AI, efficient machine learning, model sparsity, deep learning, computer vision, and IoT. I would like to understand the foundational problems in deep learning.

Search
最新 热点 随机
最新 热点 随机
欧洲游记:Nice 南法尼斯:地中海蔚蓝海岸 欧洲游记:Brussels-Antwerp-Amsterdam下篇 Tampermonkey脚本: 一键阅读arxiv文章的HTML5页面 欧洲游记:Brussels-Antwerp-Amsterdam上篇 小脚本: 一键在 Colab 中打开Jupyter notebook Cloudflare tunnel实现内网穿透SSH,SMB,和web:老旧笔记本第二春
高效能人士的七个习惯手记 COVID-19 Flight Data by Country COVID-19期间各国航班数据 IDM(Internet Download Manager)神级下载神器 查SWE居留卡——查询瑞典居留卡的工具 centos 7防火墙开启和开放端口 中国版Windows Azure对试用用户开放购买
友情链接
  • 挖站否
  • Dong Wang

COPYRIGHT © 2013-2024 nanguoyu.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

陕ICP备14007751号-1