Pinned Repositories
algolib
Algorithms training
bookreading
Book Exercises for all the books read
Chatter
Customizable Conversation Framework
coursera_algorithms
Assignments for the Coursera Algorithms I and II (By Robert Sedgewick)
courses
courses taken
cs106l-projects
Stanford's CS106l (Standard C++ Programming Laboratory)
nlp_toolkit
A collection of Natural Language Processing toolkits
oplib
simpledb
Simpledb implementation according to MIT 6.830
stanford_cs224n
course assignments for stanford cs224n (deep learning for nlp)
yucdong's Repositories
yucdong/Chatter
Customizable Conversation Framework
yucdong/courses
courses taken
yucdong/nlp_toolkit
A collection of Natural Language Processing toolkits
yucdong/oplib
yucdong/simpledb
Simpledb implementation according to MIT 6.830
yucdong/stanford_cs224n
course assignments for stanford cs224n (deep learning for nlp)
yucdong/datastructure-and-algorithms
yucdong/easyTwitter
simple social web implementation with redis and golang
yucdong/gopl.io
Example programs from "The Go Programming Language"
yucdong/Hands_on_machine_learning_notes
notes for the book "Hands on machine learning with Scikit-Learn & Tensorflow"
yucdong/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.
yucdong/java_pearls
A collection of java materials
yucdong/JavaBootcamp
Collection of java basics
yucdong/json-tutorial
从零开始的 JSON 库教程
yucdong/kaggle_playground
play with some kaggle problems
yucdong/learn-ai
Learning materials about ai (ml/nlp/cv)
yucdong/learn-spark
Learn spark
yucdong/MIT-2018-6.824
yucdong/rasa
💬 Open source library for natural language understanding and machine learning-based dialogue management. - All things around intent classification, entity extraction and action predictions - DIY NLP and chatbot framework.
yucdong/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
yucdong/redis-in-action
Example code from the book
yucdong/resume
yucdong/snippets
yucdong/snips-nlu
Snips Python library to extract meaning from text
yucdong/SpeechToText-WebSockets-Java
SDK & Sample to do speech recognition using websockets in Java
yucdong/stanford-tensorflow-tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
yucdong/stat-learning
Notes and exercise attempts for "An Introduction to Statistical Learning"
yucdong/tensorflow-seq2seq-tutorials
Dynamic seq2seq in TensorFlow, step by step
yucdong/text-classification-cnn-rnn
CNN-RNN中文文本分类,基于TensorFlow
yucdong/yuchend