-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perceptrons #239
Comments
@geekquad Can you assign me Softmax function, ReLU function, Perceptron, and Perceptron as AND operator! Thanks. |
Assigning
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,
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? |
@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. |
Implementations of the following:
PerceptronPerceptron as AND operatorPerceptron as NAND operatorPerceptron as NOR operatorPerceptron as NOT operatorPerceptron as OR operatorPerceptron as XNOR operator
Perceptron as XOR operatorSoftmax functionReLU functionNeeds to be added in "ml\Perceptrons" folder.
The text was updated successfully, but these errors were encountered: