GithubHelp home page GithubHelp logo

bbengfort / bbengfort.github.io Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 27.35 MB

My Github Pages Repository

Home Page: http://bbengfort.github.io/

License: Creative Commons Zero v1.0 Universal

HTML 19.79% CSS 8.42% JavaScript 23.35% Python 44.36% Shell 4.08%
blog development-journal

bbengfort.github.io's Introduction

Libelli

Publish

My Github Pages repository for bengfort.github.io

Workflow

Create a new post as follows:

$ hugo new posts/YYYY-MM-DD-title-slug.md

This will create a new file in content/posts using the archetypes/posts.md archetype. The archetype ensures that the title is correctly extracted from the post path name without the date components as well as the slug. You can then open the file and start editing.

To view the rendered version of the site:

$ hugo serve -D

Note that the -D flag builds drafts and enables you to work on posts before they're published.

Images should be added to the static/images folder using a path in the form of YYYY-MM-DD-image-name.png -- this is a throwback to the old Jekyll site, and I'd prefer to use content bundles, but we haven't quite made that transition yet. Embed images into markdown posts using the standard markdown with a link from the absolute images directory, e.g. /images/YYYY-MM-DD-image-name.png from the example above.

To deploy, simply push to the main branch and GitHub Actions will deploy the contents of the public directory to GitHub pages. For manual deployment, use the bin/publish.sh script.

About

This page is primarily my development journal and really only contains notes and ramblings for me to refer to as I practice programming. Please feel free to read and use anything you find on this site, but note it is not meant for publication or wide public consumption. If you want to find my more formal writing, check out the Rotational Labs Blog where I write about Golang, distributed systems, Python, data science, streaming, and more.

Name Origin

A libellus (plural libelli) was a document given to a Roman citizen to certify performance of a pagan sacrifice, hence demonstrating loyalty to the authorities of the Roman Empire. They could also mean certificates of indulgence, in which the confessors or martyrs interceded for apostate Christians. โ€”Wikipedia

So these notes certify the performance of my programming, demonstrating my loyalty to Open Source development, as well as a confession of my programming sins.

Thanks

This site was built with Hugo using the PaperMod theme by Aditya Telange. It is hosted on GitHub and served with GitHub Pages. The logo and icon I've used is Bear by Gregor Cresnar from the Noun Project.

bbengfort.github.io's People

Contributors

bbengfort avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

mitzimichal

bbengfort.github.io's Issues

Pattern Recognition with Nearest Neighbors

This post is the first in a series that discusses the machine learning methods that I will present in the Georgetown data analytics course. My hope is that I can expose through some tricky JavaScript/visualization the mechanism behind the learning as well as provide some description. These posts will go on DDL's blog.

For kNN the idea is to provide a visualization, that allows you to slide the k parameter to change the model. See Understanding the Bias Variance Trade-Off for something very similar. I will also provide accuracy metrics, as well as possibly a ROC curve or something similar. This will hopefully better allow students to understand how kNN works in practice.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.