Skip to content

Instantly share code, notes, and snippets.

View rain1024's full-sized avatar
🏠
Working from home

Vu Anh rain1024

🏠
Working from home
View GitHub Profile
@rain1024
rain1024 / load.py
Created August 18, 2014 04:12
Sklearn
import numpy as np
f = open("filename.txt")
# skip the header
f.readline()
data = np.loadtxt(f)
# select columns 1 through end
X = data[:, 1:]
# select column 0, the stock price
@rain1024
rain1024 / ac.md
Last active August 29, 2015 14:05
uml

Association

image

public class Customer {
    private String name;
    private String address;
    private String contactNumber;
    }
 
@johnmiedema
johnmiedema / OpenNlpModelNERBookTItles
Last active June 20, 2021 15:02
Create an OpenNLP model for Named Entity Recognition of Book Titles
//Create an OpenNLP model for Named Entity Recognition of Book Titles
//See tester at https://gist.github.com/johnmiedema/7e7330e1b9263267bdfc
package demoModelTrainer;
import java.io.File;
import java.io.FileOutputStream;
import java.util.Collections;
import opennlp.tools.namefind.NameFinderME;
@rxaviers
rxaviers / gist:7360908
Last active August 25, 2025 02:35
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue: