Skip to content

Instantly share code, notes, and snippets.

View Kautenja's full-sized avatar
:octocat:
$(git status)

Christian Kauten Kautenja

:octocat:
$(git status)
View GitHub Profile
@Kautenja
Kautenja / XOR-RandomForest.ipynb
Last active September 3, 2017 20:31
Learning XOR with a random forest in `sklearn`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kautenja
Kautenja / Breadth First Search (BFS).ipynb
Last active September 2, 2017 01:59
Breadth First Search (BFS) in Python with path backtrace
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kautenja
Kautenja / Depth First Search (DFS).ipynb
Last active October 12, 2022 07:51
Depth First Search (DFS) in Python with path backtrace. Iterative and recursive solutions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kautenja
Kautenja / Uniform Cost Search (UCS).ipynb
Last active June 4, 2024 11:39
Uniform Cost Search (UCS) in Python with path backtrace.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kautenja
Kautenja / Iterative Deepening Depth First Search (IDDFS).ipynb
Last active September 26, 2023 16:23
Iterative Deepening Depth First Search (IDDFS) in Python with path backtrace.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kautenja
Kautenja / XOR-DeepNet.ipynb
Last active September 4, 2017 15:35
Solving the XOR function using a deep net in `keras`.
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.
@Kautenja
Kautenja / LogicalCalculator-DeepNet.ipynb
Last active September 4, 2017 15:38
Solving all binary logic gate functions with one deep net
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kautenja
Kautenja / Dijkstras Algorithm.ipynb
Last active September 11, 2017 02:04
Dijkstra's Algorithm in Python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Kautenja
Kautenja / Visualizing Spotify Related Artists With Gephi.ipynb
Last active January 2, 2021 06:47
Visualizing Spotify related artist networks using Gephi.