Giter VIP home page Giter VIP logo

higher-order-organization-julia's People

Contributors

arbenson avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

higher-order-organization-julia's Issues

neuronal-bifan.ipynb

When I try to run
G = max(A, A'); (undirected version of graph)
in jupyter notebook with Julia kernel, I get this error.

I am using the following packages:
using MatrixNetworks
using MAT
using PyPlot
using PyCall
data = matread("data/neuronal.mat");
A = data["A"];

It works fine will A, but when I try to run after that it (G = max(A,A') ) throws the below error.

MethodError: no method matching isless(::LinearAlgebra.Adjoint{Float64, SparseArrays.SparseMatrixCSC{Float64, Int64}}, ::SparseArrays.SparseMatrixCSC{Float64, Int64})
Closest candidates are:
isless(::Any, ::Missing) at missing.jl:88
isless(::Missing, ::Any) at missing.jl:87
isless(::Any, ::PyObject) at C:\Users\Manish.julia\packages\PyCall\ygXW2\src\pyoperators.jl:76
...

Stacktrace:
[1] max(x::SparseArrays.SparseMatrixCSC{Float64, Int64}, y::LinearAlgebra.Adjoint{Float64, SparseArrays.SparseMatrixCSC{Float64, Int64}})
@ Base .\operators.jl:480
[2] top-level scope
@ In[19]:1
[3] eval
@ .\boot.jl:368 [inlined]
[4] include_string(mapexpr::typeof(REPL.softscope), mod::Module, code::String, filename::String)
@ Base .\loading.jl:1428

Is it because of the certain versions of the packages. I don't know about the versions so if possible can you let me know what versions of the packages above have you used then?

General algorithm for motif co-occurrence count

Hi,

Thank you for your paper, it is the inspiration for my recent work and I have been able to use the motif conductance idea to improve some graph-related ML task. Currently I am looking for a general efficient algorithm to construct the motif co-occurrence matrix. I wonder if there is a software package or a principled approach asides from the brute-force algorithm? If you have time, could you please give me some pointers? Thank you very much in advance.

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.