Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ajay-dhangar/algo

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @inkerton! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

inkerton opened a pull request on ajay-dhangar/algo
Create Reinforcement_Learning.md
## πŸ“₯ Pull Request ### Description Reinforcement Learning (RL) is a type of machine learning where an agent learns to make decisions by interacting with an environment to achieve a specific goal...
pratheekv39 created a comment on an issue on ajay-dhangar/algo
@ajay-dhangar I would love to work on this issue and also could you please change the labels to Level 2 as I am adding many algorithms ( 5 new algorithms ) .....Thanks :)

View on GitHub

github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @pratheekv39! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

pratheekv39 opened an issue on ajay-dhangar/algo
[Feature]: Addition of 5 more Algorithms under algorithms - > string-algorithms
### Feature Name Addition of more String Algorithms ### Feature Description I want to add the following algortihms under String Algorithms: 1)Finite State Automaton Algorithm 2)Ukkonen’s Algor...
github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚑️ Lighthouse Report for the Deploy Preview of this PR πŸš€ πŸ”— Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @inkerton! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

inkerton opened a pull request on ajay-dhangar/algo
Create Long_Short_Term_Memory.md
## πŸ“₯ Pull Request ### Description Long Short-Term Memory (LSTM) is a special type of Recurrent Neural Network (RNN) architecture designed to learn long-term dependencies. It addresses the vanis...
github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚑️ Lighthouse Report for the Deploy Preview of this PR πŸš€ πŸ”— Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @inkerton! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

inkerton opened a pull request on ajay-dhangar/algo
Create Recurrent_Neural_Network.md
## πŸ“₯ Pull Request ### Description Recurrent Neural Networks (RNNs) are a class of artificial neural networks designed for modeling sequential data by introducing loops that allow information to...
github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚑️ Lighthouse Report for the Deploy Preview of this PR πŸš€ πŸ”— Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @inkerton! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

inkerton opened a pull request on ajay-dhangar/algo
Create Convolutional_Neural_Network.md
## πŸ“₯ Pull Request ### Description Convolutional Neural Networks (CNNs) are a class of deep neural networks specifically designed to process data with a grid-like structure, such as images. CNNs...
github-actions[bot] created a comment on a pull request on ajay-dhangar/algo
### ⚑️ Lighthouse Report for the Deploy Preview of this PR πŸš€ πŸ”— Site: [Algo](https://github.com/ajay-dhangar/algo) | [Live Site](https://ajay-dhangar.github.io/algo/) | URL 🌐 | Performance | Acces...

View on GitHub

github-actions[bot] created a review on a pull request on ajay-dhangar/algo
πŸŽ‰ Great job, @inkerton! Thank you for submitting your pull request. We appreciate your contribution, and our team will review it shortly.<p></p>

View on GitHub

inkerton opened a pull request on ajay-dhangar/algo
Create Autoencoders.md
## πŸ“₯ Pull Request ### Description Autoencoders are a type of artificial neural network used to learn efficient representations of data in an unsupervised manner. Their goal is to map input data...
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @yashksaini-coder! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

yashksaini-coder created a comment on an issue on ajay-dhangar/algo
@ajay-dhangar can you review this issue & assign it to me

View on GitHub

yashksaini-coder opened an issue on ajay-dhangar/algo
[Idea]: Interactive HTML based Decision tree
### Idea Title Decision tree algo ### Idea Description I proposed an algorithm for the Decision tree machine learning model. The main approach is to create either a Sankey or Tree node template....
github-actions[bot] created a comment on an issue on ajay-dhangar/algo
πŸ‘‹ Hi @AE-Hertz! Thanks for opening this issue. We appreciate your contribution to the Algo project. Our team will review it soon.<p></p>

View on GitHub

AE-Hertz created a comment on an issue on ajay-dhangar/algo
/assignme

View on GitHub

AE-Hertz opened an issue on ajay-dhangar/algo
feat: add a horizontal progress bar on top.
add a horizontal progress bar to show the user how much they has scrolled and how much content is left. I am expecting a level 2 label and , assign me this under gssoc-ext and hacktoberfest la...
akash70629 created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar Please review and merge the code.

View on GitHub

ajay-dhangar closed an issue on ajay-dhangar/algo
Hidden Markov Models (HMM)
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/ajay-dhangar/algo/blob/main/CONTRIBUTING.md). ### Description...
ajay-dhangar closed an issue on ajay-dhangar/algo
Singular Value Decomposition (SVD) Algorithm
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/ajay-dhangar/algo/blob/main/CONTRIBUTING.md). ### Description...
KapuluruBhuvaneswariVspdbct created a comment on a pull request on ajay-dhangar/algo
@ajay-dhangar sir please merge this pr

View on GitHub

Riyachauhan11 starred ajay-dhangar/algo
Kunj05 forked ajay-dhangar/algo

Kunj05/algo

ADITHYA-NS forked ajay-dhangar/algo

ADITHYA-NS/algo

Load more