Skip to content

Instantly share code, notes, and snippets.

View tkota0726's full-sized avatar
💭
Machine Learning

Kota tkota0726

💭
Machine Learning
View GitHub Profile
@koshian2
koshian2 / optuna_cifar_keras.py
Created December 7, 2018 16:26
Optuna Keras
import tensorflow as tf
from tensorflow.keras.applications import InceptionV3, VGG16, MobileNet
from tensorflow.keras.layers import GlobalAveragePooling2D, Dense
from tensorflow.keras.models import Model
from tensorflow.keras.callbacks import History, Callback
import tensorflow.keras.backend as K
from tensorflow.contrib.tpu.python.tpu import keras_support
from keras.utils import to_categorical
from keras.datasets import cifar10
@shinofara
shinofara / 20160501_2044_main.py
Last active January 25, 2021 11:47
webスクレイピングして、slackに通知
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import urllib2 as request
from bs4 import BeautifulSoup
import re
import urllib
import datetime
import json