Pinned Repositories
2019-Autumn-recruitment-experience
2019届秋招面经集合
Ad-papers
Papers on Computational Advertising
AdaBoost
基于AdaBoost算法训练表征人脸的Haar特征
AdaBoost-1
Adaptive Boost Algorithm
AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
algorithm
architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
Awesome-Deep-Learning-Papers-for-Search-Recommendation-Advertising
Awesome Deep Learning papers for industrial Search, Recommendation and Advertising. They focus on Embedding, Matching, Ranking (CTR and CVR prediction), Post Ranking, Multi-task Learning, Graph Neural Networks, Transfer Learning, Reinforcement Learning, Self-supervised Learning and so on.
B2CWeb
仿淘宝的B2C商城项目 一、项目介绍:本项目使用SSH框架和MySQL数据库。实现Spring对Hibernate和Struts的整合。目前实现功能:(1)前台功能:用户注册、商品展示、购物车功能(商品进行添加、删除、修改、查看操作),订单提交。(2)后台功能:商品增删改查和订单管理。(3)商品搜索(搜索内容进行分词,提取关键字,模糊查询)。(4)QQ在线咨询功能。本项目基本实现完整的B2C网站的功能。二、项目部署:本项目使用Eclipse_EE + Tomcat7.0+ MySql5.6的开发环境。1、安装 Eclipse_EE、Tomcat、MySql软件。2、MySql数据库中创建shop数据库。(1)CREATE DATABASE shop CHARACTER SET utf8 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT COLLATE utf8_general_ci ; (2)本项目中sql/shop.sql,执行shop.sql,SQL语句创建各种表单,和默认管理员用户 ,默认普通用户。管理员用户名:admin,密码:123.普通用户的用户名:throne212,密码 123. 3、本网站源码导入Eclipse中,网站就可以运行。 ../Shop/manager/index.jsp为后台管理界面。三、任何问题 给我发邮件:nietaooldman@126.com。
clmtrackr
Javascript library for precise tracking of facial features via Constrained Local Models
STerOTto's Repositories
STerOTto/2019-Autumn-recruitment-experience
2019届秋招面经集合
STerOTto/Ad-papers
Papers on Computational Advertising
STerOTto/AiLearning
AiLearning: 机器学习 - MachineLearning - ML、深度学习 - DeepLearning - DL、自然语言处理 NLP
STerOTto/architecture.of.internet-product
互联网公司技术架构,微信/淘宝/微博/腾讯/阿里/美团点评/百度/Google/Facebook/Amazon/eBay的架构,欢迎PR补充
STerOTto/Awesome-Deep-Learning-Papers-for-Search-Recommendation-Advertising
Awesome Deep Learning papers for industrial Search, Recommendation and Advertising. They focus on Embedding, Matching, Ranking (CTR and CVR prediction), Post Ranking, Multi-task Learning, Graph Neural Networks, Transfer Learning, Reinforcement Learning, Self-supervised Learning and so on.
STerOTto/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
STerOTto/DeepRec
推荐、广告工业界经典以及最前沿的论文、资料集合/ Must-read Papers on Recommendation System and CTR Prediction
STerOTto/dien
STerOTto/django-shop
A Django based shop system
STerOTto/draw
STerOTto/EGES
STerOTto/exercise
exercise for nndl
STerOTto/FinRL-Tutorials
Tutorials. Please star.
STerOTto/flink-learning
flink learning blog. http://www.54tianzhisheng.cn/ 含 Flink 入门、概念、原理、实战、性能调优、源码解析等内容。涉及 Flink Connector、Metrics、Library、DataStream API、Table API & SQL 等内容的学习案例,还有 Flink 落地应用的大型项目案例(PVUV、日志存储、百亿数据实时去重、监控告警)分享。欢迎大家支持我的专栏《大数据实时计算引擎 Flink 实战与性能优化》
STerOTto/GNNPapers
Must-read papers on graph neural networks (GNN)
STerOTto/HMM-Stock-Predictor
HMMLearn used against Tesla Stocks for Prediction
STerOTto/Kashgari
Kashgari is a Production-ready NLP Transfer learning framework for text-labeling and text-classification, includes Word2Vec, BERT, and GPT2 Language Embedding.
STerOTto/kmeans
K Means Clustering with Python
STerOTto/Machine-Learning-Session
STerOTto/mlimpl
This repository collects some codes that encapsulates commonly used algorithms in the field of machine learning. Most of them are based on Numpy, Pandas or Torch. You can deepen your understanding to related model and algorithm or revise it to get the customized code belongs yourself by referring to this repository.
STerOTto/models
Models and examples built with TensorFlow
STerOTto/nndl.github.io
《神经网络与深度学习》 邱锡鹏著 Neural Network and Deep Learning
STerOTto/pkuseg-python
pkuseg多领域中文分词工具; The pkuseg toolkit for multi-domain Chinese word segmentation
STerOTto/pysot
SenseTime Research platform for single object tracking, implementing algorithms like SiamRPN and SiamMask.
STerOTto/PyTorch-Course
JULYEDU PyTorch Course
STerOTto/sklearn_tutorial
Materials for my scikit-learn tutorial
STerOTto/TensorFlow-Examples
TensorFlow Tutorial and Examples for Beginners with Latest APIs
STerOTto/tf_repos
TensorFlow Script
STerOTto/tutorials
机器学习相关教程
STerOTto/VIE
Codes for "Unsupervised Learning from Video with Deep Neural Embeddings"