Skip to content

Instantly share code, notes, and snippets.

View crazysal's full-sized avatar
🎯
Focusing

Saleem Ahmed crazysal

🎯
Focusing
View GitHub Profile
@crazysal
crazysal / VRNN tiny Shakespeare.ipynb
Created April 27, 2018 22:59 — forked from lirnli/VRNN tiny Shakespeare.ipynb
Variational Recurrent Network tiny Shakespeare
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@crazysal
crazysal / au_gov
Created June 7, 2017 12:27
Directory.gov.au full data export
This file has been truncated, but you can view the full file.
{
"directoryExport": {
"$": {
"xmlns": "http://directory.gov.au"
},
"organization": [{
"$": {
"UUID": "74aa05c1-872c-4e94-ae3c-c3a87e4de3ab"
},
"name": ["Commonwealth Parliament"],
4 root organization
> name
> organization
> name
> website
> organizationalUnit
> organizationalUnit
> organizationalUnit
> organizationalUnit .... multiple units first level
> name
@crazysal
crazysal / .bash_profile
Created September 26, 2016 18:22 — forked from natelandau/.bash_profile
Mac OSX Bash Profile
# ---------------------------------------------------------------------------
#
# Description: This file holds all my BASH configurations and aliases
#
# Sections:
# 1. Environment Configuration
# 2. Make Terminal Better (remapping defaults and adding functionality)
# 3. File and Folder Management
# 4. Searching
# 5. Process Management
#The MIT License (MIT)
#
#Copyright (c) 2015 Andre Queiroz
#
#Permission is hereby granted, free of charge, to any person obtaining a copy
#of this software and associated documentation files (the "Software"), to deal
#in the Software without restriction, including without limitation the rights
#to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
#copies of the Software, and to permit persons to whom the Software is
#furnished to do so, subject to the following conditions:
@crazysal
crazysal / ml_ai.txt
Last active December 23, 2022 07:50
ML-AI News links
Google launches Cloud speech API(Limited preview) Google speech API news http://techcrunch.com/2016/03/23/google-opens-access-to-its-speech-recognition-api-going-head-to-head-with-nuance/
Baidu open sources some AI code https://github.com/baidu-research/warp-ctc
Yahoo releases largest dataset for machine learning Dataset https://yahooresearch.tumblr.com/
Comparison of machine learning frameworks Cornell Univ Paper http://arxiv.org/abs/1511.06435
Advance in visual intelligence NYT article http://www.nytimes.com/2015/12/11/science/an-advance-in-artificial-intelligence-rivals-human-vision-abilities.html
$ sudo pip install Theano[test,doc]
Downloading/unpacking Theano[test,doc]
Downloading Theano-0.8.2.tar.gz (2.9MB): 2.9MB downloaded
Running setup.py (path:/tmp/pip_build_root/Theano/setup.py) egg_info for package Theano
warning: manifest_maker: MANIFEST.in, line 9: 'recursive-include' expects <dir> <pattern1> <pattern2> ...
Installing extra requirements: 'test,doc'
Downloading/unpacking numpy>=1.7.1 (from Theano[test,doc])