Skip to content

Instantly share code, notes, and snippets.

View louisdorard's full-sized avatar

Louis Dorard louisdorard

View GitHub Profile
@clemlesne
clemlesne / README.md
Last active January 14, 2026 08:17
AI Conversation Context Extractor

AI Conversation Context Extractor

Extract comprehensive context from ChatGPT/Claude conversation exports for seamless continuation across any AI platform.

What it does

  • Analyzes your exported AI conversations
  • Extracts key context, decisions, and implementation status
  • Groups ChatGPT Project conversations together
  • Creates markdown files you can paste into any AI to continue seamlessly
@jkleint
jkleint / shuffle_weights.py
Created July 10, 2016 05:24
Quickly re-initialize weights of a Keras model
#!/usr/bin/env python
"""Demonstrate Keras model weight shuffling as fast alternative to re-creating a model."""
from __future__ import print_function
import numpy as np
from keras.layers import Dense
from keras.models import Sequential

Services and Algorithms

This section describes each of the services compared in the throwdown and the algorithms/models used.

BigML

Decision trees, both single and bagged.