I think someone could make a convolutional neural net out of pure batch

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
shodan
Posts: 89
Joined: 01 May 2023 01:49

I think someone could make a convolutional neural net out of pure batch

#1 Post by shodan » 31 May 2024 22:07

See this CNN made out of redstone in minecraft

https://www.youtube.com/watch?v=DQ0lCm0J3PM

If that's possible in minecraft, it should be easier in batch right ?

He even uses all integer math

penpen
Expert
Posts: 2009
Joined: 23 Jun 2013 06:15
Location: Germany

Re: I think someone could make a convolutional neural net out of pure batch

#2 Post by penpen » 01 Jun 2024 17:31

Batch is Turing-complete (see viewtopic.php?f=3&t=5751#p35676), so it should be able to compute artificial neural networks as well. It should also be easier to build in batch, because the set/a-command provides access to the evaluation of some basic numerical expressions, so you don't have to emulate that.

Feel free to write one in batch.


penpen

Post Reply