TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Could AI model help decide which startups to fund?

1 点作者 vickiitb超过 7 年前
An interesting thought in my head: could a sequence-to-sequence RNN model decide whether a startup is fundable or not (since there is data regarding which startups were funded and also future indicator of success, so the model would learn).<p>1. AI system makes determination whether to fund startup.<p>2. One or Three YC partners would also make an independent determination as to whether to fund the startup.<p>3. Then a weighted average rating would be computed to arrive at a final decision. Weights would have to be determined based on how reliable the model is.<p>Who would test this out at YC? How would you improve on this?

1 comment

p1esk超过 7 年前
I don&#x27;t understand, how would you use RNN for this? Would you try to predict whether this startup gets funded based on whether the previous ones got funded? Or which data would you use?<p>To me this seems more like a binary classification task.