All Projects → abaranovskis-redsamurai → Automation Repo

abaranovskis-redsamurai / Automation Repo

Machine learning and process automation

Projects that are alternatives of or similar to Automation Repo

Cirrus
Serverless ML Framework
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Bayesian Cognitive Modeling In Pymc3
PyMC3 codes of Lee and Wagenmakers' Bayesian Cognitive Modeling - A Pratical Course
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Notebooktowebapp
💭 This is the accompanying repo for my article on converting a Jupyter Notebook to a streamlit web app.
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Satellite imagery python
Sample sample scripts and notebooks on processing satellite imagery
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Rl Movie Recommender
The purpose of our research is to study reinforcement learning approaches to building a movie recommender system. We formulate the problem of interactive recommendation as a contextual multi-armed bandit.
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
American Gut
American Gut open-access data and IPython notebooks
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Fakeimagedetector
Image Tampering Detection using ELA and CNN
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Rgcn With Bert
Graph Convolutional Networks (GCN) with BERT for Coreference Resolution Task [Pytorch][DGL]
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Attalos
Joint Vector Spaces
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Datascience repo Beta
Notebooks para comenzar desde cero en data science (en español)
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Classification Of Hyperspectral Image
Classification of the Hyperspectral Image Indian Pines with Convolutional Neural Network
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Text Mining Course
Course Notes for Text Mining - Prof. Peter Organisciak
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Story2hallucination
Stars: ✭ 91 (-3.19%)
Mutual labels:  jupyter-notebook
Doc Browser
A documentation browser with support for DevDocs, Dash and Hoogle, written in Haskell and QML
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Ai
bash script to install Artifical Images materials
Stars: ✭ 92 (-2.13%)
Mutual labels:  jupyter-notebook
Prob mbrl
A library of probabilistic model based RL algorithms in pytorch
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Scikit Learn Classifiers
An introduction to implementing a number of scikit-learn classifiers, along with some data exploration
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Multivariate Time Series Models In Keras
This repository contains a throughout explanation on how to create different deep learning models in Keras for multivariate (tabular) time series prediction.
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Nf Jax
Normalizing Flows in Jax
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Biggansarewatching
Authors official implementation of "Big GANs Are Watching You" pre-print
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook

New samples are posted here: https://github.com/katanaml/sample-apps

Process automation with Machine Learning.

  1. invoice-automation-d1.ipynb - date is split into multiple columns
  2. invoice-automation-d2.ipynb - instead of splitting date, using date difference in days
  3. invoice-risk-model-local.ipynb - step by step notebook to run xgboost on premise
  4. diabetes_redsamurai_db.ipynb - notebook which demonstrates how to fetch training data directly from DB, prepare train/test datasets and run training with XGBoost
  5. diabetes_redsamurai_endpoint_db.ipynb - notebook which demonstrates how to use Flask to expose XGBoost ML model
  6. convnet - cat vs dog image classification model built using Python code from book: https://www.manning.com/books/deep-learning-with-python (original source code from the book on GitHub: https://github.com/fchollet/deep-learning-with-python-notebooks)
  7. forecast - future price forecast for iron/steel with Prophet model. Example how to save/load Prophet model and expose Flask API
  8. regression - Keras/TensorFlow model with regression implementation to predict report execution time, before report request is submitted
  9. tfjs-sentiment - TensorFlow.js example where Python model is reused to calculate hotel review sentiment
  10. regressiontfjs - TensorFlow.js use case example with training, transfer learning to predict business report execution time
  11. oracleml - machine learning with SQL in Oracle DB
  12. tf2.0 - ML model implemented with TensorFlow 2.0 and Keras
  13. tf-serving - TensorFlow Serving example to publish Keras model through REST
  14. forecast-lstm - Simple timeseries forecast example with true future
  15. tfjs-simple - TensorFlow.js example using TensorFlow.js API for data read and processing
  16. pipeline - ML pipeline example with Keras regression model, scheduled re-training and Flask REST API
  17. unsupervised - Unsupervised ML example with autoencoder to detect anomaly (fraud) in Health Insurance Claims

Author: Andrej Baranovskij, Red Samurai Consulting (https://redsamuraiconsulting.com)

Our Machine Learning product: https://katanaml.io/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].