Skip to content

Commit 7d071dc

Browse files
committed
aidevlog
1 parent 48cdb0b commit 7d071dc

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

_posts/2019-05-20-aidevlog.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
layout: post
3+
title: "AI开发日志 代码资源等"
4+
author: iosdevlog
5+
date: 2019-05-24 00:03:34 -0400
6+
description: ""
7+
category:
8+
tags: []
9+
---
10+
11+
## 计划
12+
13+
1. 预备知识
14+
1. [Python 基础](https://github.com/iOSDevLog/AIDevLog/tree/master/Python%20基础/README.md)
15+
1. [数学基础](https://github.com/iOSDevLog/AIDevLog/tree/master/数学基础/README.md)
16+
1. 机器学习
17+
1. [统计学习方法](https://github.com/iOSDevLog/AIDevLog/tree/master/统计学习方法/README.md)
18+
1. [统计学习(西瓜书)](https://github.com/iOSDevLog/AIDevLog/tree/master/西瓜书/README.md)
19+
1. [机器学习实战](https://github.com/iOSDevLog/AIDevLog/tree/master/机器学习实战/README.md)
20+
1. 深度学习
21+
1. [深度学习(花书)](https://github.com/iOSDevLog/AIDevLog/tree/master/花书/README.md)
22+
1. [Tensorflow](https://github.com/iOSDevLog/AIDevLog/tree/master/Tensorflow/README.md)
23+
1. [PyTorch](https://github.com/iOSDevLog/AIDevLog/tree/master/PyTorch/README.md)
24+
1. [CS231n: 计算机视觉](https://github.com/iOSDevLog/AIDevLog/tree/master/计算机视觉/README.md)
25+
1. [CS224n: 自然语言处理](https://github.com/iOSDevLog/AIDevLog/tree/master/自然语言处理/README.md)
26+
1. 强化学习
27+
1. [简易 AlphaGo](https://github.com/iOSDevLog/AIDevLog/tree/master/简易%20AlphaGo/README.md)
28+
1. 竞赛
29+
1. [Kaggle](https://github.com/iOSDevLog/AIDevLog/tree/master/Kaggle/README.md)
30+
31+
<!--more-->
32+
33+
## 进度
34+
35+
[https://github.com/iOSDevLog/AIDevLog/projects](https://github.com/iOSDevLog/AIDevLog/projects?query=is%3Aopen+sort%3Aname-asc)
36+
37+
## 联系方式
38+
39+
GitHub: <https://github.com/iOSDevLog/AIDevLog>
40+
41+
网站: <http://2019.iosdevlog.com/>
42+
43+
Email: iosdevlog[at]iosdevlog.com
44+
45+
Twitter: [iOSDevLog](https://twitter.com/iOSDevLog)
46+
47+
微博: [iOSDevLog](http://weibo.com/iOSDevLog)
48+
49+
微信公众号: AI开发日志
50+
51+
![AIDevLog](https://2019.iosdevlog.com/uploads/AIDevLog.jpg)
52+
53+
## License
54+
55+
AIDevLog is released under the MIT license. See LICENSE for details.

0 commit comments

Comments
 (0)