Pinned Repositories
Algorithm_I_Java
Algorithm_II_Java
baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
BayesianOptimization
A Python implementation of global optimization with gaussian processes.
bert
TensorFlow code and pre-trained models for BERT
Convert_Mxnet_to_Pytorch
CycleGAN_NIR_Face
NIR_FR_PTH
Near-Infrared Face Recognition in PyTorch
Spoof_LineDetect_CAFFE
Face Anti-Spoofing based on Line Detection in CAFFE
Spoof_Pattern_TF
Face Anti-Spoofing based on Classical Image Processing in TensorFlow
macul99's Repositories
macul99/NIR_FR_PTH
Near-Infrared Face Recognition in PyTorch
macul99/Convert_Mxnet_to_Pytorch
macul99/CycleGAN_NIR_Face
macul99/Spoof_LineDetect_CAFFE
Face Anti-Spoofing based on Line Detection in CAFFE
macul99/Spoof_Pattern_TF
Face Anti-Spoofing based on Classical Image Processing in TensorFlow
macul99/Algorithm_I_Java
macul99/Algorithm_II_Java
macul99/bert
TensorFlow code and pre-trained models for BERT
macul99/CLIP
Contrastive Language-Image Pretraining
macul99/DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
macul99/DeOldify
A Deep Learning based project for colorizing and restoring old images
macul99/dino
PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO
macul99/FaceRecog_MobileNet_MX
Face Recognition Model based on MobileFaceNet in MXNet
macul99/FaceRecog_ResNet_MX
Face Recognition Model based on ResNet in MXNet
macul99/fairseq
Facebook AI Research Sequence-to-Sequence Toolkit written in Python.
macul99/Family_In_The_Wild
macul99/fastbook
The fastai book, published as Jupyter Notebooks
macul99/image-gpt
macul99/Informer2020
The GitHub repository for the paper "Informer" accepted by AAAI 2021.
macul99/macul99
Config files for my GitHub profile.
macul99/mind-vis
Code base for MinD-Vis
macul99/mklib
General Python Library
macul99/planet
Deep Planning Network: Control from pixels by latent planning with learned dynamics
macul99/PV_Opt
macul99/Spoof_ResNet_TF
Face Anti-Spoof Model based on ResNet on TensorFlow
macul99/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.
macul99/stumpy
STUMPY is a powerful and scalable Python library for modern time series analysis
macul99/suncet
Code to reproduce the results in the FAIR research papers "Semi-Supervised Learning of Visual Features by Non-Parametrically Predicting View Assignments with Support Samples" https://arxiv.org/abs/2104.13963 and "Supervision Accelerates Pre-training in Contrastive Semi-Supervised Learning of Visual Representations" https://arxiv.org/abs/2006.10803
macul99/Tryout
macul99/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch