Pinned Repositories
ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
ALBEF
Code for ALBEF: a new vision-language pre-training method
algorithms
Minimal examples of data structures and algorithms in Python
alphaFM
Multi-thread implementation of Factorization Machines with FTRL for binary-class classification problem.
angel
A Flexible and Powerful Parameter Server for large-scale machine learning
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
applied-ml
📚 Papers by organizations sharing their work on applied data science & machine learning.
archernero
Config files for my GitHub profile.
archernero.github.io
my github blog
luogu_contest_cc
洛谷题目解答
archernero's Repositories
archernero/alphaFM
Multi-thread implementation of Factorization Machines with FTRL for binary-class classification problem.
archernero/ctrNet-tool
This's the tool for CTR, including FM, FFM, NFFM and so on.
archernero/pointnet2
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
archernero/DeepLearning-500-questions
深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为15个章节,近20万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系scutjy2015@163.com 版权所有,违权必究 Tan 2018.06
archernero/kaggle-web-traffic
1st place solution
archernero/NetMF
Network Embedding as Matrix Factorization: Unifying DeepWalk, LINE, PTE, and node2vec
archernero/pointnet
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
archernero/kafka-study
关于kafka的一些相关使用示例代码。
archernero/tencent-contest
archernero/LDA-on-Weibo
two-stages analysis model of personal label from weibo contents.(working on LDA model)
archernero/tensorflow-LTR
Tensorflow implementations of various Learning to Rank (LTR) algorithms.
archernero/web-traffic-forecasting
Kaggle | Web Traffic Forecasting 📈
archernero/lambdarank
Reference implementation of [Burges, C., et al., 2007]
archernero/DatatablesDemo
搭建的一个拥有消费者提供者且实现消费者调用远程服务的入门Demo,供学习Dubbo的同学学习和入门。
archernero/pyspark-recommendation-demo
movie recommendation demo using collaborative filtering and lfm(spark mllib ALS)
archernero/hll-hive-udf
Approximate cardinality estimation with HyperLogLog, as a Hive function