Skip to content

Instantly share code, notes, and snippets.

View vivienzou1's full-sized avatar
🎯
Focusing

vivienzou1

🎯
Focusing
  • Carnegie Mellon University SCS
View GitHub Profile
@vivienzou1
vivienzou1 / CaffeInstallation.md
Created June 15, 2019 15:21 — forked from arundasan91/CaffeInstallation.md
Caffe Installation Tutorial for beginners

Caffe

Freshly brewed !

With the availability of huge amount of data for research and powerfull machines to run your code on, Machine Learning and Neural Networks is gaining their foot again and impacting us more than ever in our everyday lives. With huge players like Google opensourcing part of their Machine Learning systems like the TensorFlow software library for numerical computation, there are many options for someone interested in starting off with Machine Learning/Neural Nets to choose from. Caffe, a deep learning framework developed by the Berkeley Vision and Learning Center (BVLC) and its contributors, comes to the play with a fresh cup of coffee.

Installation Instructions (Ubuntu 14 Trusty)

The following section is divided in to two parts. Caffe's documentation suggest

@vivienzou1
vivienzou1 / Weighted-majority-experiment.readme
Created July 14, 2018 02:07 — forked from xiaohan2012/Weighted-majority-experiment.readme
Weighted Majority algorithm used in online learning
Three files are included:
1. `weighted_majority.py`: the weighted majority algorithm
2. `main.py`: the main program which takes a specific beta value and make a list of plots
3. `experiment.sh`: bash script that experiments on a list of beta values. This is a good entry of this gist.
@vivienzou1
vivienzou1 / README.md
Created June 5, 2018 02:53 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet