#
research
Here are 2,832 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
Oct 1, 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
Oct 1, 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
Sep 30, 2021 - Python
A library of reinforcement learning components and agents
-
Updated
Oct 1, 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
Oct 2, 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
This repo contains annotated research papers that I found really good and useful
-
Updated
Sep 7, 2021
Turn Python scripts into handouts with Markdown and figures
-
Updated
Aug 28, 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
Oct 1, 2021 - Java
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
Sep 20, 2021
-
Updated
Sep 27, 2021 - Jupyter Notebook
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
Apr 19, 2021
Theseus is a modern OS written from scratch in Rust that explores 𝐢𝐧𝐭𝐫𝐚𝐥𝐢𝐧𝐠𝐮𝐚𝐥 𝐝𝐞𝐬𝐢𝐠𝐧, novel OS structure, and state management. It strives to close the semantic gap between compiler and hardware in order to maximally leverage the power of language safety, and thus shift OS responsibilities (resource management) into the compiler.
-
Updated
Sep 29, 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
Sep 26, 2021
Open
Don't bunde the data
6
ivan-aksamentov
commented
Jun 15, 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
Sep 30, 2021 - C++
danielhanchen
commented
Aug 29, 2018
Hey Contributor!
Thanks for checking out HyperLearn!! Super appreciate it.
Since the package is new (only started like August 27th)..., Issues are the best place to start helping out, and or check out the Projects tab. There's a whole list of stuff I envisioned to complete.
Also, if you have a NEW idea: please post an issue and label it new enhancement.
In terms of priorities, I wanted
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
Sep 4, 2021 - Python
Shared repository for open-sourced projects from the Google AI Language team.
-
Updated
Sep 21, 2021 - Python
Maintained collection of OSINT related resources. (All Free & Actionable)
-
Updated
Feb 4, 2021
brettkromkamp
commented
Oct 5, 2019
Self-explanatory.
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 .