Login
Discover
Waves
Decks
Plus
Login
Signup
Lesley Cordero
@lesley2958
33
Followers
15
Following
1
Resource Credits
Available
Used
Location
New York, NY
Website
https://www.lesley2958.github.io
Created
August 8, 2017
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
lesley2958
datascience
2017-08-17 19:21
Naive Bayes Algorithm: Bayes Theorem (Part 1)
Setup This guide was written in Python 3.6. Python and Pip If you haven't already, please download Python and Pip. Introduction In this tutorial set, we'll review the Naive Bayes Algorithm used in the
$ 0.000
6
5
lesley2958
machinelearning
2017-08-17 03:03
Intro to Linear Regression (Part 1)
1.0 Introduction Regression Analysis is a predictive modeling technique for figuring out the relationship between a dependent and independent variable. This is used for forecasting, time series modeling,
$ 0.000
4
1
lesley2958
nlp
2017-08-16 00:00
Natural Language Processing (Part 3 - WordNets & Info Extraction)
Introduction Again, continuing this tutorial series on Natural language processing, I'll introduce wordnets with the Python module, nltk. For reference, you can check out previous posts here and here.
$ 0.000
1
1
lesley2958
r
2017-08-15 18:54
R Programming Tutorial (Part 2 - Data Collections!)
Introduction Working off of my previous R programming post here, I'll continue with the core of R programming: data collections. Data Collections Frequently, your program will require that you store multiple
$ 1.064
5
lesley2958
programming
2017-08-14 17:08
Linear Algebra with Python -- Vectors.
0.0 Setup This guide was written in Python 3.6. 0.1 Python and Pip Download Python and Pip. 0.2 Libraries We'll be working with numpy and scipy, so make sure to install them. Pull up your terminal and
$ 0.048
5
lesley2958
datascience
2017-08-13 16:32
Data Visualization with Python -- GeoSpatial!
0.0 Setup This guide was written in Python 3.6. 0.1 Python and Pip If you haven't already, download Python and Pip. 0.2 Libraries pip3 install geojsonio pip3 install geopandas pip3 install shapely pip3
$ 0.106
6
lesley2958
machinelearning
2017-08-13 01:43
Machine Learning Series (Support Vector Machines)
Introduction In this series of posts, I'll introduce the theory behind Support Vector Machines, a class of machine learning algorithms used for classification purposes. 1.0 Support Vector Machines Support
$ 0.000
2
lesley2958
r
2017-08-11 21:45
Introducing R! (Part 1 - Variables & Data Types)
full credit to udemy for providing this photo online here Setup This guide was written in R 3.2.3. R & R Studio Download R and R Studio. Packages Next, to install the R packages, cd into your workspace,
$ 0.000
2
lesley2958
nlp
2017-08-11 03:49
Natural Language Processing with Python & NLTK (Part 2)
image originally from Tertiary Courses Introduction Working off my post from yesterday, I'll continue with Word Taggers, an incredibly important topic in natural language processing. Before you begin this
$ 0.000
2
2
lesley2958
python
2017-08-10 17:29
Intro to Data Visualization with Python (Part 1)
1.0 Introduction Data Visualization is an important and exciting aspect of data science. It reveals information we otherwise wouldn't have noticed. It allows us to showcase the work we've done through
$ 0.025
5
1
lesley2958
datascience
2017-08-10 14:41
Data Preparation with Python & Pandas
0.0 Setup This guide was written in Python 3.6. 0.1 Python and Pip Download Python and Pip. 0.2 Other Let's install the modules we'll need for this tutorial. Open up your terminal and enter the following
$ 0.104
3
lesley2958
nlp
2017-08-10 00:29
Brief Introduction to Natural Language Processing & Regular Expressions (Part 1)
image originally from Tertiary Courses 0.0 Setup This guide was written in Python 3.6. 0.1 Python & Anaconda Download Python and Pip. 0.2 Libraries We'll be working with the re library for regular
$ 0.580
4