GitLab CI security tools runner

Описание проекта: Данный проект является вариантом реализации DevSecOps практик, на базе: Используйте данный репозиторий чтобы построить безопасность в цикле CI/CD. Quick Start Склонировать к себе Common Security Pipeline Исправить все места где встречается комментарий CHECK IT или FIX IT Изменить в ./pipeline/security_tools.yml путь до контейнеров с Security Tools Поднять у себя DefectDojo Прописать у себя в GitLab необходимые переменные: API-ключ Путь до DefectDojo для доступа к вашему DefectDojo в файле ./dd_prepare/dd_prepare.py. Если у вас используется Vault или аналогичное решение, то […]

Read more

TFLearn: Deep learning library featuring a higher-level API for TensorFlow

TFlearn is a modular and transparent deep learning library built on top of Tensorflow. It was designed to provide a higher-level API to TensorFlow in order to facilitate and speed-up experimentations, while remaining fully transparent and compatible with it. TFLearn features include: Easy-to-use and understand high-level API for implementing deep neural networks, with tutorial and examples. Fast prototyping through highly modular built-in neural network layers, regularizers, optimizers, metrics… Full transparency over Tensorflow. All functions are built over tensors and can […]

Read more

ipython-based environment for conducting data-driven research in a consistent and reproducible way

REP is ipython-based environment for conducting data-driven research in a consistent and reproducible way. Main features: unified python wrapper for different ML libraries (wrappers follow extended scikit-learn interface) Sklearn TMVA XGBoost uBoost Theanets Pybrain Neurolab MatrixNet service(available to CERN) parallel training of classifiers on cluster classification/regression reports with plots interactive plots supported smart grid-search algorithms with parallel execution research versioning using git pluggable quality metrics for classification meta-algorithm design (aka ‘rep-lego’) REP is not trying to substitute scikit-learn, but extends […]

Read more

Regularized Greedy Forest: A tree ensemble machine learning method described

Regularized Greedy Forest Regularized Greedy Forest (RGF) is a tree ensemble machine learning method described in this paper. RGF can deliver better results than gradient boosted decision trees (GBDT) on a number of datasets and it has been used to win a few Kaggle competitions. Unlike the traditional boosted decision tree approach, RGF works directly with the underlying forest structure. RGF integrates two ideas: one is to include tree-structured regularization into the learning formulation; and the other is to employ […]

Read more

Python package for Bayesian Machine Learning with scikit-learn API

Python package for Bayesian Machine Learning with scikit-learn API Installing & Upgrading package pip install https://github.com/AmazaspShumik/sklearn_bayes/archive/master.zip pip install –upgrade https://github.com/AmazaspShumik/sklearn_bayes/archive/master.zip Algorithms ARD Models Relevance Vector Regression (version 2.0) code, tutorial Relevance Vector Classifier (version 2.0) code, tutorial Type II Maximum Likelihood ARD Linear Regression code Type II Maximum Likelihood ARD Logistic Regression code, tutorial Variational Relevance Vector Regression

Read more

Simple machine learning library In Python

Simple machine learning library / 簡單易用的機器學習套件 Installation Tutorial Algorithm Perceptron Perceptron Binary Classification Learning Algorithm Perceptron Multi Classification Learning Algorithm Pocket Perceptron Binary Classification Learning Algorithm Pocket Perceptron Multi Classification Learning Algorithm Regression Linear Regression Learning Algorithm Linear Regression Binary Classification Learning Algorithm Linear Regression Multi Classification Learning Algorithm Ridge Regression Learning Algorithm Ridge Regression Binary Classification Learning Algorithm Ridge Regression Multi Classification Learning Algorithm Kernel Ridge Regression Learning Algorithm Kernel Ridge Regression Binary Classification    

Read more

A web-based application for quick, scalable, and automated hyperparameter tuning in Python

Xcessiv is a tool to help you create the biggest, craziest, and most excessive stacked ensembles you can think of. Stacked ensembles are simple in theory. You combine the predictions of smaller models and feed those into another model. However, in practice, implementing them can be a major headache. Xcessiv holds your hand through all the implementation details of creating and optimizing stacked ensembles so you’re free to fully define only the things you care about. The Xcessiv process Define […]

Read more

A python framework for interaction with time series data

Machine Learning and Data Analytics Graphical User Interface The current version is not stable and might crash unexpectedly! What is it? The MaD GUI is a framework for processing time series data. Its use-cases include visualization, annotation (manual or automated), and algorithmic processing of visualized data and annotations. How do I use it? By clicking on the images below, you will be redirected to YouTube. In case you want to follow along on your own machine, check out the section […]

Read more

An open source platform that facilitates the creation, sharing, and collaborative use of geospatial data

GeoNode GeoNode is a geospatial content management system, a platform for the management and publication of geospatial data. It brings together mature and stable open-source software projects under a consistent and easy-to-use interface allowing non-specialized users to share data and create interactive maps. Data management tools built into GeoNode allow for integrated creation of data, metadata, and map visualization. Each dataset in the system can be shared publicly or restricted to allow access to only specific users. Social features like […]

Read more
1 42 43 44 45 46 48