Skip to content

Instantly share code, notes, and snippets.

View DanozWorld's full-sized avatar

DanozWorld DanozWorld

View GitHub Profile
@DanozWorld
DanozWorld / README.md
Created November 25, 2024 17:52 — forked from disler/README.md
Four Level Framework for Prompt Engineering

FWIW: I (@Rondy) am not the author of the content presented here, which is an outline from Edmond Lau's book. I've just copy-pasted it from somewhere and saved as a personal gist, before it got popular on newsnews.ycombinator.com. I don't remember where exactly the original source is from and neither could find the author's name, so I cannot give him/her the proper credits.


Effective Engineer - Notes

@DanozWorld
DanozWorld / readme.md
Created September 27, 2023 14:06 — forked from yrevar/readme.md
VGG-16 pre-trained model for Keras

##VGG16 model for Keras

This is the Keras model of the 16-layer network used by the VGG team in the ILSVRC-2014 competition.

It has been obtained by directly converting the Caffe model provived by the authors.

Details about the network architecture can be found in the following arXiv paper:

Very Deep Convolutional Networks for Large-Scale Image Recognition

K. Simonyan, A. Zisserman