Pinned Repositories
algebra-chapter-0-solutions
The solution to Algebra : Chapter 0 by Paolo Aluffi.
aluffi
Solutions to Paolo Aluffi's "Algebra: Chapter 0".
Artificial-Intelligence-Terminology
The English-Chinese paired terminologies in Artificial Intelligence Domain
auto-py-to-exe
Converts .py to .exe using a simple graphical interface
Cluster
聚类算法。实现Kmeans,DBSCAN以及谱聚类
DeepLearning
使用Python、MATLAB或R实现一些深度学习算法
Optimization-algorithm
一些常用的智能优化算法,主要是用Matlab和Python写的
pytorch-normalizing-flows
Normalizing flows in PyTorch. Current intended use is education not production.
small-projects
做过的小项目,主要是用python和Matlab写的
swf2img
一款通过使用命令行将swf文件转为img图片的软件,同时里面还包含的相应的批处理文件
Hoemr's Repositories
Hoemr/sylvester-flows
Hoemr/MachineLearning
Machine Learning in Action学习笔记,一个文件夹代表一个算法,每个文件夹包含算法所需的数据集、源码和图片,图片放在pic文件夹中,数据集放在在Data文件夹内。书中的代码是python2的,有不少错误,这里代码是我用python3写的,且都能直接运行
Hoemr/matlab-schemes
A collection of color schemes for MATLAB
Hoemr/Iris-Kmeans
Hoemr/Cluster
聚类算法。实现Kmeans,DBSCAN以及谱聚类
Hoemr/aluffi
Solutions to Paolo Aluffi's "Algebra: Chapter 0".
Hoemr/Tetris
俄罗斯方块🇷🇺
Hoemr/kMeans
kMeans