Git Product home page Git Product logo

atics_i's Introduction

Advanced Topics In Computer Science - First Module Assignment

This repository maintains the code for the first module assignment of the Advanced Topics In Computer Science course held at the University of Rome "Roma Tre".

Environment Requirements

There are 2 way to run the code: using a docker container, use a Conda Environment.

For the first solution please refer to the repository https://github.com/floydhub/dl-docker and follow the step in order to install the Environment in which deploy and run the code.

The second alternative is based on a Conda Environment (https://www.anaconda.com/). There are two conda environment available:

  • environments/dl_gpu_py35.py : this Environment contains Tensorflow with GPU support and Keras. In order to execute the code with this Environment is necessary that you've also installed the NVIDIA drivers, Cuda, set all the Environment variables (PATH and LD_LIBRARY_PATH) and correctly followed all the steps specified on the Tensorflow and Keras installation instructions. For details see https://www.tensorflow.org/install/install_linux and https://keras.io/#installation .

  • environments/dl_cpu_py35.py : this environment contains Tensorflow without GPU support and therefore the code executed in this environment will not be enhanced by the GPU. This lack in performance allow a simpler configuration: you have only to import the environment and activate it.

Deep Learning for truth discovery

First Project : Marshall, Argueta, and Wang approach

Repository structure

  • FirstProject_explanation: Ipython notebook that explains all the steps used.

  • NetworkModel : is simply a class that allow us to train and test the network with respect of certain parameters.

  • FirstProjet_stats: another Ipython Notebook in wich we use the NetworkModel class to run several tests.

Second Project : Li, Qin, Ren, and Liu approach

Repository structure

atics_i's People

Contributors

mtnntn avatar patriziodf avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sdimple-chf

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.