#
colab
Here are 131 public repositories matching this topic...
Open
使用方法
5
NiceMartin
commented
Nov 13, 2019
With colab you can use tesla P100 for free. Of course there are some restrictions ; Colab可以免费让你使用深度学习专用显卡Tesla P100 16G哦(原K80,T4,12G),好用的话记右上角点下Star哦,谢谢!
-
Updated
May 1, 2020 - Python
javascript
python
machine-learning
ai
tensorflow
numpy
keras
artificial-intelligence
colab
jupyter-notebooks
colab-notebook
-
Updated
May 26, 2020 - Jupyter Notebook
Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN, RSGAN, RaSGAN, BEGAN, ACGAN, PGGAN, pix2pix, BigGAN
tensorflow
generative-adversarial-network
dcgan
colab
wgan
began
wgan-gp
acgan
pggan
sngan
face-generative
rsgan
rasgan
-
Updated
Aug 12, 2019 - Python
A general, modular, and programmable architecture search framework
machine-learning
deep-neural-networks
deep-learning
tensorflow
pytorch
neural-networks
colab
hyperparameter-optimization
auto-ml
neural-architecture-search
architecture-search
automatic-machine-learning
colab-notebook
-
Updated
Feb 22, 2020 - Python
Simple notebook to stream torrent files to Google Drive using Google Colab and python3.
torrent
downloader
google
google-drive
python3
drive
colab
torrent-downloader
torrent-stream
colaboratory
colab-notebook
-
Updated
Feb 8, 2020 - Jupyter Notebook
A course on Optimization Methods
-
Updated
Apr 16, 2020 - Jupyter Notebook
DATA-SCIENCE-BOWL-2018 Find the nuclei in divergent images to advance medical discovery
python
machine-learning
tensorflow
keras
jupyter-notebook
kaggle-competition
colab
u-net
data-science-bowl
data-science-bowl-2018
medical-image-segmentation
google-colab
-
Updated
Jan 30, 2018 - Jupyter Notebook
PyTorch implementation comparison of old and new method of determining eigenvectors from eigenvalues.
-
Updated
Nov 18, 2019 - Jupyter Notebook
ArcFace unofficial Implemented in Tensorflow 2.0+ (ResNet50, MobileNetV2). "ArcFace: Additive Angular Margin Loss for Deep Face Recognition" Published in CVPR 2019. With Colab.
-
Updated
Mar 26, 2020 - Python
Google Colaboratory background/task executioner & controller.
-
Updated
May 14, 2019 - Python
StyleGAN2 - Colab Notebook containing code for training + visualization + projection
-
Updated
Feb 29, 2020 - Python
RetinaFace (Single-stage Dense Face Localisation in the Wild, 2019) implemented (ResNet50, MobileNetV2 trained on single GPU) in Tensorflow 2.0+. This is an unofficial implementation. With Colab.
tensorflow
tf2
colab
face-detection
resnet-50
facedetection
mobilenetv2
colab-notebook
tensorflow2
retinaface
retinaface-detector
-
Updated
May 5, 2020 - Python
NeRF (Neural Radiance Fields) using pytorch-lightning
unity3d
pytorch
mesh
colab
volume-rendering
mixed-reality
nerf
3d-reconstruction
view-synthesis
pytorch-lightning
neural-radiance-fields
nerf-pytorch
-
Updated
May 27, 2020 - Jupyter Notebook
StyleGAN2 - Official TensorFlow Implementation with practical improvements
-
Updated
May 13, 2020 - Python
Google Colab Tutorial
-
Updated
Feb 23, 2019
Deep learning based tool for image processing. No need for Programing and GPU.
python
opencv
gui
deep-learning
model-zoo
tensorflow
keras
kivy
colab
image-classification
object-detection
beginner
image-segmentation
unet
mask-rcnn
xception
-
Updated
Jan 28, 2020 - Python
Pytorch Convolutional Neural Net and GAN based video coloriser that converts black and white video to colorised video.
-
Updated
Oct 23, 2019 - Jupyter Notebook
ESRGAN (Enhanced Super-Resolution Generative Adversarial Networks, published in ECCV 2018) implemented in Tensorflow 2.0+. This is an unofficial implementation. With Colab.
-
Updated
Mar 24, 2020 - Python
Persian sentiment analysis ( آناکاوی سهش های فارسی | تحلیل احساسات فارسی )
javascript
python
nlp
machine-learning
tutorial
sentiment-analysis
tensorflow
word2vec
embeddings
lstm
colab
dotnet-core
persian
fasttext
farsi
persian-nlp
fasttext-embeddings
persian-sentiment
persian-sentiment-analysis
persian-sentiment-analyzer
-
Updated
Oct 9, 2019 - Jupyter Notebook
MartianHacks is a jupyter notebook which contains the main commands executed during a penetration test.
jupyter-notebook
nmap
penetration-testing
colab
pentesting
nikto
hacking-tool
hashcat
searchsploit
penetration-test
dirb
-
Updated
Sep 16, 2019 - Jupyter Notebook
應用Google Colaboratory免費GPU資源來完成深度學習卷積神經網路執行影像二元分類
-
Updated
Jun 17, 2018 - Jupyter Notebook
Keras wrapper that autosaves what ModelCheckpoint cannot.
data-science
machine-learning
keras
colab
autosave
colaboratory
colab-notebook
checkpointing
colab-automation
-
Updated
Apr 13, 2020 - Python
Simple notebook to stream torrent files to Google Drive using Google Colab.
-
Updated
Oct 11, 2019 - Jupyter Notebook
The unofficial tensorflow implementation of loss weights of in "Gradient Harmonized Single-stage Detector" published on AAAI 2019 (Oral). With Colab.
-
Updated
Feb 20, 2020 - Python
Tensorflow jupyter-notebook for visualization of text-generation from multiple sources with deep LSTMs
-
Updated
Mar 18, 2020 - Jupyter Notebook
Scripts to process aerial imagery
python
computer-vision
matlab
colab
aerial-imagery
semantic-segmentation
segment-rooftops
ortho-photo
rooftop-segmentation
uav-imagery
rooftop-detection
-
Updated
May 12, 2020 - Jupyter Notebook
Introductory Machine Learning and Deep Learning Workshop
-
Updated
Jan 7, 2020 - Jupyter Notebook
Improve this page
Add a description, image, and links to the colab topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the colab topic, visit your repo's landing page and select "manage topics."
inspired by #101
Once we merge in new robustness transforms,
crop_to_sizeshould probably be in the default transforms. We still want to allow not passing it, but should probably warn in that case.