Kayıtlar

Haziran, 2018 tarihine ait yayınlar gösteriliyor

Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano

import pymc3 as pm import pandas as pd import numpy as np import theano.tensor as tt from bokeh.plotting import figure, show from bokeh.models import BoxAnnotation, Span, Label, Legend from bokeh.io import output_notebook from bokeh.palettes import brewer data_monthly = pd.read_csv(pm.get_data("monthly_in_situ_co2_mlo.csv"), header=56) # - replace -99.99 with NaN data_monthly.replace(to_replace=-99.99, value=np.nan, inplace=True) # fix column names cols = ["year", "month", "--", "--", "CO2", "seasonaly_adjusted", "fit",         "seasonally_adjusted_fit", "CO2_filled", "seasonally_adjusted_filled"] data_monthly.columns = cols cols.remove("--"); cols.remove("--") data_monthly = data_monthly[cols] # drop rows with nan data_monthly.dropna(inplace=True) # fix time index data_monthly["day"] = 15 data_monthly.index = pd.to_datetime(data_monthly[[...

Anatomy of Earthquakes on Astronomic Linearities

Resim
Again Hello.There are expressions about power correlations for Earthquakes with planetary linearities.Thus,I realised a very meaningul analysis for 23.06.2018 as date(Special thanks to developers of Google Earth Software); Summary about progress Where,awaring of four diameterial zone via considering to spherical dimension is requiring.(Maybe best important point is this)I know two source for this good studies that Diameterial Zones on Summary Expressions are showing that perfect correlation;    Notes:Yellow sticks are about last Earthquake localities.This study also considering as big supplying to vocational calculation experts on chapters as Astronomic Linearity Studies... Janmayen among Red circles during boundary analysis is interesting.Thus,conclusion of a researching as very meaningul is presenting; http://www.mantleplumes.org/JanMayen.html Yes,a fi...

A New Methodology for Earthquake Researches with Google Earth

Resim
St.Miguel(Chaparastique) Volcano and next S.Sandwich boundary event are apprx.10000.I shared; https://plus.google.com/u/0/109215510128907332215/posts/SHd7KTZ5KFU This time,I realised a goodjob as circular on sticker points(so,thick lines as conclusion)... Next,I discovered to amazing correlation on thick lines for USGS_last week events(expressed via colours with event historias).Also,I would like to present that thick red circle as important discovery... #Huelva #Badajoz #Macedo de Cavaleiros #Ile de Molene #Paignton #Dawlish #Taunton #Bristol #Notthingham #Karlstad #Uppsala #Helsinki #St.Petersburg #Ivanovo #Atirau #Garabogazköl #Sari #Ardistan #Şahrıza #Semirom #Fanateer #El Harrat al Birk #El Ubeyd #Nyala #Lac #Tin Zaoualene Volcanic Field #Khemisset interesting destinations among this line.For visual explanation and conclusions;   There are not any requirement for special thanks...Th...