
Lists (6)
Sort Name ascending (A-Z)
Starred repositories
A professional list of Papers, Tutorials, and Surveys on AI for Time Series in top AI conferences and journals.
Pytorch implementation of Concrete AutoEncoder
kailiangshang / Spider
Forked from MaLei666/Spider爬虫实例:微博、b站、csdn、淘宝、今日头条、知乎、豆瓣、知乎APP、大众点评
一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )
kailiangshang / learn2learn
Forked from learnables/learn2learnA PyTorch Library for Meta-learning Research
A framework for prototyping and benchmarking imputation methods
Transfer learning / domain adaptation / domain generalization / multi-task learning etc. Papers, codes, datasets, applications, tutorials.-迁移学习
A Library for Advanced Deep Time Series Models.
kailiangshang / transformers
Forked from huggingface/transformers🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
kailiangshang / dive-into-llms
Forked from Lordog/dive-into-llms《动手学大模型Dive into LLMs》系列编程实践教程
kailiangshang / TFB
Forked from decisionintelligence/TFBTFB: Towards Comprehensive and Fair Benchmarking of Time Series Forecasting Methods (PVLDB 2024) https://www.vldb.org/pvldb/vol17/p2363-hu.pdf
[PVLDB 2024 Best Paper Nomination] TFB: Towards Comprehensive and Fair Benchmarking of Time Series Forecasting Methods
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被70多个国家的500多所大学用于教学。
python爬虫教程系列、从0到1学习python爬虫,包括浏览器抓包,手机APP抓包,如 fiddler、mitmproxy,各种爬虫涉及的模块的使用,如:requests、beautifulSoup、selenium、appium、scrapy等,以及IP代理,验证码识别,Mysql,MongoDB数据库的python使用,多线程多进程爬虫的使用,css 爬虫加密逆向破解,JS爬虫逆向,…