0
$\begingroup$

I think I have developed a logic circuit which by using combinational logic and flip flops learns to perform the XNOR logic between 2 bits.It is a kind of state machine. Suppose we built a computer made of blocks which use a built in neural network (such as mine logic circuit).Wouldnt that save a lot of memory and let us reach us new heights regarding the ability of the neural networks to solve real life problems?

$\endgroup$
5
  • 2
    $\begingroup$ Computers are made of building blocks such as your logic circuit. And gates like this can be realized as neural networks, but a neural network that computes XNOR isn't going to magically solve real life problems - it'll just compute XNOR, better or worse. I'm not sure what you're proposing. $\endgroup$ Commented Oct 13, 2023 at 12:18
  • $\begingroup$ Instead of programmatically creating artificial networks we can implement the building blocks of the hardware to be a neural network on its own.So that we would save memory and increase processing speed. $\endgroup$ Commented Oct 13, 2023 at 12:26
  • $\begingroup$ There are chips/cores that provide hardware acceleration of neural networks such as Apple's Neural Engine and NVidia's solutions. But neural networks are still orders of magnitude more complex than simple deterministic Boolean logic - your XNOR realized as a NN would require storing 9 floating-point weights and circuits to perform multiplication and addition, while it only requires 16 transistors when realized deterministically. NNs are good for problems where we don't have a deterministic algorithm. (For girlfriend woes, I recommend Interpersonal Skills SE). $\endgroup$ Commented Oct 13, 2023 at 12:38
  • $\begingroup$ Is your logic circuit truly a neural network? Can you teach it to do other things than XNOR? Is it possible you're reinventing an FPGA? $\endgroup$ Commented Oct 17, 2023 at 13:36
  • $\begingroup$ A FPGA performs any operation based on a deterministic algorithm , which is not what my circuit does. $\endgroup$ Commented Oct 17, 2023 at 14:17

1 Answer 1

0
$\begingroup$

No.

You can design a XNOR logic gate/circuit using standard CMOS transistors (typical transistor-level integrated circuit design) or basic logic gates (i.e., inverters, AND gates, and OR gates). You do not need a flip-flop.

Artificial neural networks perform pattern classification. Certain deep learning architectures, based on generative adversarial networks (GANs), can be used for generative AI. GANs are based on their ability to perform pattern classification.

General-purpose processors, like RISC-V, Intel, and ARM processors, are able to do a lot more computation than artificial neural networks, including deep learning approaches.

$\endgroup$

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.