Skip to content
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

Added algo Independent Component Analysis(ICA) #1272

Merged
merged 2 commits into from
Oct 26, 2024

Conversation

siri-chandana-macha
Copy link
Contributor

📥 Pull Request

Fixes #1227

Description

Added Independent Component Analysis (ICA) with an overview, key concepts, complexity, and Python code example, enhancing the repository’s machine learning resources. Detailed ICA’s role in signal separation applications.

@ajay-dhangar please add all the labels in #1227

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👋 Hi @siri-chandana-macha! Thank you for submitting your first pull request to the Algo project. Great job on the contribution! 🎉 We appreciate your efforts, and our team will review it soon. If you have any questions, feel free to ask. Keep up the great work! 🚀

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Great job, @siri-chandana-macha! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.

Copy link

github-actions bot commented Oct 25, 2024

⚡️ Lighthouse Report for the Deploy Preview of this PR 🚀

🔗 Site: Algo | Live Site

URL 🌐 Performance Accessibility Best Practices SEO 📊
/algo/ 🔴 40 🟡 87 🟡 75 🟡 71 📄
/algo/docs 🟡 54 🟢 96 🟡 75 🟢 100 📄
/algo/blog 🟡 67 🟢 92 🟢 96 🟡 86 📄

@ajay-dhangar ajay-dhangar added gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. level1 GirlScript Summer of Code | Contributor's Levels labels Oct 25, 2024
Copy link
Owner

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please read our contribution guideline for a better understanding of our format and expectations. When writing content, please follow the guidelines to ensure that your contributions are accepted.

And also, can't modify package-lock.json file

docs/machine-learning/Independent Component Analysis.md Outdated Show resolved Hide resolved
@siri-chandana-macha
Copy link
Contributor Author

@ajay-dhangar I’ve updated the math notation as requested and have reviewed the contribution guidelines.
Additionally, I’ve ensured no modifications were made to the package-lock.json file.

Please let me know if any further adjustments are needed!

Copy link
Owner

@ajay-dhangar ajay-dhangar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@ajay-dhangar ajay-dhangar merged commit d1aa8e0 into ajay-dhangar:main Oct 26, 2024
5 checks passed
@siri-chandana-macha
Copy link
Contributor Author

siri-chandana-macha commented Oct 26, 2024

@ajay-dhangar Can you please add hacktoberfest-accepted label?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext Contributions made as part of GirlScript Summer of Code Extended Edition. level1 GirlScript Summer of Code | Contributor's Levels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature]: Adding new ML Algo Independent Component Analysis (ICA)
2 participants