#
research
Here are 3,229 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
Apr 19, 2022 - 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
Apr 20, 2022 - 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
Apr 17, 2022 - Python
PanPip
commented
Jun 30, 2020
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
python
computer-science
machine-learning
research
ai
computer-vision
deep-learning
paper
technology
innovation
artificial-intelligence
machinelearning
papers
research-paper
sota
state-of-art
state-of-the-art
artificialintelligence
2021
sota-technique
-
Updated
Jan 28, 2022
A library of reinforcement learning components and agents
-
Updated
Apr 20, 2022 - 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
Apr 19, 2022 - 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
Jan 18, 2022 - TeX
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
Apr 12, 2022 - Java
This repo contains annotated research papers that I found really good and useful
-
Updated
Mar 23, 2022
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
Oct 27, 2021
Turn Python scripts into handouts with Markdown and figures
-
Updated
Aug 28, 2021 - Python
-
Updated
Sep 27, 2021 - Jupyter Notebook
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 to maximally leverage the power of language safety, and thus shift OS responsibilities like resource management into the compiler.
-
Updated
Apr 19, 2022 - Rust
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
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
-
Updated
Mar 31, 2022
Open
Don't bunde the data
7
ivan-aksamentov
commented
Jun 15, 2020
t:feat
Type: request of a new feature, functionality, enchancement
good first issue
Good for newcomers
help wanted
Extra attention is needed
s:infra
Scope: related to infrastructure, continuous integration, deployment
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
Oct 12, 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
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡ 🔥 ⚡
config
template
research
deep-learning
neptune
best-practices
comet
pytorch
hydra
tensorboard
experiments
reproducibility
project-structure
mlops
mlflow
training-pipeline
experiment-tracking
pytorch-lightning
wandb
weights-and-biases
-
Updated
Apr 13, 2022 - Python
Shared repository for open-sourced projects from the Google AI Language team.
-
Updated
Apr 14, 2022 - Python
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."
In order to achieve the expression like "Power($close, Rank($close, 14))" which is fairly common in fomulla alpha.
I guess we could use following code:
class Power(NpPairOperator): def __init__(self, feature_left, feature_right): super(PairPower, self).__init__(feature_left, feature_right, "power")
Finally, we could add a rpow magic method to Expression class