Giter VIP home page Giter VIP logo

fullnn's Introduction

Hi there πŸ‘‹

I'm a post-doctoral researcher in the Quantum Information Theory group at Université de Genève. My current research focuses, mostly, in the interplays between machine learning and quantum physics, and in quantum nonlocality. In the past, I have also worked in quantum thermodynamics, and in quantum information aspects of quantum field theory.

What you will find πŸ‘€

There are a few things that you may find wandering around here:

  • Computational appendices of research papers πŸ–₯️: It is my belief that science should be open and reproducible (and that scientists shouldn't waste their time programming things that have already been programmed). Due to this, I always make an attempt to publishing the computer codes employed in each scientific publication I author. Examples of these computational appendices are triangle-quantum-nonlocality, private-tn, fullnn, rapid, quantum-networks-scalar-extension, gaussianotto, bayesian-dl-quantum (this last one, in GitLab).
  • Teaching material πŸ“š: of different lectures and courses I have taught. This is the case of teaching and BIST-Python-Bootcamp.
  • Learning material πŸ”: mostly in classical and quantum machine learning, developed while studying the subjects. Examples are ml-projects, qml-rg, and ebm-torch, which is a library written in Pytorch to train energy-based generative models.
  • An Android app! πŸ“± which helped me retain sanity during 2020: contactdiary

More βž•

  • πŸ“« How to reach me: Drop me an email (this is easy to find in the web) or find me on Twitter or Mastodon.
  • πŸ˜„ Pronouns: he/him

apozas' GitHub stats

fullnn's People

Contributors

apozas avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

fullnn's Issues

About: 'before define the value of a variable, try to change the shape of the variable'

Brief description of bug

Self-Diagnosis

  • I have reviewed the documentation.
  • I have reviewed the Wiki.
  • I have tried to use the latest version of Picos, Numpy and other required interface.
  • I have searched the issues for an answer to my question.
  • I have searched the web for an answer to my question.

Environment(for bug reports)

  • Operating System:MacOs(12.0.1)
  • IDE version:VS code 1.65.1 (Universal)
  • Python version:Python 3.9.7

My configuration/Related code

import numpy as np
import picos as pic

probabilities = pic.RealVariable('pinf',
                                   shape=3456,
                                   lower=0)
pinf = np.reshape(probabilities, (2,4,4,2,2,3,3,3))

Steps to Reproduce the Issue

  1. The issue arise in Deriving (again) Equation 6, function:set_problem_C_NS() and a similar section that follows.

  2. By picos.RealVariable() introduce a variable (probabilities) which value is None.

  3. With numpy.reshape() on the variable, and report a Bug: picos.valuable.NotValued: Mutable pinf is not valued.

Current Result

  1. picos.valuable.NotValued: Mutable pinf is not valued.
  2. And you cannot reshape a variable which value is None.

Expected Result

Please check if you forgot to define the value of the probabilities, or if I got it wrong, please let me know.

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.