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
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.
@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 / 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 / Depth First Search (DFS).ipynb
Last active October 9, 2024 06:39
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 / 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 / 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.