Highlights
- Pro
Pinned Loading
-
simple linear regression example usi...
simple linear regression example using keras 1import numpy as np
2from keras.layers import Dense, Input
3from keras.models import Model
45x = Input((1,))
-
simple typescript xhr using promises
simple typescript xhr using promises 1module XHR {
23export class Header {
4header: string;
5data: string;
-
-
Low level C# Bitmap Serializer. Sur...
Low level C# Bitmap Serializer. Surprisingly 5x faster than the commonly used .net BitmapData (tested on 100x100 images). Mostly for when you want finer tune control over your bitmaps than .net gives you. 1using System;
23public class BitmapBytes
4{
5/// <summary>
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.