DaiPuWei

Results 5 repositories owned by DaiPuWei

BPNN

31
Stars
6
Forks
Watchers

这是利用Tensorflow实现的简单BP神经网络模型

CGAN-mnist

18
Stars
9
Forks
Watchers

这是利用条件GAN(CGAN)实现生成MNIST图像的代码

DANN-MNIST

38
Stars
11
Forks
Watchers

这是论文Unsupervised Domain Adaptation by Backpropagation的复现代码,并完成了MNIST与MNIST-M数据集迁移,master和tf2分支代码为是基于tf2.x,tf1分支代码基于tf1.x

DataStructure

215
Stars
77
Forks
Watchers

这是基本数据结构及其算法的C++实现,涉及单链表、双链表、栈 、二叉树、并查集、哈夫曼树、平衡二叉树、二叉搜索树、堆、哈希表、图以及各种排序。

This is the source code of the book "Introduction to Machine Learning Based on Mathematical Principles with Python".