|
| 1 | +Acme |
| 2 | +---- |
| 3 | + |
| 4 | +Acme is a library of reinforcement learning (RL) agents and agent |
| 5 | +building blocks. Acme strives to expose simple, efficient, and readable |
| 6 | +agents, that serve both as reference implementations of popular |
| 7 | +algorithms and as strong baselines, while still providing enough |
| 8 | +flexibility to do novel research. The design of Acme also attempts to |
| 9 | +provide multiple points of entry to the RL problem at differing levels |
| 10 | +of complexity. |
| 11 | + |
| 12 | +Overall Acme strives to expose simple, efficient, and readable agent |
| 13 | +baselines while still providing enough flexibility to create novel |
| 14 | +implementations. |
| 15 | + |
| 16 | +| |
| 17 | +
|
| 18 | +=================== ================================ |
| 19 | +**SBB License** Apache License 2.0 |
| 20 | +**Core Technology** Python |
| 21 | +**Project URL** https://github.com/deepmind/acme |
| 22 | +**Source Location** https://github.com/deepmind/acme |
| 23 | +**Tag(s)** ML Framework |
| 24 | +=================== ================================ |
| 25 | + |
1 | 26 | AdaNet
|
2 | 27 | ------
|
3 | 28 |
|
@@ -433,13 +458,12 @@ Detectron2
|
433 | 458 | Detectron is Facebook AI Research’s software system that implements
|
434 | 459 | state-of-the-art object detection algorithms, including `Mask
|
435 | 460 | R-CNN <https://arxiv.org/abs/1703.06870>`__. Detectron2 is a ground-up
|
436 |
| -rewrite of Detectron that started with |
437 |
| -`maskrcnn-benchmark <https://l.facebook.com/l.php?u=https%3A%2F%2Fgithub.com%2Ffacebookresearch%2Fmaskrcnn-benchmark&h=AT319oEA09Ii1ImdzCG3ab0uX1B-ZQt1zK0xx8FCoUxqKgsnpO6TK9lH5zQN4pB2RZ1oU14K4rFCQXZywkDlWVC4XOMey364uCudl3aMAi7rjLHeteB0t5gqnVBhtgHeEKy1Nh36LvfZXw>`__. |
438 |
| -The platform is now implemented in `PyTorch <https://pytorch.org/>`__. |
439 |
| -With a new, more modular design. Detectron2 is flexible and extensible, |
440 |
| -and able to provide fast training on single or multiple GPU servers. |
441 |
| -Detectron2 includes high-quality implementations of state-of-the-art |
442 |
| -object detection algorithms, |
| 461 | +rewrite of Detectron that started with maskrcnn-benchmark. The platform |
| 462 | +is now implemented in `PyTorch <https://pytorch.org/>`__. With a new, |
| 463 | +more modular design. Detectron2 is flexible and extensible, and able to |
| 464 | +provide fast training on single or multiple GPU servers. Detectron2 |
| 465 | +includes high-quality implementations of state-of-the-art object |
| 466 | +detection algorithms, |
443 | 467 |
|
444 | 468 | New in Detctron 2:
|
445 | 469 |
|
@@ -581,6 +605,46 @@ applications, or it can be used to train a powerful end model.
|
581 | 605 | **Tag(s)** ML Framework, Python
|
582 | 606 | =================== ============================================
|
583 | 607 |
|
| 608 | +Karate Club |
| 609 | +----------- |
| 610 | + |
| 611 | +Karate Club is an unsupervised machine learning extension library for |
| 612 | +`NetworkX <https://networkx.github.io/>`__. |
| 613 | + |
| 614 | +*Karate Club* consists of state-of-the-art methods to do unsupervised |
| 615 | +learning on graph structured data. To put it simply it is a Swiss Army |
| 616 | +knife for small-scale graph mining research. First, it provides network |
| 617 | +embedding techniques at the node and graph level. Second, it includes a |
| 618 | +variety of overlapping and non-overlapping community detection methods. |
| 619 | +Implemented methods cover a wide range of network science (NetSci, |
| 620 | +Complenet), data mining (`ICDM <http://icdm2019.bigke.org/>`__, |
| 621 | +`CIKM <http://www.cikm2019.net/>`__, |
| 622 | +`KDD <https://www.kdd.org/kdd2020/>`__), artificial intelligence |
| 623 | +(`AAAI <http://www.aaai.org/Conferences/conferences.php>`__, |
| 624 | +`IJCAI <https://www.ijcai.org/>`__) and machine learning |
| 625 | +(`NeurIPS <https://nips.cc/>`__, `ICML <https://icml.cc/>`__, |
| 626 | +`ICLR <https://iclr.cc/>`__) conferences, workshops, and pieces from |
| 627 | +prominent journals. |
| 628 | + |
| 629 | +The documentation can be found at: |
| 630 | +https://karateclub.readthedocs.io/en/latest/ |
| 631 | + |
| 632 | +The Karate ClubAPI draws heavily from the ideas of scikit-learn and |
| 633 | +theoutput generated is suitable as input for scikit-learn’s |
| 634 | +machinelearning procedures. |
| 635 | + |
| 636 | +The paper can be found at: https://arxiv.org/pdf/2003.04819.pdf |
| 637 | + |
| 638 | +| |
| 639 | +
|
| 640 | +=================== ================================================= |
| 641 | +**SBB License** GNU General Public License (GPL) 3.0 |
| 642 | +**Core Technology** Python |
| 643 | +**Project URL** https://karateclub.readthedocs.io/en/latest/ |
| 644 | +**Source Location** https://github.com/benedekrozemberczki/karatecluB |
| 645 | +**Tag(s)** ML Framework |
| 646 | +=================== ================================================= |
| 647 | + |
584 | 648 | Keras
|
585 | 649 | -----
|
586 | 650 |
|
@@ -984,6 +1048,45 @@ resources for your team or organization.
|
984 | 1048 | **Tag(s)** ML, ML Framework
|
985 | 1049 | =================== ====================================
|
986 | 1050 |
|
| 1051 | +PyCaret |
| 1052 | +------- |
| 1053 | + |
| 1054 | +PyCaret is an open source ``low-code`` machine learning library in |
| 1055 | +Python that aims to reduce the hypothesis to insights cycle time in a ML |
| 1056 | +experiment. It enables data scientists to perform end-to-end experiments |
| 1057 | +quickly and efficiently. In comparison with the other open source |
| 1058 | +machine learning libraries, PyCaret is an alternate low-code library |
| 1059 | +that can be used to perform complex machine learning tasks with only few |
| 1060 | +lines of code. PyCaret is essentially a Python wrapper around several |
| 1061 | +machine learning libraries and frameworks such as ``scikit-learn``, |
| 1062 | +``XGBoost``, ``Microsoft LightGBM``, ``spaCy`` and many more. |
| 1063 | + |
| 1064 | +The design and simplicity of PyCaret is inspired by the emerging role of |
| 1065 | +``citizen data scientists``, a term first used by Gartner. Citizen Data |
| 1066 | +Scientists are ``power users`` who can perform both simple and |
| 1067 | +moderately sophisticated analytical tasks that would previously have |
| 1068 | +required more expertise. Seasoned data scientists are often difficult to |
| 1069 | +find and expensive to hire but citizen data scientists can be an |
| 1070 | +effective way to mitigate this gap and address data related challenges |
| 1071 | +in business setting. |
| 1072 | + |
| 1073 | +PyCaret claims to be ``imple``, ``easy to use`` and |
| 1074 | +``deployment ready``. All the steps performed in a ML experiment can be |
| 1075 | +reproduced using a pipeline that is automatically developed and |
| 1076 | +orchestrated in PyCaret as you progress through the experiment. A |
| 1077 | +``pipeline`` can be saved in a binary file format that is transferable |
| 1078 | +across environments. |
| 1079 | + |
| 1080 | +| |
| 1081 | +
|
| 1082 | +=================== ================================== |
| 1083 | +**SBB License** MIT License |
| 1084 | +**Core Technology** Python |
| 1085 | +**Project URL** https://www.pycaret.org |
| 1086 | +**Source Location** https://github.com/pycaret/pycaret |
| 1087 | +**Tag(s)** ML Framework |
| 1088 | +=================== ================================== |
| 1089 | + |
987 | 1090 | Pylearn2
|
988 | 1091 | --------
|
989 | 1092 |
|
|
0 commit comments