#
research
Here are 2,497 public repositories matching this topic...
Open source simulator for autonomous vehicles built on Unreal Engine / Unity, from Microsoft AI & Research
simulator
research
ai
computer-vision
cross-platform
deep-reinforcement-learning
artificial-intelligence
pixhawk
self-driving-car
unreal-engine
drones
deeplearning
control-systems
platform-independent
autonomous-quadcoptor
autonomous-vehicles
airsim
-
Updated
Jan 25, 2021 - C++
Open-source simulator for autonomous driving research.
simulator
research
ai
computer-vision
deep-learning
cross-platform
deep-reinforcement-learning
artificial-intelligence
ros
self-driving-car
ue4
autonomous-driving
autonomous-vehicles
imitation-learning
unreal-engine-4
carla
carla-simulator
-
Updated
Jan 25, 2021 - C++
Accelerated deep learning R&D
python
infrastructure
machine-learning
natural-language-processing
information-retrieval
research
reinforcement-learning
computer-vision
deep-learning
text-classification
distributed-computing
image-processing
pytorch
image-classification
metric-learning
recommender-system
object-detection
image-segmentation
reproducibility
text-segmentation
-
Updated
Jan 24, 2021 - Python
Lingvo
nlp
research
translation
tensorflow
machine-translation
speech
distributed
tts
speech-synthesis
mnist
speech-recognition
lm
seq2seq
speech-to-text
gpu-computing
language-model
asr
-
Updated
Jan 26, 2021 - Python
List of articles related to deep learning applied to music
audio
music
lists
list
machine-learning
awesome
deep-neural-networks
research
deep-learning
neural-network
article
unicorns
resources
music-information-retrieval
neural-networks
awesome-list
deeplearning
bib
music-genre-classification
audio-processing
-
Updated
Dec 16, 2020 - TeX
Turn Python scripts into handouts with Markdown and figures
-
Updated
Jun 5, 2020 - Python
A library of reinforcement learning components and agents
-
Updated
Jan 25, 2021 - Python
OpenBot leverages smartphones as brains for low-cost robots. We have designed a small electric vehicle that costs about $50 and serves as a robot body. Our software stack for Android smartphones supports advanced robotics workloads such as person following and real-time autonomous navigation.
-
Updated
Jan 25, 2021 - Java
-
Updated
Sep 28, 2020 - Jupyter Notebook
A list of computer-science readings I recommend
computer-science
science
research
compiler
static-analysis
concurrency
parallel-computing
reading
garbage-collection
operating-system
type-system
academia
-
Updated
Jan 17, 2020
Open
Don't bunde the data
6
ivan-aksamentov
commented
Jun 15, 2020
Collection of quality safety articles. Awesome articles.
github
java
dns
security
list
awesome
cloud
research
web
hacking
waf
xss
bug-bounty
src
pentest
hacker
acknowledgments
fuzz
sec
ruby-programs
redteam
bounty-hunters
quality-safety-articles
-
Updated
Jan 13, 2021
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
python
data-science
machine-learning
statistics
research
deep-learning
neural-network
gpu
optimization
scikit-learn
pytorch
econometrics
data-analysis
tensor
regression-models
statsmodels
-
Updated
Sep 18, 2020 - Jupyter Notebook
A modern experimental OS written from scratch in Rust to explore novel OS structure, state management techniques, and how to maximally leverage the power of language by shifting OS responsibilities into the compiler.
-
Updated
Jan 22, 2021 - Rust
Comprehensive list of resources on the topic of digital morphogenesis (the creation of form through code). Includes links to major articles, code repos, creative projects, books, software, and more.
-
Updated
Dec 31, 2020
-
Updated
Oct 9, 2020
IBM Fully Homomorphic Encryption Toolkit For Linux. This toolkit is a Linux based Docker container that demonstrates computing on encrypted data without decrypting it! The toolkit ships with two demos including a fully encrypted Machine Learning inference with a Neural Network and a Privacy-Preserving key-value search.
security
cryptography
crypto
encryption
research
research-tool
ibm
encryption-algorithms
encryption-decryption
security-tools
-
Updated
Jan 26, 2021 - C++
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
machine-learning
research
deep-learning
tensorflow
sklearn
pytorch
deepwalk
convolution
node2vec
graph-classification
capsule-network
graph-attention-networks
capsule-neural-networks
graph-attention-model
struc2vec
graph-convolution
gnn
graph-neural-network
capsgnn
-
Updated
Jan 24, 2021 - Python
brettkromkamp
commented
Oct 5, 2019
Self-explanatory.
Shared repository for open-sourced projects from the Google AI Language team.
-
Updated
Jan 13, 2021 - Python
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
game
python
agent
machine-learning
research
reinforcement-learning
ai
deep-reinforcement-learning
pygame
artificial-intelligence
-
Updated
Dec 15, 2020 - Python
Maintained collection of OSINT related resources. (All Free & Actionable)
-
Updated
Jan 4, 2021
Improve this page
Add a description, image, and links to the research topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the research topic, visit your repo's landing page and select "manage topics."
According to @rspadim, functions in
entropy.py
could use numpy array instead of strings, as it's better to numba.Guide on how to implement this is available in the comments in PR #311 .