Skip to content

Instantly share code, notes, and snippets.

@JetBelson
JetBelson / drl_for_stock_trading_portfolio_allocation.ipynb
Last active December 6, 2022 14:23
drl_for_stock_trading_portfolio_allocation.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JetBelson
JetBelson / personalized_recommendation.ipynb
Created December 3, 2022 07:37
personalized_recommendation.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JetBelson
JetBelson / spam_review_dection.ipynb
Created November 13, 2022 07:24
spam_review_dection.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JetBelson
JetBelson / transactionfrauddetection.ipynb
Created November 6, 2022 10:25
TransactionFraudDetection.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JetBelson
JetBelson / project-1.ipynb
Last active October 19, 2022 10:45
project-1.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@JetBelson
JetBelson / readme.md
Created August 21, 2020 06:54 — forked from baraldilorenzo/readme.md
VGG-19 pre-trained model for Keras

##VGG19 model for Keras

This is the Keras model of the 19-layer network used by the VGG team in the ILSVRC-2014 competition.

It has been obtained by directly converting the Caffe model provived by the authors.

Details about the network architecture can be found in the following arXiv paper:

Very Deep Convolutional Networks for Large-Scale Image Recognition

K. Simonyan, A. Zisserman