Skip to content

addy1997/Machine_Learning_Resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

logo


A repository with curated list of ML libraries, packages, framework, etc.

License Build Status Stars Contributions


Note: The data in this repository is updated and accurate to the best of my knowledge. In case of any correction, deletion or addition of information please raise an issue or write a mail to [adwaitnaik2@gmail.com].

Table of Contents


  • lasagne - Lightweight library to build and train neural networks in Theano. [githublasagne]

  • Blocks - a framework that helps you build neural network models on top of Theano.[githubBlocks]

  • NeuPy - a Tensorflow based python library for prototyping and building neural networks.[githubNeuPy]

  • FANN - Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. [githubFANN]

  • Tensorflow - Is a machine learning based framework by Google for object recognition, image segmentation, etc. TensorFlow is an open source software library for numerical computation using data flow graphs. [githubTensorflow]

  • Pytorch - PyTorch is a Python package that provides two high-level features, tensor computation (like NumPy) with strong GPU acceleration, deep neural networks built on a tape-based autograd system.[githubPytorch]

  • Neurolab - NeuroLab is a simple and powerful Neural Network Library for Python. This library contains based neural networks, train algorithms and flexible framework to create and explore other networks.[githubNeurolab]

  • ffnet - feedforward neural network for Python is fast and easy to use feed-forward neural network training solution for Python. You can use it to train, test, save, load and use an artificial neural network with sigmoid activation functions.[githubffnet]

  • pyrenn - pyrenn is a recurrent neural network toolbox for Python and Matlab.[githubpyrenn]

  • scikit-nn - This library implements multi-layer perceptrons, auto-encoders and (soon) recurrent neural networks with a stable Future Proof™ interface that's compatible with scikit-learn for a more user-friendly and Pythonic interface.[githubscikit-nn]

  • PySyft - PySyft is a Python library for secure and private Deep Learning.[githubPySyft]

  • PyGrid - PyGrid is a peer-to-peer network of data owners and data scientists who can collectively train AI models using PySyft.[githubPyGrid]

  • PyFE - A library for running functional encryption on tensors. [githubPyFE]

  • TenSEAL - A library for homomorphic encryption of tensors. [githubTenSEAL]

  • mlpack - A scalable, fast, and flexible library for machine learning written in C++. [github mlpack]

  • Pytest - A framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. [github Pytest]


  • LayoutX - Python Tk declarative UI framework with reactive data binding. [githubLayoutX]

  • Flexx - Using Web technology, if it has Python and browser anywhere works.[githubFlexx]

  • CEF - This framework targets Windows, MAC OS, and Linux. It is based on Google Chromium. Its focus is largely on the facilitation of embedded browser use in third-party applications. [githubCEF]

  • DABO - The target of this framework is WxPython. This is a 3-tier framework. Dabo is a cross-platform application development framework. [githubDABO]

  • pygforms - Pyforms is a Python 2.7/3.x cross-environment framework used to develop GUI application. Code reusability is encouraged in this framework.[githubpyforms]

  • PyGobject - With PyGObject, you can write Python applications for the GNOME project. You can write a Python application using GTK+ as well. [githubPyGobject]

  • PyQT5 - PyQt is a Python binding of the cross-platform GUI toolkit Qt, implemented as a Python plug-in. [githubPyQT5]

  • pyside - Python whole slide image analysis toolkit. [githubpyslide]

  • PyGUI - A cross-platform GUI library for Python with a pythonic API.[githubPyGUI]

  • wxpython - This is the source tree for wxPython, a set of wrapper modules that enable the use of wxWidgets from the Python language. This respository is archived. [github] new-link


  • Matplotlib - Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python.[githubMatplotlib]

  • Plotly - The interactive graphing library for Python.[githubPlotly]

  • Paints Chainer - Paints Chainer is a Python-based comic coloring tool.[githubPaints Chainer]

  • Face Recognition - Built using dlib's state-of-the-art face recognition built with deep learning. The model has an accuracy of 99.38% on the Labeled Faces in the Wild benchmark. [githubFace Recognition]

  • Deep Painterly Harmonization - Deep Painterly Harmonization is an image synthesis library based on Python and LUA.[githubDeep Painterly Harmonization]

  • PLPlot - PLPlot is a cross-platform software package for creating scientific charts. It is based on the C language library and supports various languages ​​(C, C++, Fortran, Java, Python, Perl etc.).[githubPLPlot]

  • pyechart - Pyecharts is a class library for generating Echarts charts.[githubpyechart]

  • bokeh - Bokeh (Bokeh.js) is a Python interactive visualization library, which supports modern web browsers and provides great presentation capabilities.[githubbokeh]

  • pygal - Pygal is a Python library for generating dynamic SVG charts. The various graphics generated with pygal have a variety of default color styles, which are very beautiful.[githubpygal]

  • ImageAI - ImageAI is a Python image recognition library, which provides a number of well-trained models and makes it easy to identify and label various objects in a picture. [githubImageAI]

  • Tesseract OCR - Tesseract 4 adds a new neural net (LSTM) based OCR engine which is focused on line recognition, but also still supports the legacy Tesseract OCR engine of Tesseract 3 which works by recognizing character patterns.[githubTesseract OCR]

  • pillow - PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift.[githubpillow]

  • Geoplotlib - is an open-source Python toolbox that serves to visualize geographical data. It’s library supports the development of hardware-accelerated interactive visualizations and provides implementations of dot maps, kernel density estimation, spatial graphs, Voronoi tessellation, shapefiles and many other spatial visualizations. [githubGeoplotlib]

  • ggplot2 - a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details. [githubggplot2]

  • ggpy - a port for ggplot written in python. [githubggpy]

  • Seaborn - Seaborn is a library for making statistical graphics in Python. It is built on top of matplotlib and closely integrated with pandas data structures. [githubSeaborn]

  • mlboard - mlboard is a tool that allows you to log mlpack data in the format that the TensorBoard frontend can render in browsers. [githubmlboard]

  • Pycortex - is a software that allows you to visualize fMRI or other volumetric mapping data on cortical surfaces. [githubPycortex]

  • Superset - A modern, enterprise-ready business intelligence web application. An intuitive interface for visualizing datasets and crafting interactive dashboards [github Superset)]

  • missingno - provides a small toolset of flexible and easy-to-use missing data visualizations and utilities. [github missingno]

  • gmplot - a library to plot data on google maps. [github gmplot]

  • glue - linked data visualization across multiple files. [github glue]

  • geoplot - High-level geospatial data visualization library for Python. [github geoplot]

  • corella - Correlation plots on the terminal, for quick and simple insights. Powered by pandas. [github corella]

  • quick-potato - A library for the Python programming language that allows for effortless profiling with high-quality visualizations and empowers you to produce a performance angle to test-driven development. [github quick-potato]

  • phylotoast - Tools for phylogenetic data analysis including visualization and cluster-computing support. [github! phylotoast]


  • Graph Tool - is a python based efficient module for statistical analysis and manipulation of graphs. [githubGraph Tool]

  • Network X - is a python based library for creation, manipulation, structuring, and analysis of graphs in python. [githubNetwork X]


  • Numpy - The fundamental package for scientific computing with Python. It has tools for matrix manipulations and performing opeartions with array. [githubNumpy]

  • Scipy - open-source software for mathematics, science, and engineering. It includes modules for statistics, optimization, integration, linear algebra, Fourier transforms, signal and image processing, ODE solvers, and more.[githubScipy]

  • scikit-learn - scikit-learn is a Python module for machine learning built on top of SciPy. [githubscikit-learn]

  • pandas - Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions.[githubpandas]

  • Sympy - A Python library for symbolic mathematics.[githubSympy]

  • Theano - a library written in python that allows you to define, optimize and compute opeartions on multi-dimentional arrays, etc. [githubTheano]

  • Pylearn2 - a machine learning library based on theano.[githubPylearn2]

  • ensmallen - ensmallen is a C++ header-only library for numerical optimization. [githubensmallen]


  • pymunk - Pymunk is a easy-to-use pythonic 2d physics library that can be used whenever you need 2d rigid body physics from Python.[githubpymunk]

About

A repo with curated list of ML libraries, packages, framework, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published