964029ec58213aec07fd87a0463c07746a89375c,pymc3/examples/python_vs_c.py,,,#,28
Before Change
import theano.tensor as t
return t.exp(x) / (1 + t.exp(x))
model = Model()
with model:
effects = Normal("effects", mu=0, tau=2. ** -2, shape=(1, npred))
p = tinvlogit(sum(effects * predictors, 1))
After Change
//mode.print_summary()
if __name__ == "__main__":
run()
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 7
Instances
Project Name: pymc-devs/pymc3
Commit Name: 964029ec58213aec07fd87a0463c07746a89375c
Time: 2016-05-27
Author: chris.fonnesbeck@vanderbilt.edu
File Name: pymc3/examples/python_vs_c.py
Class Name:
Method Name:
Project Name: google/unrestricted-adversarial-examples
Commit Name: 6a13cc9c10f2f70f5b2eb44cc84d56d366d542cd
Time: 2018-08-28
Author: nottombrown@gmail.com
File Name: unrestricted-advex/unrestricted_advex/mnist_baselines/evaluate_tcu_mnist.py
Class Name:
Method Name:
Project Name: pymc-devs/pymc3
Commit Name: 964029ec58213aec07fd87a0463c07746a89375c
Time: 2016-05-27
Author: chris.fonnesbeck@vanderbilt.edu
File Name: pymc3/examples/logistic.py
Class Name:
Method Name: