Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Simplefs | 827 | 3 years ago | 2 | other | C | |||||
A simple, kernel-space, on-disk filesystem from the scratch | ||||||||||
Onyx The Black Cat | 205 | 6 months ago | 4 | C | ||||||
Kernel extension to disable anti-debug tricks and other useful XNU "features" | ||||||||||
Meetup | 53 | 4 years ago | HTML | |||||||
Cat System Workshop is a regular meet-up focusing on “system software”. We would like to gather all developers to share their experience regarding system software and learn from each other, making system software more perfect and complete! | ||||||||||
Lkl | 41 | 6 years ago | Shell | |||||||
Linux Kernel Library for speed up | ||||||||||
Sipodev | 19 | 4 years ago | 3 | C | ||||||
Patch for the SIPODEV SP1064 touchpad | ||||||||||
Takao | 14 | 2 years ago | gpl-3.0 | D | ||||||
A kernel made with love, and lots of D. | ||||||||||
Linux | 9 | 3 years ago | 1 | other | C | |||||
PLEASE NOTE: L3CAT/CDP, L2 CAT, CQM, MBM, and MBA are all in upstream kernel already. Please refer to upstream kernel for all future development, test, and usage. This tree will be not maintained for RDT features any more. | ||||||||||
Tinyos | 8 | 5 years ago | mit | C | ||||||
A simple operating system on x86 | ||||||||||
Kittykernel | 6 | 5 years ago | gpl-3.0 | Python | ||||||
Kittykernel - Maow all your kernel needs | ||||||||||
Dogs_vs_cats | 5 | 7 years ago | Jupyter Notebook | |||||||
VGG style convolution neural network with very leaky ReLU for the kaggle Dogs vs Cats competition. Currently gets 96.6% on kaggle leaderboards without using outside data and instead relying heavily on data augmentation for generalization. Small amount of fine tuning (finishing training with a small number of iterations with very low learning rate and no data augmentation).
Layer Type | Parameters |
---|---|
Input | size: 168x168, channel: 3 |
convolution | kernel: 3x3, channel: 32 |
leaky ReLU | alpha = 0.2 |
convolution | kernel: 3x3, channel: 32 |
leaky ReLU | alpha = 0.2 |
max pool | kernel: 2x2 |
dropout | 0.1 |
convolution | kernel: 3x3, channel: 64 |
leaky ReLU | alpha = 0.2 |
convolution | kernel: 3x3, channel: 64 |
leaky ReLU | alpha = 0.2 |
max pool | kernel: 2x2 |
dropout | 0.2 |
convolution | kernel: 3x3, channel: 128 |
leaky ReLU | alpha = 0.2 |
convolution | kernel: 3x3, channel: 128 |
leaky ReLU | alpha = 0.2 |
convolution | kernel: 3x3, channel: 128 |
leaky ReLU | alpha = 0.2 |
max pool | kernel: 2x2 |
dropout | 0.3 |
fully connected | units: 1024 |
leaky ReLU | alpha = 0.2 |
dropout | 0.5 |
fully connected | units: 1024 |
leaky ReLU | alpha = 0.2 |
dropout | 0.5 |
softmax |
Images are randomly transformed 'on the fly' while they are being prepared in each batch. The CPU will prepare each batch while the GPU will run the previous batch through the network.
Stream data from SSD instead of holding all images in memory (need to install SSD first). Try different network archetectures and data pre-processing. Try intensity scaling method from Krizhevsky, et al 2012.