Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tensorflow | 172,434 | 327 | 77 | 8 hours ago | 46 | October 23, 2019 | 2,292 | apache-2.0 | C++ | |
An Open Source Machine Learning Framework for Everyone | ||||||||||
Transformers | 87,738 | 64 | 911 | 7 hours ago | 91 | June 21, 2022 | 617 | apache-2.0 | Python | |
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX. | ||||||||||
Pytorch | 64,398 | 146 | 7 hours ago | 23 | August 10, 2022 | 11,485 | other | C++ | ||
Tensors and Dynamic neural networks in Python with strong GPU acceleration | ||||||||||
Keras | 57,713 | 330 | a day ago | 68 | May 13, 2022 | 372 | apache-2.0 | Python | ||
Deep Learning for humans | ||||||||||
Cs Video Courses | 53,706 | 6 days ago | 14 | |||||||
List of Computer Science courses with video lectures. | ||||||||||
Faceswap | 43,824 | 25 days ago | 15 | gpl-3.0 | Python | |||||
Deepfakes Software For All | ||||||||||
Tensorflow Examples | 42,312 | 5 months ago | 218 | other | Jupyter Notebook | |||||
TensorFlow Tutorial and Examples for Beginners (support TF v1 & v2) | ||||||||||
D2l Zh | 40,601 | 1 | 3 days ago | 45 | March 25, 2022 | 21 | apache-2.0 | Python | ||
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被60多个国家的400多所大学用于教学。 | ||||||||||
100 Days Of Ml Code | 40,344 | 13 days ago | 61 | mit | ||||||
100 Days of ML Coding | ||||||||||
Deepfacelab | 37,877 | 14 days ago | 510 | gpl-3.0 | Python | |||||
DeepFaceLab is the leading software for creating deepfakes. |
Skater is a unified framework to enable Model Interpretation for all forms of model to help one build an Interpretable machine learning system often needed for real world use-cases(** we are actively working towards to enabling faithful interpretability for all forms models). It is an open source python library designed to demystify the learned structures of a black box model both globally(inference on the basis of a complete data set) and locally(inference about an individual prediction).
The project was started as a research idea to find ways to enable better interpretability(preferably human interpretability) to predictive "black boxes" both for researchers and practioners. The project is still in beta phase.
pip
Option 1: without rule lists and without deepinterpreter
pip install -U skater
Option 2: without rule lists and with deep-interpreter:
1. Ubuntu: pip3 install --upgrade tensorflow (follow instructions at https://www.tensorflow.org/install/ for details and best practices)
2. sudo pip install keras
3. pip install -U skater==1.1.2
Option 3: For everything included
1. conda install gxx_linux-64
2. Ubuntu: pip3 install --upgrade tensorflow (follow instructions https://www.tensorflow.org/install/ for
details and best practices)
3. sudo pip install keras
4. sudo pip install -U --no-deps --force-reinstall --install-option="--rl=True" skater==1.1.2
To get the latest changes try cloning the repo and use the below mentioned commands to get started,
1. conda install gxx_linux-64
2. Ubuntu: pip3 install --upgrade tensorflow (follow instructions https://www.tensorflow.org/install/ for
details and best practices)
3. sudo pip install keras
4. git clone the repo
5. sudo python setup.py install --ostype=linux-ubuntu --rl=True
python skater/tests/all_tests.py
python -c "from skater.tests.all_tests import run_tests; run_tests()"
See examples
folder for usage examples.
This project welcomes contributions from the community. Before submitting a pull request, please review our contribution guide
Please consult the security guide for our responsible security vulnerability disclosure process
Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Released under the Universal Permissive License v1.0 as shown at https://oss.oracle.com/licenses/upl/.