Skip to content

Instantly share code, notes, and snippets.

@PtrMan
PtrMan / initrc.d dir 00-nvidia
Created November 16, 2015 14:55
Gentoo Nvidida Optimus
#!/bin/sh
xrandr --setprovideroutputsource modesetting NVIDIA-0
xrandr --auto
@PtrMan
PtrMan / agis.md
Last active January 22, 2016 20:53
agis
@PtrMan
PtrMan / 1
Created February 1, 2016 14:41
nars perception unrolling counterexamples
(A) x0000x0000x00000
(B) 0x0000x0000x0000
(prediction)
(C) 00x0000x0000x000
correspoding 2d representations
(A)
x000
// part of the code useful for a stochastic fluid dynamics simulation based on a triangle grid of celular automata
typedef unsigned uint;
struct Dot {
bool current, next;
uint nextCounters; // number of potential particles which want to occupy this place
};
@PtrMan
PtrMan / dl resources.txt
Created May 7, 2016 16:26
deep learning resources
https://charlesmartin14.wordpress.com/2015/04/01/why-deep-learning-works-ii-the-renormalization-group/
@PtrMan
PtrMan / AI links
Created May 7, 2016 18:32
AI links
@PtrMan
PtrMan / HeatPropagation.d
Created May 7, 2016 21:42
fromgame - Heat Propagation
struct Connection {
Node target;
float strength;
public final this(Node target, float strength) {
this.target = target;
this.strength = strength;
}
}
@PtrMan
PtrMan / AGI books notes.md
Last active March 13, 2023 12:44
AGI DL RL EA GP

Cognitive Dynamic system (self organisation)

[12] E. Thelen and L. B. Smith, A Dynamic Systems Approach to the Development of Cognition and Action, ser. Bradford Books Series in Cognitive Psychology. Cambridge, MA: MIT Press, 1994.

  • more about development of humans
  • pigaet theory (and reasons against it)