Code Monkey home page Code Monkey logo

tf_g's Introduction

Trabajo de Fin de Grado: Algoritmos para Big Data: Grafos y PageRank

Name:tf_G
Description:Python's Tensorflow Graph Library
Website:https://github.com/garciparedes/tf_G
Author: @garciparedes
Version: 0.1

travisci codecov docs

Description

This work consists of a study of a set of techniques and strategies related with algorithm's design, whose purpose is the resolution of problems on massive data sets, in an efficient way. This field is known as Algorithms for Big Data. In particular, this work has studied the Streaming Algorithms, which represents the basis of the data structures of sublinear order o(n) in space, known as Sketches. In addition, it has deepened in the study of problems applied to Graphs on the Semi-Streaming model. Next, the PageRank algorithm was analyzed as a concrete case study. Finally, the development of a library for the resolution of graph problems, implemented on the top of the intensive mathematical computation platform known as TensorFlow has been started.

Content

How to install

If you have git installed, you can try:

$ pip install git+https://github.com/garciparedes/tf_G.git

If you get any installation or compilation errors, make sure you have the latest pip and setuptools:

$ pip install --upgrade pip setuptools

How to run the tests

Install in editable mode and call pytest:

$ pip install -e .
$ pytest

tf_g's People

Contributors

garciparedes avatar gitter-badger avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

tf_g's Issues

Incidencia

Hay un problema con el escritor de este trabajo, y es que es un poco mono.

Escribir introducción del documento

Hablar de:

  • La problematica debida al tamaño de los conjuntos de datos
  • La diferencia entre técnicas y algoritmos
  • Breve introducción sobre métodos de filtrado y recuperación de campos ausentes
  • Breve introducción sobre cálculo matricial
  • Breve introducción sobre paralelismo
  • Breve introducción sobre métodos de búsqueda aplicados al big data
  • Breve introducción sobre algoritmos en tiempo real
  • Breve introducción sobre métodos estadísticos

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.