All Projects → ebenolson → Pydata2015

ebenolson / Pydata2015

Projects that are alternatives of or similar to Pydata2015

Ml From Scratch
All the ML algorithms, ML models are coded from scratch by pure Python/Numpy with the Math under the hood. It works well on CPU.
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Tfvos
Semi-Supervised Video Object Segmentation (VOS) with Tensorflow. Includes implementation of *MaskRNN: Instance Level Video Object Segmentation (NIPS 2017)* as part of the NIPS Paper Implementation Challenge.
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Asap
ASAP: Prioritizing Attention via Time Series Smoothing
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Ai Matrix
To make it easy to benchmark AI accelerators
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Ml
代码记录
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Exercises thushv dot com
Here lies all the exercises I implement and share in my website
Stars: ✭ 149 (-1.32%)
Mutual labels:  jupyter-notebook
Analyzingalpha
Stars: ✭ 148 (-1.99%)
Mutual labels:  jupyter-notebook
Machine Learning With Python
Practice and tutorial-style notebooks covering wide variety of machine learning techniques
Stars: ✭ 2,197 (+1354.97%)
Mutual labels:  jupyter-notebook
Deeplearningbook
Repositório do Deep Learning Book - www.deeplearningbook.com.br
Stars: ✭ 150 (-0.66%)
Mutual labels:  jupyter-notebook
Intro stat modeling 2017
Introduction to Statistical Modeling with Python (PyCon 2017)
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Sphereface Plus
SphereFace+ Implementation for <Learning towards Minimum Hyperspherical Energy> in NIPS'18.
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Fifa 2018 World Cup Predictions
I used Machine Learning to make a Logistic Regression model using scikit-learn, pandas, numpy, seaborn and matplotlib to predict the results of FIFA 2018 World Cup.
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Fast Neural Style
Pytorch Implementation of Perceptual Losses for Real-Time Style Transfer and Super-Resolution
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Spark With Python
Fundamentals of Spark with Python (using PySpark), code examples
Stars: ✭ 150 (-0.66%)
Mutual labels:  jupyter-notebook
Pytorch Gan
A minimal implementaion (less than 150 lines of code with visualization) of DCGAN/WGAN in PyTorch with jupyter notebooks
Stars: ✭ 150 (-0.66%)
Mutual labels:  jupyter-notebook
Data Engineering Nanodegree
Projects done in the Data Engineering Nanodegree by Udacity.com
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Book Deep Learning Applications With Applications Using Python
Chapterwise code available in the book
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook
Nbviewer
nbconvert as a web service: Render Jupyter Notebooks as static web pages
Stars: ✭ 1,954 (+1194.04%)
Mutual labels:  jupyter-notebook
Rl Stock
📈 如何用深度强化学习自动炒股
Stars: ✭ 2,090 (+1284.11%)
Mutual labels:  jupyter-notebook
Chinese Novel Generation
DEPRECATED 尝试使用中文文本训练RNN来产生中文小说。(No longer under maintanance.)
Stars: ✭ 151 (+0%)
Mutual labels:  jupyter-notebook

Neural networks with Theano and Lasagne

Syllabus

  1. Theano basics
  • Symbolic variables/tensors, expressions
  • Functions, shared variables and updates
  1. Overview of Lasagne
  • Layer classes and building a network
  • Objectives, optimizers, and training
  1. Convolutional neural networks
  • Image classification
  • Fine-tuning a pretrained network
  • Style transfer (“Neural Art”)
  1. Recurrent neural networks
  • Language model (text generation)
  • CNN + RNN (image captioning)
  1. Extending Lasagne
  • Defining custom Layers
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].