Pinned Repositories
AdvancePython
python3高级编程和异步IO并发编程
d2l-zh
《动手学深度学习》
decision-tree
基于kaggle上Titanic数据集实现的ID3、C4.5、CART和CART剪枝算法
Decision_tree-python
决策树分类(ID3,C4.5,CART)
deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
fm_python
implement fm demo with python
lihang-code
《统计学习方法》的代码实现
lihang_book_algorithm
致力于将李航博士《统计学习方法》一书中所有算法实现一遍
ML-From-Scratch
机器学习算法 基于西瓜书以及《统计学习方法》,当然包括DL。
iqiaoqiao's Repositories
iqiaoqiao/AdvancePython
python3高级编程和异步IO并发编程
iqiaoqiao/d2l-zh
《动手学深度学习》
iqiaoqiao/decision-tree
基于kaggle上Titanic数据集实现的ID3、C4.5、CART和CART剪枝算法
iqiaoqiao/Decision_tree-python
决策树分类(ID3,C4.5,CART)
iqiaoqiao/deeplearning_ai_books
deeplearning.ai(吴恩达老师的深度学习课程笔记及资源)
iqiaoqiao/fm_python
implement fm demo with python
iqiaoqiao/lihang-code
《统计学习方法》的代码实现
iqiaoqiao/lihang_book_algorithm
致力于将李航博士《统计学习方法》一书中所有算法实现一遍
iqiaoqiao/ML-From-Scratch
机器学习算法 基于西瓜书以及《统计学习方法》,当然包括DL。
iqiaoqiao/PythonBayesianPrediction
Here we are going to evaluate the posterior using MCMC and use it to make Bayesian Prediction.
iqiaoqiao/PyTricks
Collection of less popular features and tricks for the Python programming language
iqiaoqiao/sortquery
有10个文件,每个文件1G,每个文件的每行存放的都是用户的query(请自己随机产生),每个文件的query都可能重复。要求你按照query的频度排序。
iqiaoqiao/statistical-learning-method
《统计学习方法》笔记-基于Python算法实现
iqiaoqiao/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
iqiaoqiao/tensorflow-tutorial
Example TensorFlow codes and Caicloud TensorFlow as a Service dev environment.
iqiaoqiao/tensorflow_cookbook
Code for Tensorflow Machine Learning Cookbook
iqiaoqiao/test
for test
iqiaoqiao/ThinkBayes2
Text and code for the forthcoming second edition of Think Bayes, by Allen Downey.