Search found 823 matches
- Mon Mar 08, 2021 12:02 am
- Forum: Computer Chess Club: General Topics
- Topic: Honey 13
- Replies: 28
- Views: 2303
Re: Honey 13
Entered "Beth Harmon" in My KO tourney...engine lost in first round 1-3...may have some time control (time mgmt) issues Thx AR :) :wink: https://www.mediafire.com/file/u1pcterttwimtn6/2021Super_Engines_KO.7z/file The net is quite a bit weaker than the other nnue nets — -200 to night nurse and -300 ...
- Sun Mar 07, 2021 3:47 am
- Forum: Computer Chess Club: General Topics
- Topic: Honey 13
- Replies: 28
- Views: 2303
- Fri Mar 05, 2021 4:07 pm
- Forum: Computer Chess Club: General Topics
- Topic: Your motivation for writing a chess engine?
- Replies: 31
- Views: 1369
Re: Your motivation for writing a chess engine?
1. Teaching other people how simple it is to write a basic mcts/nn engine with a0lite python.
2. Experimenting with new nn architectures and non-RL training approaches.
3. Combining ab/nnue and mcts/nn in a hybrid approach. (Was a0lite julia, renamed Bender)
4. Reach 3300 ccrl
5. Have fun.
2. Experimenting with new nn architectures and non-RL training approaches.
3. Combining ab/nnue and mcts/nn in a hybrid approach. (Was a0lite julia, renamed Bender)
4. Reach 3300 ccrl
5. Have fun.
- Tue Mar 02, 2021 6:00 pm
- Forum: Computer Chess Club: General Topics
- Topic: Are neural nets (the weights file) copyrightable?
- Replies: 473
- Views: 9937
Re: Are neural nets (the weights file) copyrightable?
how is it possible that in 2021 nobody has been yet taken to court for copying something NN related? so at lease we'd know how the judge ruled that case Companies have been claiming copyrights and licensing pretrained models (read nn weights) for years. They’ve been watermarking them and applying o...
- Mon Mar 01, 2021 5:47 am
- Forum: Computer Chess Club: General Topics
- Topic: An actual interesting computer chess read about FF2
- Replies: 51
- Views: 3342
Re: An actual interesting computer chess read about FF2
After all of this Sturm und Drang I think two things are clear:
1) everyone has heard of FF2
2) the SF/Leela/lichess communities’ words and actions speak for themselves.
1) everyone has heard of FF2
2) the SF/Leela/lichess communities’ words and actions speak for themselves.
- Sun Feb 28, 2021 9:11 pm
- Forum: Computer Chess Club: General Topics
- Topic: How to make a double-sized net as good as SF NNUE in a few easy steps
- Replies: 39
- Views: 1529
- Sun Feb 28, 2021 7:33 pm
- Forum: Computer Chess Club: General Topics
- Topic: How to make a double-sized net as good as SF NNUE in a few easy steps
- Replies: 39
- Views: 1529
Re: How to make a double-sized net as good as SF NNUE in a few easy steps
Did you really try that? Backpropagation through an NN to adjust the weights according to gradient descent of the total square error would adjust weight in the proportion to which they contributed to the error. If they are all zero, they don't contribute anything. So they would never be adjusted. F...
- Sun Feb 28, 2021 7:28 pm
- Forum: Computer Chess Club: General Topics
- Topic: How to make a double-sized net as good as SF NNUE in a few easy steps
- Replies: 39
- Views: 1529
Re: How to make a double-sized net as good as SF NNUE in a few easy steps
Did you really try that? Backpropagation through an NN to adjust the weights according to gradient descent of the total square error would adjust weight in the proportion to which they contributed to the error. If they are all zero, they don't contribute anything. So they would never be adjusted. F...
- Sun Feb 28, 2021 7:04 pm
- Forum: Computer Chess Club: General Topics
- Topic: How to make a double-sized net as good as SF NNUE in a few easy steps
- Replies: 39
- Views: 1529
Re: How to make a double-sized net as good as SF NNUE in a few easy steps
How to make a double-sized net as good as SF NNUE in a few easy steps. Say we have a NNUE with topography 512 x 32 x 32 x 1 and we want to make a better (we hope) NNUE with topography 1024 x 32 x 32 x 1 Step 1. Initialise our new 1024 neuron network with all weights = 0.0 Step 2. Unload all SF NNUE...
- Sun Feb 28, 2021 1:39 pm
- Forum: Computer Chess Club: General Topics
- Topic: An actual interesting computer chess read about FF2
- Replies: 51
- Views: 3342
Re: An actual interesting computer chess read about FF2
In today computer chess correspondence GM's are oveerated and so are their statements. There is no human that can beat SF13 with no opening book running at 16 core modern CPU at ICCF TC using whatever they have at their disposal. The very best they can do is to draw. So let’s run the next TCEC in a...