Pinned Repositories
AI-Comp
AI-Challenger Baseline 细粒度用户评论情感分析
best-of-web-python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
binance-trader
💰 Cryptocurrency Trading Bot for Binance (Experimental)
blockchain-python-tutorial
Source Code for my blog post: A Practical Introduction to Blockchain with Python
cifar10_distributed_train
cifar10 multi server multi gpu train
DangerousFlight
An obstacle-escaping game written in C on SDL.
Douyin-Bot
Python 抖音机器人,论如何在抖音上找到漂亮小姐姐?😍
frameworkAccord
Machine learning, computer vision, statistics and general scientific computing for .NET
fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
Information_retrieva_Projectl-
新闻检索:爬虫定向采集3-4个网页,实现网页信息的抽取、检索和索引。网页个数不少于10个,能按时间、相关度、热度等属性进行排序,并实现相似主题的自动聚类。可以实现:有相关搜索推荐、snippet生成、结果预览(鼠标移到相关结果, 能预览)功能
Linkino's Repositories
Linkino/AI-Comp
AI-Challenger Baseline 细粒度用户评论情感分析
Linkino/best-of-web-python
🏆 A ranked list of awesome python libraries for web development. Updated weekly.
Linkino/binance-trader
💰 Cryptocurrency Trading Bot for Binance (Experimental)
Linkino/blockchain-python-tutorial
Source Code for my blog post: A Practical Introduction to Blockchain with Python
Linkino/cifar10_distributed_train
cifar10 multi server multi gpu train
Linkino/DangerousFlight
An obstacle-escaping game written in C on SDL.
Linkino/Douyin-Bot
Python 抖音机器人,论如何在抖音上找到漂亮小姐姐?😍
Linkino/frameworkAccord
Machine learning, computer vision, statistics and general scientific computing for .NET
Linkino/fucking-algorithm
手把手撕LeetCode题目,扒各种算法套路的裤子。English version supported! Crack LeetCode, not only how, but also why.
Linkino/Information_retrieva_Projectl-
新闻检索:爬虫定向采集3-4个网页,实现网页信息的抽取、检索和索引。网页个数不少于10个,能按时间、相关度、热度等属性进行排序,并实现相似主题的自动聚类。可以实现:有相关搜索推荐、snippet生成、结果预览(鼠标移到相关结果, 能预览)功能
Linkino/lianjia
爬一些链家的数据,练习相关东西
Linkino/machine-learning-ex
Machine learning exercises.
Linkino/Machine-Learning_ZhouZhihua
Exercises answers to the book "machine-learning" written by Prof. Zhou Zhihua of Nanjing University
Linkino/matplotlib
matplotlib: plotting with Python
Linkino/models
Models and examples built with TensorFlow
Linkino/MusicGenreClassification
Classify music genre from a 10 second sound stream using a Neural Network.
Linkino/Prebuilt-Binaries
Various software built on various platforms.
Linkino/Python
All Algorithms implemented in Python
Linkino/Tencent-competition----Conversion-rate-estimation
【腾讯社交广告算法大赛_决赛排名35】以移动app广告为研究对象,根据给定广告、用户和上下文情况信息,预测app广告点击后被激活的概率
Linkino/text-classification
本代码库包含本人所写情感分类与新闻主题分类应用场景所用模型,模型部署等代码
Linkino/text-classification-with-python
用朴素贝叶斯算法和结巴分词实现新闻主题分类,Python代码
Linkino/time_seires_prediction_using_lstm
Time series prediction using LSTM classifier