Pinned Repositories
chess
Statistical analysis of chess game data
courses
Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1
data-science-from-scratch
code for Data Science From Scratch book
datasciencecoursera
Kurt Godden's repo for the Data Science coursework.
DataScienceSpCourseNotes
Compiled Notes for all 9 courses in the Coursera Data Science Specialization
datasharing
The Leek group guide to data sharing
ExData_Plotting1
Plotting Assignment 1 for Exploratory Data Analysis
GithubAPITestApp
Just trying to learn how to make an API app here.
handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
ISLR-python
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code
kurtgodden's Repositories
kurtgodden/chess
Statistical analysis of chess game data
kurtgodden/courses
Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1
kurtgodden/data-science-from-scratch
code for Data Science From Scratch book
kurtgodden/datasciencecoursera
Kurt Godden's repo for the Data Science coursework.
kurtgodden/DataScienceSpCourseNotes
Compiled Notes for all 9 courses in the Coursera Data Science Specialization
kurtgodden/datasharing
The Leek group guide to data sharing
kurtgodden/ExData_Plotting1
Plotting Assignment 1 for Exploratory Data Analysis
kurtgodden/GithubAPITestApp
Just trying to learn how to make an API app here.
kurtgodden/handson-ml2
A series of Jupyter notebooks that walk you through the fundamentals of Machine Learning and Deep Learning in Python using Scikit-Learn, Keras and TensorFlow 2.
kurtgodden/ISLR-python
An Introduction to Statistical Learning (James, Witten, Hastie, Tibshirani, 2013): Python code
kurtgodden/LittleInferenceBook
A book for the coursera statistical inference class
kurtgodden/ML-Project
Submission for project in Practical Machine Learning Course
kurtgodden/ProgrammingAssignment2
Repository for Programming Assignment 2 for R Programming on Coursera
kurtgodden/RepData_PeerAssessment1
Peer Assessment 1 for Reproducible Research
kurtgodden/TidyDataProject
kurtgodden/word2vec-from-scratch-with-python
A very simple, bare-bones, inefficient, implementation of skip-gram word2vec from scratch with Python