All Projects → MLTSEO → Mlts

MLTSEO / Mlts

Licence: apache-2.0
Machine Learning Toolkit for SEO

Projects that are alternatives of or similar to Mlts

Dataminingnotesandpractice
记录我学习数据挖掘过程的笔记和见到的奇技,持续更新~
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Pokelyzer
A webhook listener and database schema for doing geospatial analysis and advanced analytics on Pokemon Go data.
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Ddn
Deep Declarative Networks
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Models
DLTK Model Zoo
Stars: ✭ 101 (-0.98%)
Mutual labels:  jupyter-notebook
Sst
SST: Single-Stream Temporal Action Proposals (Official Repo)
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
End To End Time Series
This repository hosts code for my Time Series videos part of playlist here - https://www.youtube.com/playlist?list=PL3N9eeOlCrP5cK0QRQxeJd6GrQvhAtpBK
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Storytelling With Data
Plots from the book "Storytelling with data" implementation using Python and matplotlib
Stars: ✭ 100 (-1.96%)
Mutual labels:  jupyter-notebook
Dl Workshop
Master gradient-based machine learning. Also secretly a JAX course in disguise!
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Loads clustering
Data Science project to cluster loads coming from http://en.openei.org/datasets/files/961/pub/
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Python Data Science Handbook
A Chinese translation of Jake Vanderplas' "Python Data Science Handbook". 《Python数据科学手册》在线Jupyter notebook中文翻译
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Dlschl
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Tsa
The Thalesians' Time Series Analysis (TSA) library
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Deep ctr
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Keras Openpose Reproduce
Keras implementation of Realtime Multi-Person Pose Estimation
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Advanced Deep Learning With Python
Advanced Deep Learning with Python
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Hic Data Analysis Bootcamp
Workshop on measuring, analyzing, and visualizing the 3D genome with Hi-C data.
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Advanced Machine Learning With Python
Code repository for Advanced Machine Learning with Python, published by Packt
Stars: ✭ 102 (+0%)
Mutual labels:  jupyter-notebook
Fer
Facial Expression Recognition with a deep neural network as a PyPI package
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Jumptutorials.jl
Tutorials on using JuMP for mathematical optimization in Julia
Stars: ✭ 103 (+0.98%)
Mutual labels:  jupyter-notebook
Facemesh.pytorch
This is the PyTorch implementation of paper Real-time Facial Surface Geometry from Monocular Video on Mobile GPUs (https://arxiv.org/pdf/1907.06724.pdf)
Stars: ✭ 101 (-0.98%)
Mutual labels:  jupyter-notebook

MLTS

Machine Learning Toolkit for SEO

Initial demo notebook here

What are the problems/needs?

What are the particular problems in the community that could be solved via machine learning.

  • Generating better titles.
  • Generating descriptions for pages. Summarization.
  • Generating alt text from images.
  • Need to get from the community.
  • Create a Twitterbot

What is the overall flow?

  • Data Getting
  • Data Cleaning and Feature Extraction
  • Iteration and Updating
  • Optimization
  • Models (train / predict)

Roles

  • Developing Use Cases
  • Evangelism / Community
  • Analytics (per Britney: Analytics)
  • Coding
  • Tutorials
  • Documentation / Readability
  • Unit Tests / Linting
  • Design

Data needs

  • Link data
  • Analytics
  • Scraping
  • Ranking data
  • Anonymous performance data

Proposed Structure

Most folders include a Todo.txt with some suggested items to start with.

  • APIs: Holds glue for various SEO APIs
  • Data: Holds datagetter classes for APIs and hosted datasets.
  • Docs: Holds the documentation for the repo.
  • Models: Holds various models that can be used to train on.
  • NPL: Glue for NLP libraries
  • Testing: Unit testing and CI
  • Tutorials: Holds iPython tutorials in Pytorch and Tensorflow
  • Config.py: Holds API keys and configuration data.
  • Main.py: The main application file.
  • requirements.txt: Python libraries needed to install via Pip.

Original concept gist: (source)

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].