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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Searching for Good Neural Networks with Neuroevolution

8 点作者 xcodevn超过 7 年前

1 comment

mark_l_watson超过 7 年前
I wrote about this in my book ‘C++ Power Paradigms’ that I wrote about 25 years ago. I devoted a very long chapter to an implementation I called Vari-Gene where I started by using a small number of bits to represent weight parameters and slowly increased the number of bits per weight. At the time, I had lunch with John Koza and we discussed my idea. He said that it was a net idea but that it wouldn’t scale. He was correct, I never was able to train a large recurrent net. BTW, I didn’t see any source code and data mentioned in the first linked article. Any links?