Git Product home page Git Product logo

cs224w_colab's Introduction

Hi there πŸ‘‹

  • πŸ”­ I obtained my bachelor's degree in Computer science from University of Michigan with a dual degree in Electrical and Computer Engineering.
  • 🌱 I’m currently learning computational data science at Carnegie Mellon University School of Computer Science, System Track.
  • πŸ‘― Previously I work on open-source project @analytics-zoo and @Cloud_Emulator I’m looking to collaborate on cool open source project in following area: Machine Learning Systems, Cloud Infra, Distributed ML Framework Optimization
  • πŸ“« I'm currently seeking 2024 full time software engineer positions.
  • πŸ˜„ My interested field are in cloud computing, distributed systems, edge computing and machine learning systems.
  • I am fascinated by sportsπŸ§—πŸ€πŸΈοΈπŸƒπŸŠ.

Diego Cao stats

cs224w_colab's People

Contributors

diegocao avatar

Watchers

 avatar

cs224w_colab's Issues

Error in calculating closeness centrality

There is a miscalculation when calculating the closeness centrality in this notebook.

When the result of nx.algorithms.centrality.closeness_centrality is being unnormalized in Question 4, it's being divided by len(component). But in fact, it should be divided by len(component)-1. This is because, in nx.algorithms.centrality.closeness_centrality, the shortest path is being normalized by N-1, not N.

The answer returned by the function should be ~0.01163 instead of ~0.01128. Correct me if I'm wrong here. Great work on this repo btw

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.