Skip to content

Commit e99ca96

Browse files
Added Graph Representation learning and awesome
Added section about graph representation learning and 6 Awesome Repos.
1 parent ed189ea commit e99ca96

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

README.md

+18-7
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,12 @@ Plotting learning curve: [link](http://www.ritchieng.com/machinelearning-learnin
523523
[autokeras](https://github.com/jhfjhfj1/autokeras) - AutoML for deep learning.
524524
[nni](https://github.com/Microsoft/nni) - Toolkit for neural architecture search and hyper-parameter tuning by Microsoft.
525525
[automl-gs](https://github.com/minimaxir/automl-gs) - Automated machine learning.
526-
[mljar](https://github.com/mljar/mljar-supervised) - Automated machine learning.
526+
[mljar](https://github.com/mljar/mljar-supervised) - Automated machine learning.
527+
528+
#### Graph Representation Learning
529+
[Karate Club](https://github.com/rusty1s/pytorch_geometric) - Unsupervised learning on graphs.
530+
[Pytorch Geometric](https://github.com/benedekrozemberczki/karateclub) - Graph representation learning with PyTorch.
531+
[DLG](https://github.com/dmlc/dgl) - Graph representation learning with TensorFlow.
527532

528533
#### Evolutionary Algorithms & Optimization
529534
[deap](https://github.com/DEAP/deap) - Evolutionary computation framework (Genetic Algorithm, Evolution strategies).
@@ -622,17 +627,23 @@ Gilbert Strang - [Matrix Methods in Data Analysis, Signal Processing, and Machin
622627
[Awesome AI on Kubernetes](https://github.com/CognonicLabs/awesome-AI-kubernetes)
623628
[Awesome Big Data](https://github.com/onurakpolat/awesome-bigdata)
624629
[Awesome Business Machine Learning](https://github.com/firmai/business-machine-learning)
625-
[Awesome Causality](https://github.com/rguo12/awesome-causality-algorithms)
626-
[Awesome CSV](https://github.com/secretGeek/AwesomeCSV)
630+
[Awesome Causality](https://github.com/rguo12/awesome-causality-algorithms)
631+
[Awesome Community Detection](https://github.com/benedekrozemberczki/awesome-community-detection)
632+
[Awesome CSV](https://github.com/secretGeek/AwesomeCSV)
627633
[Awesome Data Science with Ruby](https://github.com/arbox/data-science-with-ruby)
628634
[Awesome Dash](https://github.com/ucg8j/awesome-dash)
629-
[Awesome Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning)
635+
[Awesome Decision Trees](https://github.com/benedekrozemberczki/awesome-decision-tree-papers)
636+
[Awesome Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning)
630637
[Awesome ETL](https://github.com/pawl/awesome-etl)
631-
[Awesome Financial Machine Learning](https://github.com/firmai/financial-machine-learning)
632-
[Awesome GAN Applications](https://github.com/nashory/gans-awesome-applications)
638+
[Awesome Financial Machine Learning](https://github.com/firmai/financial-machine-learning)
639+
[Awesome Fraud Detection](https://github.com/benedekrozemberczki/awesome-fraud-detection-papers)
640+
[Awesome GAN Applications](https://github.com/nashory/gans-awesome-applications)
641+
[Awesome Graph Classification](https://github.com/benedekrozemberczki/awesome-graph-classification)
642+
[Awesome Gradient Boosting](https://github.com/benedekrozemberczki/awesome-gradient-boosting-papers)
633643
[Awesome Machine Learning](https://github.com/josephmisiti/awesome-machine-learning#python)
634644
[Awesome Machine Learning Interpretability](https://github.com/jphall663/awesome-machine-learning-interpretability)
635-
[Awesome Machine Learning Operations](https://github.com/EthicalML/awesome-machine-learning-operations)
645+
[Awesome Machine Learning Operations](https://github.com/EthicalML/awesome-machine-learning-operations)
646+
[Awesome Monte Carlo Tree Search](https://github.com/benedekrozemberczki/awesome-monte-carlo-tree-search-papers)
636647
[Awesome Online Machine Learning](https://github.com/MaxHalford/awesome-online-machine-learning)
637648
[Awesome Python](https://github.com/vinta/awesome-python)
638649
[Awesome Python Data Science](https://github.com/krzjoa/awesome-python-datascience)

0 commit comments

Comments
 (0)