Skip to content

Instantly share code, notes, and snippets.

@mikeful
mikeful / requirements.txt
Created November 15, 2018 19:29
Quick neural network model for predicting Titanic survival
keras
tensorflow
pandas
xlrd
h5py
<?php echo $this->Form->create('User', array('type' => 'get')); ?>
<?php echo $this->Form->create(null, array('type' => 'get', 'url' => '/users/add')); ?>
<?php
$options = array(
'label' => 'Update',
'div' => array(
'class' => 'glass-pill',
)
);