This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
from numpy import bincount,ravel,log | |
from scipy.sparse import coo_matrix | |
import pandas as pd | |
from keras import backend as K | |
from keras.layers import * | |
from keras.models import Model,Sequential | |
def imf_loss(y_true, y_pred): | |
C=1+2*y_true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Pause Example</title> | |
<script type="text/javascript" charset="utf-8" src="cordova-2.9.0.js"></script> | |
<script type="text/javascript" charset="utf-8"> | |
// Wait for device API libraries to load | |
// |