Pinned Repositories
FATPUS
TBD
googlereader
Wrapper for Google Reader's undocumented and possibly "unstable" API. By unstable, I mean if they haven't documented it, then they could change it at anytime without notice.
meetinghour
sample android app
painkiller
Add new shadow methods to those painful component class.
springlab
My Spring practice
task
Practice
test
test
TPlan-enhancement
vote
vote
eric2323223's Repositories
eric2323223/attention-is-all-you-need-keras
A Keras+TensorFlow Implementation of the Transformer: Attention Is All You Need
eric2323223/awesome-public-datasets
A topic-centric list of high-quality open datasets in public domains. Propose NEW data ☛☛☛PR☛☛☛
eric2323223/Awesome-Scene-Text-Recognition
A curated list of resources dedicated to scene text localization and recognition
eric2323223/CASIA-HWDB1.1-cnn
Convolutional neural networks with Python 2 and Keras
eric2323223/concurrency-patterns
Examples taken from Rob Pike's talk about concurrency patterns.
eric2323223/datasets
eric2323223/DeepMind-Advanced-Deep-Learning-and-Reinforcement-Learning
Advanced Deep Learning and Reinforcement Learning course taught at UCL in partnership with Deepmind
eric2323223/finetune-embedding
Fine-Tuning Embedding for RAG with Synthetic Data
eric2323223/hiddenlayer
Neural network graphs and training metrics for PyTorch, Tensorflow, and Keras.
eric2323223/introduction_to_machine_learning
eric2323223/knowledge_gpt
Accurate answers and instant citations for your documents.
eric2323223/loghub
A large collection of system log datasets for AI-powered log analytics
eric2323223/matplot_demo1
matplot examples
eric2323223/MemoryBot
A chatbot 🤖 which remembers 🧠 using 🦜 LangChain 🔗 OpenAI | Streamlit | DataButton
eric2323223/ML
Build a Jekyll blog in minutes, without touching the command line.
eric2323223/nmt
TensorFlow Neural Machine Translation Tutorial
eric2323223/ossutil
A user friendly command line tool to access AliCloud OSS.
eric2323223/peterroelants.github.io
Blog
eric2323223/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
aka "Bayesian Methods for Hackers": An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)
eric2323223/PythonMachineLearning
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
eric2323223/pytorch-nlp-notebooks
Learn how to use PyTorch to solve some common NLP problems with deep learning.
eric2323223/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
eric2323223/Pytorch-tutorial-on-Google-colab
PyTorch Tutorial on google colaboratory.
eric2323223/RAM
"Recurrent Models of Visual Attention" in TensorFlow
eric2323223/show-attend-and-tell
TensorFlow Implementation of "Show, Attend and Tell"
eric2323223/SigNet
SigNet: Convolutional Siamese Network for Writer Independent Offline Signature Verification
eric2323223/Stock-Prediction-Models
Gathers machine learning and deep learning models for Stock forecasting including trading bots and simulations
eric2323223/stockpredictionai
In this noteboook I will create a complete process for predicting stock price movements. Follow along and we will achieve some pretty good results. For that purpose we will use a Generative Adversarial Network (GAN) with LSTM, a type of Recurrent Neural Network, as generator, and a Convolutional Neural Network, CNN, as a discriminator. We use LSTM for the obvious reason that we are trying to predict time series data. Why we use GAN and specifically CNN as a discriminator? That is a good question: there are special sections on that later.
eric2323223/transformers
🤗Transformers: State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
eric2323223/UnnaturalScrollWheels
Invert scroll direction for physical scroll wheels while maintaining "Natural" scrolling for trackpads on MacOS