Andy Yuan (andyyuan78)

andyyuan78

Geek Repo

Company:Nortel->Ericssion->Cisco->Startup

Github PK Tool:Github PK Tool

Andy Yuan's repositories

books

some books

Language:MathematicaStargazers:9Issues:2Issues:0

willey_py_ML

the src of willey_py_ML

Language:PythonStargazers:2Issues:0Issues:0

awesome-courses

List of awesome university courses for learning Computer Science!

Stargazers:0Issues:2Issues:0

app-dl

Deep Learning and applications in Startups, CV, Text Mining, NLP

Stargazers:0Issues:2Issues:0

awesome-flask

A curated list of awesome Flask resources and plugins

Stargazers:0Issues:2Issues:0

bloom-filter-indexer

Indexes fields in a CSV file using a bloom filter probablistic set structure.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

convnet-benchmarks

Easy benchmarking of all public open-source implementations of convnets

Language:PythonStargazers:0Issues:0Issues:0

cs231n.github.io

Public facing notes page

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

GoldSaxAdaBoost

Modelled, Architected and designed by Vance King Saxbe. A. with the geeks from GoldSax Consulting, GoldSax Money, GoldSax Treasury, GoldSax Finance, GoldSax Banking and GoldSax Technologies email @vsaxbe@yahoo.com. Development teams from Power Dominion Enterprise, Precieux Consulting. This Engagement sponsored by GoldSax Foundation, GoldSax Group and executed by GoldSax Manager. By Ensemble methods, Combining multiple classifiers exploits the shortcomings of single classifiers, such as overfitting. Combining multiple classifiers help, as long as the classifiers are significantly different from each other. This difference is in the algorithm or in the data applied to that algorithm. The two types of ensemble methods bagging and boosting. In bagging, datasets the same size as the original dataset are built by randomly sampling examples for the dataset with replacement. Boosting takes the idea of bagging a step further by applying a different classifier sequentially to a dataset. AdaBoost uses a weak learner as the base classifier with the input data weighted by a weight vector. In the first iteration the data is equally weighted. But in subsequent iterations the data is weighted more strongly if it was incorrectly classified previously. This adapting to the errors is the strength of AdaBoost. We built functions to create a classifier using AdaBoost and the weak learner, decision stumps. The AdaBoost functions can be applied to any classifier, as long as the classifier can deal with weighted data. The AdaBoost algorithm is powerful, and it quickly handled datasets that were difficult using other classifiers. The classification imbalance problem is training a classifier with data that doesn’t have an equal number of positive and negative examples. The problem also exists when the costs for misclassification are different from positive and negative examples. We looked at ROC curves as a way to evaluate different classifiers. We use precision and recall as metrics to measure the performance classifiers when classification of one class is more important than classification of the other class. We use oversampling and undersampling as ways to adjust the positive and negative examples in a dataset.dealing with classifiers with unbalanced objectives. This method takes the costs of misclassification into account when training a classifier.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

Java4Android

Java for Android

Language:JavaStargazers:0Issues:2Issues:0

lda-svi

an implementation of latent Dirichlet allocation (LDA) with stochastic variational inference

Language:PythonLicense:GPL-3.0Stargazers:0Issues:2Issues:0

list_of_recommender_systems

A List of Recommender Systems and Resources

Stargazers:0Issues:0Issues:0

machine-learning-cheat-sheet

Classical equations and diagrams in machine learning

Language:TeXStargazers:0Issues:0Issues:0

misc

Machine Learning / Natural Language Processing / Randomized Algorithm

Language:PythonStargazers:0Issues:2Issues:0

My-blog

Markyun在GitHub上的文字记录

Stargazers:0Issues:0Issues:0

open-source-machine-learning-degree

Learn machine learning for free, because free is better than not-free.

License:GPL-2.0Stargazers:0Issues:0Issues:0

py-must-watch

Must-watch videos about Python

Language:HTMLStargazers:0Issues:0Issues:0

PyArb

Statistical arbitrage simulation, modeling and backtesting with Python.

Language:HTMLLicense:GPL-2.0Stargazers:0Issues:2Issues:0
Language:C++Stargazers:0Issues:2Issues:0

pyctp-1

ctp wrapper for python

Language:C++License:MITStargazers:0Issues:2Issues:0

python_reference

Useful functions, tutorials, and other Python-related things

Language:HTMLStargazers:0Issues:0Issues:0

sklearn_pycon2015

Materials for my Pycon 2015 scikit-learn tutorial.

Language:PythonLicense:BSD-3-ClauseStargazers:0Issues:2Issues:0

sklearn_pydata2015

Scikit-Learn Tutorial for PyData Seattle 2015

Language:PythonLicense:BSD-3-ClauseStargazers:0Issues:2Issues:0

speech-language-processing

A curated list of speech and natural language processing resources

Stargazers:0Issues:2Issues:0