Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: C/C++ CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck
17 changes: 15 additions & 2 deletions math/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,25 @@



deadline: 2019.06.20

链接:

链接:

## 综合应用

1. 搜索引擎:如何打造一个简单的分布式搜索引擎
2. 人脸识别:如何从亿万候选集中,快速识别出正确的人脸
3. 推荐系统:如何用协同过滤、矩阵分解打造一个推荐系统



## 视频资料

(金勇补充)

*[B站,白板机器学习系列](https://space.bilibili.com/97068901?spm_id_from=333.788.b_765f7570696e666f.1)

*[B站,李宏毅机器学习2017](https://www.bilibili.com/video/av10590361?from=search&seid=16461404092812033231)

*[B站,台大林轩田-机器学习(基石)](https://www.bilibili.com/video/av12463015?from=search&seid=17874823900742104442)
*[B站,台大林轩田-机器学习(技法)](https://www.bilibili.com/video/av36760800?from=search&seid=17874823900742104442)