Skip to content

Commit a6f9f0c

Browse files
committed
add notes for the jiaozifs,etc.
1 parent 96eaec6 commit a6f9f0c

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
*.so
99
*.dylib
1010

11+
# goland
12+
*.idea
13+
1114
# Test binary, built with `go test -c`
1215
*.test
1316

docs/notes.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# 初心
2+
3+
GitData:IT & 基础设施生涯 的最后一件事情
4+
5+
6+
# Why
7+
8+
Business Considerations Before Implementing AI | Technology Solutions | CompTIA
9+
https://connect.comptia.org/content/guides/business-considerations-before-implementing-ai#:~:text=AI%20projects%20typically%20take%20anywhere,can%20build%20an%20AI%20algorithm.
10+
11+
Conducted in October 2019, 63% of the 745 respondents have already developed and deployed a machine learning model into production. On average, 40% of companies said it takes more than a month to deploy an ML model into production, 28% do so in eight to 30 days, while only 14% could do so in seven days or less.
12+
13+
Add It Up: How Long Does a Machine Learning Deployment Take? - The New Stack
14+
https://thenewstack.io/add-it-up-how-long-does-a-machine-learning-deployment-take/
15+
16+
How to put machine learning models into production - Stack Overflow
17+
https://stackoverflow.blog/2020/10/12/how-to-put-machine-learning-models-into-production/
18+
19+
## 行业报告
20+
https://docs.google.com/presentation/d/156WpBF_rGvf4Ecg19oM1fyR51g4FAmHV3Zs0WLukrLQ/edit#slide=id.g24daeb7f4f0_0_4995
21+
Welcome to State of AI Report 2023
22+
https://www.stateof.ai/
23+
https://docs.google.com/presentation/d/156WpBF_rGvf4Ecg19oM1fyR51g4FAmHV3Zs0WLukrLQ/edit#slide=id.g24daeb7f4f0_0_3373
24+
25+
us-ai-institute-state-of-ai-fifth-edition.pdf
26+
https://www2.deloitte.com/content/dam/Deloitte/us/Documents/deloitte-analytics/us-ai-institute-state-of-ai-fifth-edition.pdf
27+
AI in the Enterprise 2023 Report Analysis
28+
https://4625340.fs1.hubspotusercontent-na1.net/hubfs/4625340/AI%20in%20the%20Enterprise%202023%20Report%20Analysis%20(1)-1.pdf?__hstc=77250698.c2e92c9cd279ea7865de033c58899c47.1701011639777.1701011639777.1701011639777.1&__hssc=77250698.1.1701011639778&__hsfp=4098988196
29+
30+
AI Adoption in the Enterprise 2022 – O’Reilly
31+
https://www.oreilly.com/radar/ai-adoption-in-the-enterprise-2022/
32+
33+
34+
# 竞品
35+
36+
## XetHub
37+
https://about.xethub.com/
38+
We built a GitHub app that scales repos to 100 Terabytes : r/github
39+
https://www.reddit.com/r/github/comments/17wvaeq/we_built_a_github_app_that_scales_repos_to_100/
40+
41+
42+
## InfuseAI
43+
$4.3M | 3 yrs ago
44+
45+
* InfuseAI is a company that focuses on optimizing artificial intelligence workflows in the technology sector. The company offers products that streamline machine learning operations, making it faster and more efficient for organizations to work with AI. Their services are primarily utilized in the medical, education, and manufacturing industries. It was founded in 2018 and is based in Taipei, Taiwan.
46+
* demo: PrimeHub Feature Showcase - YouTube
47+
https://www.youtube.com/watch?v=t_nXF3l1MOY
48+
* PrimeHub in 1 minute - YouTube
49+
https://www.youtube.com/watch?v=PL2J6KPijdw
50+
*
51+
创始人的一点采访:
52+
Data Friends #1 — a day in the life of ML engineer ft. PinChun | by catcatcatcat | InfuseAI
53+
https://blog.infuseai.io/data-friends-1-a-day-in-the-life-of-ml-engineer-ft-pinchun-a71e5c124e4e
54+
55+
56+
57+
## Datafold - Automated testing for data engineers
58+
59+
网站:https://www.datafold.com/
60+
61+
有两个核心技术:
62+
* Data Diff - Data Reliability Platform - Datafold
63+
https://www.datafold.com/data-diff
64+
* Column-level Lineage - Data Reliability Platform - Datafold
65+
https://www.datafold.com/column-level-lineage
66+
67+
68+
## Open Source Data Science Collaboration - DagsHub
69+
https://dagshub.com/
70+
71+
72+
## Home Page | Pachyderm
73+
https://www.pachyderm.com/
74+
75+
76+
# 方法
77+
78+
The product approach to open source communities - Stack Overflow
79+
https://stackoverflow.blog/2023/11/08/the-product-approach-to-open-source-communities/

0 commit comments

Comments
 (0)