Skip to content

Instantly share code, notes, and snippets.

View coppeliaMLA's full-sized avatar

coppelia machine learning and analytics coppeliaMLA

View GitHub Profile
@coppeliaMLA
coppeliaMLA / python_deep_learning.md
Last active July 19, 2024 17:37
Python deep learning packages - a concept map
graph LR
    A((Keras 3)) --is a high level API for --> B((Tensorflow))
    B --was developed by-->H[Google]
    C((Pytorch)) --was developed by-->D[Meta]
    A --is a high level API for --> C
    A --is a high level API for --> F[JAX]
    F --was developed by-->H
    A --implements--> G[Deep neural nets]
 B --implements--> G
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@coppeliaMLA
coppeliaMLA / indy_world.ipynb
Last active November 8, 2024 15:26
Indy World
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
graph LR
    A[Tensorflow] --implements--> B[Deep neural nets]
    A --was developed by --> C[Google]
graph LR
digraph PurchaseFlow {
rankdir=TD;
edge [color="#333333", penwidth=1, arrowsize=1.2, arrowhead=onormal, style="dashed"];
splines=spline;
node [shape=box];
nodesep=0.8; // Increase horizontal spacing between nodes
ranksep=0.7;
// Node definitions with labels
A [label="available funds"];
B [label="purchases product"];