Giter Club home page Giter Club logo

adnetic-cmpe130's Introduction

in n out is overrated

adnetic-cmpe130's People

Watchers

 avatar  avatar  avatar

Forkers

kylemaa

adnetic-cmpe130's Issues

Ad catering

  • Find longest path
  • Display ad for specific user
  • Compare between users' frequently visited websites
  • Display ads towards most-fit user (e.g. a user who visits social media versus someone who visits news websites will get more social ads)

Reasons for Directed Graph

Our graphs were directed graphs due to counting only the website visits from different users as opposed to one user visiting a website multiple times. This would keep track of the diversity of visitors and counts the population occupying a website. For example, if the graphs were cyclic, then a user would be able to visit a website 300 times which would not be a true population count.

Hamilthonian Path

Due to the nature of our graphs being directed and acyclic, the topological sort handles the visit of each vertex already. Thus, the Hamilthonian theorem is resolved within our graphs with no need to track the visit of each vertex via boolean functions.

Implicit Conversion

Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'int'
line 19 in Hash.cpp

New dat files

Completed

  • Creating 2 categories, with 4 files total
  • 1 file for loading ads into Hash table
  • Predetermined direction of nodes
  • Layout of project drawn out in Draw.io
  • Conflict where root node pointed to another node in a cycle (Not acyclic)

Randomizing

  • Weights are more important
  • Randomizing for user visiting a certain website given the direction of node to adjacent nodes

Tracking WebWeight

Weight is apparently out of bounds (i[10]) when the graph vertex bound is 6. How to compress values such as facebook which are multiple into that size of 6 e.g.:

Name of Website Index
Facebook 1
Snapchat 2
Twitter 3
Instagram 4
WhatsApp 5

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.