dsc-tiu / open-source-ml-ai

Open source repository for first time contributors who are ML-AI enthusiasts. Maintainer: Aryan Pareek @diffrxction
MIT License
5 stars 13 forks source link

Deep Learning Documentation Needed. #8

Open diffrxction opened 1 year ago

diffrxction commented 1 year ago

Need documentation on simple perceptron and their implementation from scratch. Code should not be copy pasted from online sources. Please attach relevant documentation with images in markdown files.

ArmaanSeth commented 1 year ago

Hi @diffrxction I would like to work on this on too. Let me know if I go ahead on this one.

Just to be sure by deep learning you mean Neural Networks.

diffrxction commented 1 year ago

Hi @diffrxction I would like to work on this on too. Let me know if I go ahead on this one.

Just to be sure by deep learning you mean Neural Networks.

Sure @ArmaanSeth, feel free to go ahead and add code and documentation in the same format as earlier.

You can start with single layer perceptrons and then move ahead to bigger neural networks as is convenient for you. For each different type of neural network, maintain a seperate subfolder for Python code and documentation. Thank you!

ArmaanSeth commented 1 year ago

@diffrxction ,Okay so I'll make two code files one with single hidden layer(perceptron) and another with two hidden layers.

ArmaanSeth commented 1 year ago

@diffrxction Hi just noticed that I have still not received the confirmation of the merge of my pull request. I am new at this can you help me out. Are there any changes that I have to do in my code/documentation since the issue is still active, please let me know about that. Regards Armaan Seth

diffrxction commented 1 year ago

@diffrxction Hi just noticed that I have still not received the confirmation of the merge of my pull request. I am new at this can you help me out. Are there any changes that I have to do in my code/documentation since the issue is still active, please let me know about that. Regards Armaan Seth

Which pull request @ArmaanSeth? This #18 ? I have already approved and merged this to the main branch of the repository. In case you are referring to a confirmation from Hacktoberfest then I guess you need to wait for 7 days before they can verify and validate your contribution.

If your query is still not resolved then please reply to this with a comment containing the screenshot or more details about your problem.

Regards, Aryan Pareek

ArmaanSeth commented 1 year ago

Thanks for your help, my issue is now resolved , earlier this merge was not reflecting in hactoberfest page, it took a while but it appeared on the page Regards Armaan Seth

diffrxction commented 1 year ago

Thanks for your help, my issue is now resolved , earlier this merge was not reflecting in hactoberfest page, it took a while but it appeared on the page Regards Armaan Seth

Glad to help!