#
Algorithm
Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly.
Here are 1,464 public repositories matching this topic...
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
python
development
algorithm
programming
data-structure
interview
competitive-programming
coding
interview-practice
interview-questions
-
Updated
Aug 5, 2020 - Python
Minimal examples of data structures and algorithms in Python
-
Updated
Aug 24, 2020 - Python
项目永久冻结,迁移至新地址:
-
Updated
Jul 17, 2019 - Python
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
python
machine-learning
algorithm
video
gpu
detection
prediction
python3
artificial-intelligence
artificial-neural-networks
image-recognition
densenet
object-detection
squeezenet
inceptionv3
offline-capable
image-prediction
imageai
ai-practice-recommendations
-
Updated
Aug 27, 2020 - Python
An Industrial Grade Federated Learning Framework
-
Updated
Aug 27, 2020 - Python
This repository contains coding interviews that I have encountered in company interviews
interviewing
algorithm
algorithms
interview
interviews
interview-practice
interview-questions
algorithm-challenges
coding-interviews
coding-challenge
interview-test
coding-challenges
interview-prep
interview-preparation
algorithms-datastructures
google-interview
algorithms-and-data-structures
amazon-interview
company-challenges
company-interviews
-
Updated
Dec 16, 2019 - Python
Compute distance between sequences. 30+ algorithms, pure python implementation, common interface, optional external libs usage.
python
diff
algorithm
compression
algorithms
distance
levenshtein
levenshtein-distance
jellyfish
damerau-levenshtein
distance-calculation
hamming-distance
damerau-levenshtein-distance
textdistance
-
Updated
Apr 13, 2020 - Python
Python Library for Studying Binary Trees
python
learning
algorithm
data-structure
python-library
interview
python3
data-structures
binary-search-tree
binary-tree
heap
interview-practice
python-3
python-2
binary-trees
practise
python2
bst
heaps
-
Updated
Jun 12, 2020 - Python
Artificial intelligence for the Snake game.
game
python
algorithm
reinforcement-learning
deep-reinforcement-learning
artificial-intelligence
snake
graph-theory
-
Updated
May 10, 2020 - Python
👏🏻 leetcode solutions for Humans™
python
google
algorithm
algorithms
leetcode
interview
interview-practice
algorithm-competitions
leetcode-solutions
interview-questions
algorithm-challenges
interview-test
interview-preparation
algorithms-datastructures
leetcode-python
algorithms-and-data-structures
python-leetcode
algiorithimcs
-
Updated
Oct 23, 2019 - Python
marcosfede
commented
Mar 26, 2018
We need to improve the comments explaining the main ideas / insights of the solution
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
algorithm
deep-learning
deep-reinforcement-learning
pytorch
dqn
policy-gradient
sarsa
resnet
a3c
reinforce
sac
alphago
actor-critic
trpo
ppo
a2c
actor-critic-algorithm
td3
-
Updated
Mar 18, 2020 - Python
RecQ: A Python Framework for Recommender Systems (TensorFlow Based)
-
Updated
Aug 8, 2020 - Python
Python implementation of the Rapid Automatic Keyword Extraction algorithm using NLTK.
-
Updated
Oct 22, 2019 - Python
9
KingAkeem
commented
Sep 14, 2018
All suggestions are welcome. Let's talk about what you'd like to see be added to TorBot and we can work on incorporating it into v2. This will be used to track your suggestions.
5
A research toolkit for particle swarm optimization in Python
machine-learning
algorithm
optimization
global-optimization
optimization-tools
optimization-algorithms
particle-swarm-optimization
pso
metaheuristics
discrete-optimization
swarm-intelligence
-
Updated
Jul 10, 2020 - Python
-
Updated
May 19, 2020 - Python
a generative algorithm
-
Updated
May 23, 2018 - Python
python
machine-learning
library
algorithm
optimization
genetic-algorithm
machine-learning-algorithms
artificial-intelligence
genetic-algorithm-framework
simulated-annealing
hill-climbing
evolutionary-algorithm
optimization-algorithms
particle-swarm-optimization
tabu-search
stochastic-optimizers
metaheuristics
discrete-optimization
harmony-search
continuous-optimization
-
Updated
Jul 19, 2019 - Python
leonardbinet
commented
Mar 1, 2020
IMO we should keep only __contains__ method
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
python
nlp
chat
qa
machine-learning
natural-language-processing
algorithm
database
neo4j
graph
chatbot
nlu
python3
context
kb
question-answering
natural-language-understanding
sentence-similarity
-
Updated
Jun 29, 2020 - Python
用PaddlePaddle和Tensorflow实现常用的深度学习算法
-
Updated
May 14, 2019 - Python
A library implementing different string similarity and distance measures using Python.
-
Updated
Jul 3, 2020 - Python
Various Algorithms for Short Text Mining
python
package
machine-learning
natural-language-processing
text-mining
algorithm
neural-network
python-library
topic-modeling
-
Updated
Aug 24, 2020 - Python
Cryoris
commented
Jul 3, 2020
What is the expected enhancement?
>>> from qiskit.aqua.operators import I, X
>>> (0 * X + I) == I
False # should be TrueA possible solution would be to add a ``SummedOp.chop_summands(threshold=0)
- Wikipedia
- Wikipedia
currently, some of the programs use static type checking like this program but some of the programs did not use static typing.
it's a good practice to use static typing as it makes code more clear and readable, should we make it a standard for this repository.we can use mypy for