Pinned Repositories
AlBERTo-it
AlBERTo the first italian BERT model for Twitter languange understanding
antocapp
about me
Auto-PyTorch
Automatic architecture search and hyperparameter optimization for PyTorch
devops-resources
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
fx-trade
Free, open source forex trading bot integrated with Oanda and Telegram, with the possibility to implement machine learning and reinforcement learning strategies, besides classical ones.
haystack
:mag: Transformers at scale for question answering & search
paperspace-ddpg-tutorial
PyTorch implementation of DDPG architecture for educational purposes
PlacesToPostYourStartup
Compiled list of links from "Ask HN: Where can I post my startup to get beta users?"
Questgen.ai
Question generation using state-of-the-art Natural Language Processing algorithms
antocapp's Repositories
antocapp/fx-trade
Free, open source forex trading bot integrated with Oanda and Telegram, with the possibility to implement machine learning and reinforcement learning strategies, besides classical ones.
antocapp/haystack
:mag: Transformers at scale for question answering & search
antocapp/PlacesToPostYourStartup
Compiled list of links from "Ask HN: Where can I post my startup to get beta users?"
antocapp/Questgen.ai
Question generation using state-of-the-art Natural Language Processing algorithms
antocapp/AlBERTo-it
AlBERTo the first italian BERT model for Twitter languange understanding
antocapp/antocapp
about me
antocapp/Auto-PyTorch
Automatic architecture search and hyperparameter optimization for PyTorch
antocapp/awesome-reMarkable
A curated list of projects related to the reMarkable tablet
antocapp/AWS-Glue-Pyspark-ETL-Job
antocapp/aws-glue-samples
AWS Glue code samples
antocapp/bert-for-inference
A small repo showing how to easily use BERT (or other transformers) for inference
antocapp/DialoGPT
Large-scale pretraining for dialogue
antocapp/faceswap
Deepfakes Software For All
antocapp/FARM
:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry.
antocapp/fastapi
antocapp/From-0-to-Research-Scientist-resources-guide
Detailed and tailored guide for undergraduate students or anybody want to dig deep into the field of AI with solid foundation.
antocapp/jina
An easier way to build neural search in the cloud
antocapp/LipGAN
This repository contains the codes for LipGAN. LipGAN was published as a part of the paper titled "Towards Automatic Face-to-Face Translation".
antocapp/pathos
parallel graph management and execution in heterogeneous computing
antocapp/pytorch-seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText. [IN PROGRESS]
antocapp/sentence-transformers
Sentence Embeddings with BERT & XLNet
antocapp/service-streamer
Boosting your Web Services of Deep Learning Applications.
antocapp/skorch
A scikit-learn compatible neural network library that wraps pytorch
antocapp/spinningup
An educational resource to help anyone learn deep reinforcement learning.
antocapp/terraform-aws-design-patterns
AWS Design Patterns implemented with Terraform
antocapp/terraform-provider-aws
Terraform AWS provider
antocapp/TranslateAlignRetrieve
antocapp/xetra-etl
ETL pipeline on Xetra data
antocapp/devops-resources
DevOps resources - Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP
antocapp/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.