Giter VIP home page Giter VIP logo

huseinzol05 / machine-learning-numpy Goto Github PK

View Code? Open in Web Editor NEW
105.0 12.0 63.0 46.03 MB

Gathers Machine learning models using pure Numpy to cover feed-forward, RNN, CNN, clustering, MCMC, timeseries, tree-based, and so much more!

License: MIT License

Jupyter Notebook 99.28% Python 0.22% C 0.49%
machine-learning-algorithms gradient-descent evolution-strategies stock-market-monte-carlo monte-carlo mcmc deep-learning-scratch feed-forward-scratch rnn-scratch cnn-scratch

machine-learning-numpy's Introduction

Machine-Learning-Numpy

Code Machine learning models without any frameworks, Numpy only.

Table of contents

Neural Network

  1. Deep Feed-forward
  • gradient descent
  • momentum
  • nesterov
  • rmsprop
  • adagrad
  • adam
  1. Vanilla recurrent
  • gradient descent
  • momentum
  • nesterov
  • rmsprop
  • adagrad
  • adam
  1. Long-short-term-memory recurrent
  • gradient descent
  • momentum
  • nesterov
  • rmsprop
  • adagrad
  • adam
  1. gated-recurrent-unit recurrent
  • gradient descent
  • momentum
  • nesterov
  • rmsprop
  • adagrad
  • adam
  1. Convolutional
  • atrous 1D
  • atrous 2D
  • average pooling 1D
  • average pooling 2D
  • convolution 1D
  • convolution 2D
  • max pooling 1D
  • max pooling 2D
  1. batch-normalization
  2. Dropout
  3. Regularization
  4. Neuro-evolution
  • Iris classification
  • Iris classification + Novelty search
  • Regression
  1. Evolution-strategy

Clustering

  1. DBScan
  2. K-Mean
  3. K-Nearest Neighbors

Decomposition

  1. Latent Dirichlet Allocation
  2. Latent Semantic Analysis
  3. Linear Decomposition Analysis
  4. Non-negative Matrix Feature
  5. Principal Component Analysis
  6. TSNE

Probabilistic

  1. Gaussian TF-IDF
  2. Multinomial TF-IDF
  3. Hidden Markov
  4. Neural Network

Regression

  1. Linear
  2. Polynomial
  3. Lasso
  4. Ridge
  5. Sigmoid logistic

Trees based

  1. Decision Tree
  2. Random Forest
  3. Adaptive Boosting
  4. Bagging
  5. Gradient Boosting

Timeseries

  1. Moving Average
  2. Linear Weight Moving Average
  3. John-Ehlers
  4. Noise Removal-Get
  5. Anchor Smoothing
  6. Detect Outliers
  7. ARIMA
  8. Seasonal Decomposition

Signal processing

  1. Convolutional 1D
  2. Convolutional 2D
  3. Pass-Filters

Monte-carlo

  1. Markov Chain
  • metropolis hasting normal distribution
  • metropolis hasting stock forecasting
  1. Pi estimation
  2. Stock market prediction

Discussions

Some of results are not good because of softmax and cross entropy functions I code.

If found any error on my chain-rules, feel free to branch.

machine-learning-numpy's People

Contributors

huseinzol05 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

machine-learning-numpy's Issues

Covariance Matrix

Yooo, bro you didn't divide your X.T.dot(X) matrix by the number of data you have to get the covariance matrix ? In your iris PCA code bro.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.