mirror of
https://github.com/josephmisiti/awesome-machine-learning.git
synced 2024-11-20 11:27:48 -05:00
Merge pull request #1001 from debashishc/master
docs(readme): added EspNet tool for speech processing tasks in Python
This commit is contained in:
commit
a9cfd245f6
1 changed files with 5 additions and 0 deletions
|
@ -131,6 +131,7 @@ Further resources:
|
||||||
- [Federated Learning](#python-federated-learning)
|
- [Federated Learning](#python-federated-learning)
|
||||||
- [Kaggle Competition Source Code](#python-kaggle-competition-source-code)
|
- [Kaggle Competition Source Code](#python-kaggle-competition-source-code)
|
||||||
- [Reinforcement Learning](#python-reinforcement-learning)
|
- [Reinforcement Learning](#python-reinforcement-learning)
|
||||||
|
- [Speech Recognition](#python-speech-recognition)
|
||||||
- [Ruby](#ruby)
|
- [Ruby](#ruby)
|
||||||
- [Natural Language Processing](#ruby-natural-language-processing)
|
- [Natural Language Processing](#ruby-natural-language-processing)
|
||||||
- [General-Purpose Machine Learning](#ruby-general-purpose-machine-learning)
|
- [General-Purpose Machine Learning](#ruby-general-purpose-machine-learning)
|
||||||
|
@ -1475,6 +1476,10 @@ be
|
||||||
* [RLlib](https://github.com/ray-project/ray) - RLlib is an industry level, highly scalable RL library for tf and torch, based on Ray. It's used by companies like Amazon and Microsoft to solve real-world decision making problems at scale.
|
* [RLlib](https://github.com/ray-project/ray) - RLlib is an industry level, highly scalable RL library for tf and torch, based on Ray. It's used by companies like Amazon and Microsoft to solve real-world decision making problems at scale.
|
||||||
* [DI-engine](https://github.com/opendilab/DI-engine) - DI-engine is a generalized Decision Intelligence engine. It supports most basic deep reinforcement learning (DRL) algorithms, such as DQN, PPO, SAC, and domain-specific algorithms like QMIX in multi-agent RL, GAIL in inverse RL, and RND in exploration problems.
|
* [DI-engine](https://github.com/opendilab/DI-engine) - DI-engine is a generalized Decision Intelligence engine. It supports most basic deep reinforcement learning (DRL) algorithms, such as DQN, PPO, SAC, and domain-specific algorithms like QMIX in multi-agent RL, GAIL in inverse RL, and RND in exploration problems.
|
||||||
|
|
||||||
|
<a name="python-speech-recognition"></a>
|
||||||
|
#### Speech Recognition
|
||||||
|
* [EspNet](https://github.com/espnet/espnet) - ESPnet is an end-to-end speech processing toolkit for tasks like speech recognition, translation, and enhancement, using PyTorch and Kaldi-style data processing.
|
||||||
|
|
||||||
<a name="ruby"></a>
|
<a name="ruby"></a>
|
||||||
## Ruby
|
## Ruby
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue