geekquad/AlgoBook

Perceptrons

geekquad opened this issue · 13 comments

Implementations of the following:

  • Perceptron

  • Perceptron as AND operator

  • Perceptron as NAND operator

  • Perceptron as NOR operator

  • Perceptron as NOT operator

  • Perceptron as OR operator

  • Perceptron as XNOR operator

  • Perceptron as XOR operator

  • Softmax function

  • ReLU function

Needs to be added in "ml\Perceptrons" folder.

@geekquad Can you assign me Softmax function, ReLU function, Perceptron, and Perceptron as AND operator! Thanks.

Assigning

  • Softmax Function

  • ReLU Function

  • Perceptron

  • Perceptron as AND operator

to @friskycodeur.

can you assign me Perceptron XOR and XNOR implementation?

Assign me perceptron as NAND and NOR operator

Assigning Perceptron as NAND and NOR operator to @akash22022.

I am interested in solving these,

  • Perceptron as XNOR operator
  • Perceptron as XOR operator

Can you assign me?

Assigning Perceptron as NOT operator and OR operator to @abhinand5.

Assigning Perceptron as XNOR operator and XOR operator to @Iampradeepkundra.

@geekquad kindly assign the remaining Perceptron as XNOR and XOR operator to me. I can contribute towards them.

Assigning XNOR and XOR perceptron to @A-Pandey20.

@geekquad hey! I was assigned perceptrons XOR operator and have added a pull request for that. Kindly take a note.

@A-Pandey20, you were assigned XOR as well as XNOR. Do you want to opt-out of XNOR?
Also, PR for XOR is already merged.

@A-Pandey20, you were assigned XOR as well as XNOR. Do you want to opt-out of XNOR?
Also, PR for XOR is already merged.

@geekquad i am working on XNOR. XOR was completed so I created a pull request for it.

I will create another pr for XNOR once it is completed.