Coder Social home page Coder Social logo

projects's Introduction

Projects

This is the repo where I will be saving my projects and ongoing learning. Some have been inspired by Kaggle others are inspired by courses or tutorials I've found online.

I am excited to continue learning/using classic ML algorithms for data science projects and have also been learning keras and exploring deep learning in computer vision and natural language processing. In doing so, built my own gpu server at home which has made my neural net learning rate so much quicker.

I've also created an overview of machine learning methods for my benefit. A work in progress, I add everything I learn about new algos, terminology, and logically useful things about dealing with datasets.


  • Models_Scratch
    • Things Learned:
      • OOP, inheritance, data manipulation in numpy, better understanding of Random Forests,
  • Cats_Dogs_Redux - Notebooks to explore and produce top 22% score on Kaggle
    • Things learned:
      • Data augmentation, the value of a sample set, finetuning, the effects of different initializers and learning rates, convolutional architectures (VGG, ResNet, Inception), batch training and loading from directory, bottleneck training, working with data larger than working memory (both gpu and ram), ensembling, predicting and evaluating model performance, saving/loading model weights, how to build a linux gpu box and how to configure ssh, port forwarding, ddns for public ip,
    • Kaggle Page
  • Flask API
    • Things learned:
      • Curl, host a webapp, GET and POST requests, structure a RESTful API, create a html form, send POST requests via html logic, port forwarding
    • GET requests to pull forecast and product data
      • Filters based on sku(s), wk_range(s), product category(s)
    • POST requests to update underlying forecast data
      • HTML table/form GUI to update future forecast values
  • Mnist - Multiple notebooks learning NNs with Mnist and Fashion Mnist datasets
    • Things learned:
      • The affect of size of data as it relates to ability of model to learn, how convolutions work, how to construct autoencoders, input shapes and reshaping data, batchnorm
  • NLP Notes
    • Notes based on Stanford's NLP overview course from coursera in 2012
    • Course Videos
  • NLTK Exploration
    • Notes, materials, and code for Stanford's Deep Learning NLP course CS224d
    • Course Syllabus
  • POS tagger
    • Tutorial of how to build a POS tagger from scratch.
    • Load treebank pretagged dataset from NLTK
    • Create word features to differentiate POS
    • Compare preformance to NLTK built-in POS tagger

projects's People

Contributors

xbno avatar

Watchers

James Cloos avatar

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.