https://github.com/ujjwalkarn/Machine-Learning-Tutorials machine learning and deep learning tutorials, articles and other resources http ...
GitHub Learning Lab https: lab.github.com https: github.community t GitHub Learning Lab bd p learn https: github.blog introducing github learning lab GitHub Actions https: lab.github.com githubtrainin ...
2020-05-01 10:56 6 277 推荐指数:
https://github.com/ujjwalkarn/Machine-Learning-Tutorials machine learning and deep learning tutorials, articles and other resources http ...
课程内容:Machine Learning 专项课程 https://www.coursera.org/specializations/machine-learning 课程的作业主要分两部分,一部分是根据课程的知识点回答问题,还有一部分是根据编程来回答问题,这里提供了编程的内容 ...
https://github.com/josephmisiti/awesome-machine-learning A curated list of awesome Machine Learning frameworks, libraries and software. ...
reference : http://www.ruanyifeng.com/blog/2015/12/git-workflow.html Git 作为一个源码管理系统,不可避免涉及到多人协作。 协 ...
最近师弟在做DQN的实验,由于是强化学习方面的东西,正好和我现在的研究方向一样于是我便帮忙跑了跑实验,于是就有了今天的这个内容。 首先在github上进行搜寻,如下图: 发现第一个星数最多,而且远高于其它的项目,于是拉取这个链接: https://github ...
最近开源了周志华老师的西瓜书《机器学习》纯手推笔记: 博士笔记 | 周志华《机器学习》手推笔记第一章思维导图 [博士笔记 | 周志华《机器学习》手推笔记第二章“模型评估与选择” 博士 ...
0 - 背景 这篇文章想要解决的问题是预测一个区域短时间内的降水变化,在它之前的工作(2015年之前)还很少有采用机器学习的方法来做相关预测。由于预测的输入是时序雷达图等具有空间和时间关系的数据,因 ...
Basic Info 这是CMU 15-213的Malloc Lab,本来没打算做,被同学安利了一波~ 需要用C实现A Dynamic Storage Allocator,类似于libc中的malloc/free/realloc,整体来看难度较大。 开始没什么思路,看了下CSAPP动态内存分配 ...