All Projects → jerrywu2013 → Python

jerrywu2013 / Python

Python 3

Projects that are alternatives of or similar to Python

Rgcn With Bert
Graph Convolutional Networks (GCN) with BERT for Coreference Resolution Task [Pytorch][DGL]
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Vae Text Generation
Text Generation Using A Variational Autoencoder
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Vissl
VISSL is FAIR's library of extensible, modular and scalable components for SOTA Self-Supervised Learning with images.
Stars: ✭ 1,303 (+1286.17%)
Mutual labels:  jupyter-notebook
Automation Repo
Machine learning and process automation
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning With Pytorch Quick Start Guide
Deep Learning with PyTorch Quick Start Guide, published by Packt
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Wximage
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Ai
bash script to install Artifical Images materials
Stars: ✭ 92 (-2.13%)
Mutual labels:  jupyter-notebook
Notebooks
Examples and IPython Notebooks about NetworkX
Stars: ✭ 93 (-1.06%)
Mutual labels:  jupyter-notebook
Build Knowledge Base With Domain Specific Documents
Create a knowledge base using domain specific documents and the mammoth python library
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Neon course
neon tutorials
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Transformer image caption
Image Captioning based on Bottom-Up and Top-Down Attention model
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Pybnn
Bayesian neural network package
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Deep Learning Python
Intro to Deep Learning, including recurrent, convolution, and feed forward neural networks.
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Multivariate Time Series Models In Keras
This repository contains a throughout explanation on how to create different deep learning models in Keras for multivariate (tabular) time series prediction.
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Lstm Odyssey
Implementations of "LSTM: A Search Space Odyssey" variants and their training results on the PTB dataset.
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Nf Jax
Normalizing Flows in Jax
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Python option pricing
An libary to price financial options written in Python. Includes: Black Scholes, Black 76, Implied Volatility, American, European, Asian, Spread Options
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Kaggle Competitions
All Kaggle competitions
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Stingray
Anything can happen in the next half hour (including spectral timing made easy)!
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook
Quantandfinancial
This repository contains supporting examples which are referenced from posts published on www.quantandfinancial.com
Stars: ✭ 94 (+0%)
Mutual labels:  jupyter-notebook

Python tutorial in ubuntu

####Installation and quick start Win: http://continuum.io/downloads#py34 ####How do I install additional packages into Anaconda?

conda install pymysql
binstar search -t conda psycopg2
conda install binstar

#####https://binstar.org/search?q=psycopg2

conda install -c https://conda.binstar.org/jonrowland psycopg2
sudo apt-get install python3-all
whereis python3
alias python=python3
apt-get -y install python-pip
pip install "ipython[notebook]"
pip install --upgrade ipython[notebook]

Reference

https://iampennywu.gitbooks.io/introducing-python/content/

https://github.com/HuskyHsu/Introducing-Python

####Python with Tensorflow

1.CNN_for_textile https://github.com/jerrywu2013/Python/tree/master/2019/CNN_for_textile

2.Chinese Visual understanding https://github.com/jerrywu2013/Python/tree/master/2019/Chinese%20Visual%20understanding

3.GPU_TF https://github.com/jerrywu2013/Python/tree/master/2019/GPU_TF

4.Sentiment analysis https://github.com/jerrywu2013/Python/tree/master/2019/Sentiment%20analysis

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