AnamorphicOptimus's Stars
wepe/MachineLearning
Basic Machine Learning and Deep Learning
josonle/Coding-Now
学习记录的一些笔记,以及所看得一些电子书eBooks、视频资源和平常收纳的一些自己认为比较好的博客、网站、工具。涉及大数据几大组件、Python机器学习和数据分析、Linux、操作系统、算法、网络等
RRdmlearning/Machine-Learning-From-Scratch
常用机器学习的算法简洁实现
AnamorphicOptimus/BP-Network
Multi-Classification on dataset of MNIST
whitefly/Data-Mining
code implements of <<Statistical learning methods>>
panenming/pydata
学习python for data analysis源码,python版本3.6,使用工具pycharm,其中使用到的数据请参照https://github.com/wesm/pydata-book
AnamorphicOptimus/Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
AnamorphicOptimus/Crawler-of-Entity-Names
A crawler for entity names, especially for places names, in Shanghai. You can use this data for NER.
AnamorphicOptimus/Decision-Tree
Here is a set of decision tree algorithm. ID3, Cart, Random Forest and GDBT are all implemented in Python.
AnamorphicOptimus/Login-Web-By-Eclipse-
Here is a simple login website design by elicpse.
AnamorphicOptimus/Regression
Here is a set of regression algorithms. Logistics, Ridge and Lasso are all implemented in Python.