周志华《机器学习》阅读笔记
☆428Jun 14, 2022Updated 3 years ago
Alternatives and similar repositories for Machine_Learning
Users that are interested in Machine_Learning are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 周志华《机器学习》☆91Mar 15, 2018Updated 8 years ago
- 周志华《机器学习》又称西瓜书是一本较为全面的书籍,书中详细介绍了机器学习领域不同类型的算法(例如:监督学习、无监督学习、半监督学习、强化学习、集成降维、特征选择等),记录了本人在学习过程中的理解思路与扩展知识点,希望对新人阅读西瓜书有所帮助!☆7,716Feb 26, 2022Updated 4 years ago
- 周志华-机器学习☆286Apr 16, 2020Updated 6 years ago
- 南瓜书:《机器学习》(西瓜书)公式详解☆25,818Apr 22, 2026Updated 3 weeks ago
- 周志华《机器学习》手推笔记☆3,772Mar 13, 2021Updated 5 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Statistical learning methods, 统计学习方法(第2版)[李航] [笔记, 代码, notebook, 参考文献, Errata, lihang]☆6,295Aug 5, 2023Updated 2 years ago
- 单维、多维时间序列数据预测☆11Jan 7, 2019Updated 7 years ago
- Some data science applications on the student mathematics performance data set from the 2010 KDD Cup.☆10Nov 27, 2014Updated 11 years ago
- numpy 实现的 周志华《机器学习》书中的算法及其他一些传统机器学习算法☆244Dec 6, 2019Updated 6 years ago
- This is the code repo for Findings of EMNLP2022 paper: MICO: a multi-alternative contrastive learning framework for commonsense knowledg…☆10Nov 29, 2022Updated 3 years ago
- ☆13Oct 24, 2018Updated 7 years ago
- 《机器学习》(周志华)算法实现笔记 - The notes of the book Machine Learning (author: Zhou Zhihua)☆34Feb 21, 2019Updated 7 years ago
- Source code for the paper 'Complex Hyperbolic Knowledge Graph Embeddings with Fast Fourier Transform'.☆12Nov 9, 2022Updated 3 years ago
- 分布式MySQL数据库中间件,支持数据的水平、垂直拆分,支持分库分表,支持读写分离,支持结果集合并,支持故障自动切换。☆26Sep 17, 2015Updated 10 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- AWESOME of Tencent Cloud Base 😎☆10Feb 2, 2019Updated 7 years ago
- 致力于将李航博士《统计学习方法》一书中所有算法实现一遍☆5,836Apr 29, 2019Updated 7 years ago
- 哈工大《数据结构与算法》课程的文档及代码。☆10Nov 18, 2016Updated 9 years ago
- AiLearning:数据分析+机器学习实战+线性代数+PyTorch+NLTK+TF2☆42,261Nov 12, 2024Updated last year
- 《统计学习方法》的代码实现☆19,581Aug 22, 2023Updated 2 years ago
- Programming Assignment Project for Information Visualization Course on University of Chinese Academy of Sciences☆12Mar 10, 2017Updated 9 years ago
- 个人使用jupyter notebook整理的peter的《机器学习实战》代码,使其更有层次感,更加连贯,也加了一些自己的修改,以及注释☆311Jan 6, 2018Updated 8 years ago
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,384Jun 26, 2024Updated last year
- Bytedance ICME2019☆13Apr 12, 2019Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程 将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)☆14Jul 13, 2016Updated 9 years ago
- 航空公司客户价值识别☆10Aug 10, 2018Updated 7 years ago
- some golang unit test demos☆20Nov 21, 2019Updated 6 years ago
- Deep Learning Book Chinese Translation☆37,268Dec 3, 2019Updated 6 years ago
- 机器学习笔记☆1,063Jan 18, 2017Updated 9 years ago
- 基于 python3 ,使用 scrapy 爬取新浪微博和 Twitter 的财报数据,再将数据进行整理和分析并持久化到 json 文件,最终使用 Flask 和 baidu echarts 对数据进行可视化。☆17May 4, 2018Updated 8 years ago
- Coursera 机器学习基石 机器学习技法 林轩田 课堂PPT、作业及课堂笔记。☆163Aug 14, 2018Updated 7 years ago
- 《机器学习实战》的python3源码☆1,342Aug 2, 2020Updated 5 years ago
- 手写实现李航《统计学习方法》书中全部算法☆11,616Nov 25, 2025Updated 5 months ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- 《机器学习》周志华 (西瓜书) 练习☆65Jul 21, 2018Updated 7 years ago
- pytorch handbook是一本开源的书籍,目标是帮助那些希望和使用PyTorch进行深度学习开发和研究的朋友快速入门,其中包含的Pytorch教程全部通过测试保证可以成功运行☆21,636Jul 25, 2024Updated last year
- 《统计学习方法-李航》Python代码实现☆17Feb 14, 2019Updated 7 years ago
- 统计学习导论基于R应用笔记☆13Aug 9, 2020Updated 5 years ago
- 吴恩达老师的机器学习课程个人笔记☆36,924Aug 25, 2025Updated 8 months ago
- 字节跳动短视频理解比赛,代码带详细注释☆18Apr 3, 2019Updated 7 years ago
- 【北京大学】人工智能实践:Tensorflow笔记 手敲代码共享☆26Dec 18, 2018Updated 7 years ago