Skip to content

Commit f932e80

Browse files
authored
Update README.md
1 parent bb1e7bb commit f932e80

File tree

1 file changed

+21
-38
lines changed

1 file changed

+21
-38
lines changed

README.md

+21-38
Original file line numberDiff line numberDiff line change
@@ -3,63 +3,46 @@
33
![image title](https://img.shields.io/badge/python-v3.6-green.svg) ![image title](https://img.shields.io/badge/ntlk-v3.2.5-yellow.svg) ![Image title](https://img.shields.io/badge/sklearn-0.19.1-orange.svg) ![Image title](https://img.shields.io/badge/BeautifulSoup-4.6.0-blue.svg) ![Image title](https://img.shields.io/badge/pandas-0.22.0-red.svg) ![Image title](https://img.shields.io/badge/matplotlib-v2.1.2-orange.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
44
<br>
55

6-
### Index
7-
8-
* [predicting-the-number-of-comments-on-reddit](#predicting-the-number-of-comments-on-reddit)
9-
* [tennis-matches-prediction-with-logistic-regression-and-random-forest](#tennis-matches-prediction-with-logistic-regression-and-random-forest)
10-
* [churn-analysis](#churn-analysis)
11-
* [click-prediction](#click-prediction)
12-
* [analysis-of-opioid-prescription-problem](#analysis-of-opioid-prescription-problem)
13-
14-
### predicting-the-number-of-comments-on-reddit
15-
16-
In this project I determine which characteristics of a post on Reddit contribute most to the overall interaction as measured by number of comments.
17-
186
<p align="center">
197
<img src="https://github.com/marcotav/predicting-the-number-of-comments-on-reddit/blob/master/Reddit-logo.png"
20-
width="150" height="150"/>
8+
width="120" height="120"/>
219
</p>
2210

23-
### tennis-matches-prediction-with-logistic-regression-and-random-forest
24-
25-
The goal of the project is to predict the probability that the higher-ranked player will win a tennis match. I will call that a `win`(as opposed to an upset).
26-
2711
<p align="center">
28-
<img src="https://github.com/marcotav/machine-learning-classification-projects/blob/master/tennis/images/ATP_World_Tour.png" width="150" height="150"/>
29-
</p>
12+
<a href="#nb"> Notebooks and descriptions </a> •
13+
<a href="#ci"> Contact Information </a>
14+
</p>
3015

31-
### churn-analysis
32-
This project was done in collaboration with [Corey Girard](https://github.com/coreygirard/). A mobile device company is having a major problem with customer retention. Customers switching from one company to another is called churn. Our goal in this analysis is to understand the problem, identify behaviors which are strongly correlated with churn and to devise a solution.
16+
<a id = 'nb'></a>
17+
### Notebooks and descriptions
18+
| Notebook | Brief Description |
19+
|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|
20+
|[predicting-the-number-of-comments-on-reddit](http://nbviewer.jupyter.org/github/marcotav/deep-learning/blob/master/painters-identification/notebooks/capstone-models-final-model-building.ipynb) | In this project I determine which characteristics of a post on Reddit contribute most to the overall interaction as measured by number of comments.|
21+
|[tennis-matches-prediction-with-logistic-regression-and-random-forest](http://nbviewer.jupyter.org/github/marcotav/deep-learning/blob/master/bitcoin/notebooks/deep-learning-LSTM-bitcoins.ipynb) | The goal of the project is to predict the probability that the higher-ranked player will win a tennis match. I will call that a `win`(as opposed to an upset).|
22+
|[churn-analysis](http://nbviewer.jupyter.org/github/marcotav/deep-learning/blob/master/keras-tf-tutorial/notebooks/neural-nets-digits-mnist.ipynb) | This project was done in collaboration with [Corey Girard](https://github.com/coreygirard/). A mobile device company is having a major problem with customer retention. Customers switching from one company to another is called churn. Our goal in this analysis is to understand the problem, identify behaviors which are strongly correlated with churn and to devise a solution.|
23+
|[click-prediction](http://nbviewer.jupyter.org/github/marcotav/deep-learning/blob/master/transfer-learning/notebooks/transfer-learning.ipynb) | Many ads are actually sold on a "pay-per-click" (PPC) basis, meaning the company only pays for ad clicks, not ad views. Thus your optimal approach (as a search engine) is actually to choose an ad based on "expected value", meaning the price of a click times the likelihood that the ad will be clicked [...] In order for you to maximize expected value, you therefore need to accurately predict the likelihood that a given ad will be clicked, also known as "click-through rate" (CTR). In this project I will predict the likelihood that a given online ad will be clicked.|
3324

3425

3526
<p align="center">
3627
<img src="https://github.com/marcotav/machine-learning-classification-projects/blob/master/churn/images/cellphone.jpg" width="150" height="150"/>
3728
</p>
3829

3930

40-
41-
42-
### click-prediction
43-
44-
Borrowing from [here](https://turi.com/learn/gallery/notebooks/click_through_rate_prediction_intro.html):
45-
46-
> Many ads are actually sold on a "pay-per-click" (PPC) basis, meaning the company only pays for ad clicks, not ad views. Thus your optimal approach (as a search engine) is actually to choose an ad based on "expected value", meaning the price of a click times the likelihood that the ad will be clicked [...] In order for you to maximize expected value, you therefore need to accurately predict the likelihood that a given ad will be clicked, also known as "click-through rate" (CTR).
47-
In this project I will predict the likelihood that a given online ad will be clicked.
48-
49-
In this project I will predict the likelihood that a given online ad will be clicked.
50-
5131
<p align="center">
5232
<img src="https://github.com/marcotav/machine-learning-classification-projects/blob/master/click-prediction/images/click1.png" width="100">
5333
</p>
5434

55-
### analysis-of-opioid-prescription-problem
35+
<a id = 'ci'></a>
36+
## Contact Information
37+
38+
Feel free to contact me:
39+
40+
41+
* GitHub: [marcotav](https://github.com/marcotav)
42+
* LinkedIn: [marco-tavora](https://www.linkedin.com/in/marco-tavora)
43+
* Website: [marcotavora.me](http://www.marcotavora.me)
5644

57-
The increase in overdose fatalities is a well-known problem, and the search for possible solutions is an ongoing effort. This dataset is can be used to detect sources of significant quantities of opiate prescriptions.
5845

59-
Notebook best viewed using [nbviewer](http://nbviewer.jupyter.org/github/marcotav/analysis-of-opioid-prescription-problem/blob/master/opioid-prescription-problem.ipynb).
6046

6147

62-
<p align="center">
63-
<img src="https://github.com/marcotav/machine-learning-classification-projects/blob/master/analysis-of-opioid-prescription-problem/images/opioids.png" width="150" height="150"/>
64-
</p>
6548

0 commit comments

Comments
 (0)