All Projects â†’ vaibhavmagon â†’ FB-Ads-Opt-UCB

vaibhavmagon / FB-Ads-Opt-UCB

Licence: other
The easiest way to optimize Facebook Ads using Upper Confidence Bound Algorithm. 💻

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FB-Ads-Opt-UCB

Hacktoberfest-imagine-your-contribution
Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 16 (-30.43%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
magento2-showoutofstockprice
This Magento2 Module adds prices and the add-to-cart button to out-of-stock configurable products.
Stars: ✭ 22 (-4.35%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
downloadTimeCalculator
A site to get approximate download time
Stars: ✭ 25 (+8.7%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
hacktoberfest36 2021
Hacktober Fest 2021 is live. Contribute your projects.
Stars: ✭ 43 (+86.96%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktober Fest 2021
A repository to contribute and learn OpenSource
Stars: ✭ 20 (-13.04%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
HealthBliss-Hacktoberfest2021
HealthBliss is a static responsive website which provides its users with good health reads on how to overcome anxiety, depression and bipolar disorders. Check the readme to know more.
Stars: ✭ 22 (-4.35%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
MERN-E-Commerce
A simple E-Commerce app built on MERN stack with integrated Stripe Checkout.
Stars: ✭ 57 (+147.83%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Vibranium
Web template for and by DSC chapters worldwide because we are a Wakanda of student developers and future technology leaders from all across the world. 🎉
Stars: ✭ 89 (+286.96%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
facebook-ruby-ads-sdk
The Facebook Marketing API in Ruby.
Stars: ✭ 59 (+156.52%)
Mutual labels:  facebook, facebook-ads
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+147.83%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Hacktoberfest2021-DSA
If You know the implementation of any DSA related topic/problem then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Welcoming developers, content writers, and programming enthusiasts.
Stars: ✭ 232 (+908.7%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
weatherbes-android
An open sourced Weather App made using OpenWeatherMapAPI
Stars: ✭ 23 (+0%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Angular
A repositoy to learn and boost your Angular skills. It contains cheatsheet, code, articlues and all learning resources you need.
Stars: ✭ 49 (+113.04%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Footer-and-Header-design-Challenge
Contribute your design in Footer and Header design templates using HTML, CSS, JavaScript.
Stars: ✭ 12 (-47.83%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
wazuh-puppet
Wazuh - Puppet module
Stars: ✭ 25 (+8.7%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
cinesimile
CineSimile is a platform that shows similar movies for a specific movie.
Stars: ✭ 16 (-30.43%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
Leetcode-scripts
Repo for creating awesome leetcode solution scripts to make my panda smarter
Stars: ✭ 16 (-30.43%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
-HactoberFest2021-For All Beginers-
Raise Genuine PRs, Your PRs will be accepted, Star This Repo, You aren't allowed to Update README.md
Stars: ✭ 33 (+43.48%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
EmuConfigurator
Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system
Stars: ✭ 115 (+400%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021
github-fest-2021
No description or website provided.
Stars: ✭ 44 (+91.3%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2021

Facebook Ads Optimisation Script Using Real Life Ads 💻

This code analyzes 43 Facebook ad sets and helps find the best ad set using the Upper Confidence Bound machine learning algorithm.

More on UCB here: http://banditalgs.com/2016/09/18/the-upper-confidence-bound-algorithm/

To Run

  1. Export Ad set from Facebook ads directly for Impressions : Signups (Can use it for other data points as well).
  2. Replace the data in ads-data.csv with current ads data.
  3. Run: sudo python fb-ucb-ads.py

Data

Folder contains the ads-data.csv file with Ads Impressions : Signups data.

Ads Histogram for current Data

Clearly Ad: 2 is the winner and should have higher budget allocation.

screen shot 2019-01-31 at 11 46 28 am

Prerequisits

  • Python 2.7
  • Machine learning libraries
  • Anaconda/Spyder

Contributers

  • Vaibhav Magon
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].