• Stars
    star
    27
  • Rank 900,955 (Top 18 %)
  • Language
    Python
  • License
    MIT License
  • Created about 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

More Repositories

1

DataStructure

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

DANN-MNIST

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

BPNN

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

CGAN-mnist

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

Object_Detection_Dataset_Utils

这是各种目标检测数据集预处理相关工具脚本集合
Python
25
star
6

DANN-MNIST-tf2

这是论文Unsupervised Domain Adaptation by Backpropagation的复现tf2代码,并完成了MNIST与MNIST-M数据集之间的迁移训练
Python
20
star
7

DCGAN-mnist

利用简单DCGAN生成手写数字图像
Python
17
star
8

ZJU-MOOC-DataStructure

这是浙江大学陈越何钦铭的数据结构MOOC课程的配套代码习题答案
C++
12
star
9

YOLO_Deploy

这是YOLO系列算法在不同部署框架下的Python部署项目
Python
3
star
10

AlexNet

AlexNet原始论文学习笔记和实现代码
Python
3
star
11

PAT

这是浙江大学PAT考试的相关习题代码
C++
2
star
12

Mini-VGG-CIFAR10

这是利用Mini-VGG实现CIFAR10数据集训练与评估的函数
Python
2
star
13

JianZhiOffer

这是《剑指Offer》一书中所有题目的C++代码
C++
1
star
14

Optimization-Theory

This is all the homework for an elective course for postgraduate -- Optimization Theory.
C++
1
star
15

VGG16-CIFAR10

这个是利用VGG16网络实现CIFAR10数据集分类的项目
Python
1
star