Skip to content

Instantly share code, notes, and snippets.

View bsletten's full-sized avatar

Brian Sletten bsletten

View GitHub Profile
@bsletten
bsletten / ld-resources.md
Created August 26, 2021 14:09
Linked Data and Knowledge Graph Resources

This will be resource for recommendations on Linked Data and Knowledge Graphs.

Here is a collection of book recommendations that I will revisit over time:
C/C++:
Rust:
"The Rust Programming Language" - https://doc.rust-lang.org/book/
"Programming Rust" - Jim Blandy and Jason Orendorff
Java:
Verifying my Blockstack ID is secured with the address 1KWVW81GhvLZ79WRemXnmpTCew8Us6QWQf https://explorer.blockstack.org/address/1KWVW81GhvLZ79WRemXnmpTCew8Us6QWQf
Verifying my Blockstack ID is secured with the address 1Nr2YudLWagYRfLJARVpvUyQp2B5K4KDoW https://explorer.blockstack.org/address/1Nr2YudLWagYRfLJARVpvUyQp2B5K4KDoW
@bsletten
bsletten / ml-recs.md
Last active January 24, 2024 19:28
Machine Learning Path Recommendations

This is an incomplete, ever-changing curated list of content to assist people into the worlds of Data Science and Machine Learning. If you have a recommendation for something to add, please let me know. If something isn't here, it doesn't mean I don't recommend it, I just may not have had a chance to review it yet or not.

I will generally list things in order of easier to more formal/challenging content.

It may feel like there is an overwhelming amount of stuff for you to learn (because there is). But, there is a guided path that will get you there in time. You need to focus on Linear Algebra, Calculus, Statistics and probably Python (or R). Your best bet is to get a Safari Books Online account (https://www.safaribooksonline.com) which you may already have access to through school or work. If not, it is a reasonable way to get access to a tremendous number of books and videos.

I'm not saying you will get what you need out of everything here, but I have read/watched at least some of all of the following an

Verifying that +bsletten is my blockchain ID. https://onename.com/bsletten

Keybase proof

I hereby claim:

  • I am bsletten on github.
  • I am bsletten (https://keybase.io/bsletten) on keybase.
  • I have a public key whose fingerprint is 9EFA 6658 312D 7467 22EE 149D DED2 F87A 57D3 DFD0

To claim this, I am signing this object:

@bsletten
bsletten / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
@bsletten
bsletten / designer.html
Last active August 29, 2015 14:10
designer
<link href="../core-scaffold/core-scaffold.html" rel="import">
<link href="../core-header-panel/core-header-panel.html" rel="import">
<link href="../core-menu/core-menu.html" rel="import">
<link href="../core-item/core-item.html" rel="import">
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<link href="../core-menu/core-submenu.html" rel="import">
<link href="../google-map/google-map.html" rel="import">
<polymer-element name="my-element">
@bsletten
bsletten / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../core-scaffold/core-scaffold.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-menu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-field/core-field.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-input/core-input.html">
<link rel="import" href="../core-icons/core-icons.html">