Skip to content

Instantly share code, notes, and snippets.

View DinocomM's full-sized avatar

Gaizka Albestain DinocomM

View GitHub Profile
@DinocomM
DinocomM / DL0101EN-1-1-Forward-Propgation-py-v1.0.ipynb
Created January 28, 2020 12:07
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DinocomM
DinocomM / DL0101EN-1-1-Forward-Propgation-py-v1.0.ipynb
Created January 28, 2020 12:05
Created on Cognitive Class Labs
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DinocomM
DinocomM / Creación DB Practica 3 - Álgebra Relacional
Last active November 21, 2016 08:24
DB para practica3 de BBDD
-- Base de datos para la Práctica 3 de BBDD - Álgebra relacional
group: Practica3
S = {
codprov:number, nomprov:string, domicilio:string, ciudad:string
001, Juan , "Serrano 5", Madrid
002, "María", "Castellana 3", Madrid
003, Jose, "Diagonal 10", Barcelona
004, Ana, "Gran Vía 8", Bilbao
@DinocomM
DinocomM / Creacion DB de Prueba para Álgebra Relacional
Last active November 10, 2016 13:30
DB de prueba para ejercicios Algebra Relacional
-- Base de datos para ejercicio sobre Álgebra relacional
group: Venta_de_coches
MARCA = {
cifm:number, nombre:string, ciudad:string
0001, Seat , Madrid
0002, renault, Barcelona
0003, citroen, Valencia