Skip to content

Instantly share code, notes, and snippets.

View jquave's full-sized avatar
✔️
jquave

Jameson Quave jquave

✔️
jquave
View GitHub Profile
//using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEditor.SceneManagement;
using UnityEngine;
public class MeshGen : MonoBehaviour
{
int treeSpokes = -1;
0426fa3ce5ccce0b95043cb8509e7864ebfdd8183df2117d972bf872943ff4b1cd9926d45b23a259bb473905328e4aebb7feafa25b93d6de7ea125389c5b083f51
0x4753468432a03381a4D305b34EAdbb517A1B0E14
0xD1038e168ac7dB81D2A399cfDa687ef48603DC95
https://gist.github.com/anonymous/8bdd9af69d3eac6e9b932a958ec26d6f
@jquave
jquave / gist:f71940ae6de4114eb237b347bd324f66
Created October 14, 2017 06:02
0xD1038e168ac7dB81D2A399cfDa687ef48603DC95
0xD1038e168ac7dB81D2A399cfDa687ef48603DC95
{
"system": {
"facilityName": "Harvest"
},
"universal": {
"item1": 1
"item2": 2
"someArray": [
1,
2,
Deep Learning Vocab
MLP
Deep learning nugget of the day
(wow pls come up with a better metaphor)
Lots of these terms can be found by reviewing functions in the keras code, like this for activations for example:
https://github.com/fchollet/keras/blob/master/keras/activations.py
#!/usr/bin/env ruby
module WDF
class WFGet
def self.current_quarter
yr = Date.today.year
if yr >=10
4
elsif yr >= 7
require 'date'
class WFGet
def self.current_quarter
yr = Date.today.year
if yr >=10
4
elsif yr >= 7
3
elsif yr >= 4