Code Monkey home page Code Monkey logo

sandyguh04's Projects

bfs_dfs icon bfs_dfs

Breadth First Search and Depth First Search in Java

dijkstra icon dijkstra

Find shortest path with Dijkstra algorithm

fft-algorithm icon fft-algorithm

Discrete Fourier Transform in Python using recursive Cooley Tukey algorithm

fft-python icon fft-python

Discrete Fourier Transform in Python using recursive Cooley Tukey algorithm

graphs icon graphs

A repository containing a graph library

kruskal_y_prim icon kruskal_y_prim

Find the minimum expansion tree using direct Kruskal (begins with empty list, sorts the edges's weights in ascending order and adds the first edge to the list), inverse Kruskal (begins with full list, sorts the edges's weights in descending order and deletes the first edge in the list) and Prim (adds to the list the edge with lower cost) algorithms

nlp_summarization icon nlp_summarization

The results of toy example summaries and DUC corpus evaluated with different python libraries based on ROUGE metric

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.