All Projects → JasonQSY → Ml Weekly

JasonQSY / Ml Weekly

Licence: gpl-3.0
My weekly of machine learning. Collection of implemented algorithms.

Projects that are alternatives of or similar to Ml Weekly

Imgcluster
Image clustering using the similarity algorithms: SIFT, SSIM, CW-SSIM, MSE
Stars: ✭ 31 (-3.12%)
Mutual labels:  jupyter-notebook
Matchmodels
2019中国高校计算机大赛——大数据挑战赛 第15名 WriteUp
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Tf eager
Exercises for tf (eager) learning
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Discogan Pytorch
PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
Stars: ✭ 961 (+2903.13%)
Mutual labels:  jupyter-notebook
Jax Fenics Adjoint
Differentiable interface to FEniCS for JAX using dolfin-adjoint/pyadjoint
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Pytorch Mnist Vae
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Inception Resnet V2
Implementation of Google's Inception + ResNet v2 architecture in Keras
Stars: ✭ 31 (-3.12%)
Mutual labels:  jupyter-notebook
Densedepth
High Quality Monocular Depth Estimation via Transfer Learning
Stars: ✭ 963 (+2909.38%)
Mutual labels:  jupyter-notebook
A Music Taste Analysis Using Spotify Api And Python.
Exploring Audio Features and building a Machine Learning Approach
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Itri Speech Recognition Dataset Generation
Automatic Speech Recognition Dataset Generation
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
2015 Python
(Winter 2015) Python for Data Mining mini-course.
Stars: ✭ 31 (-3.12%)
Mutual labels:  jupyter-notebook
Deeplabv3 Plus
Tensorflow 2.3.0 implementation of DeepLabV3-Plus
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Seismic Transfer Learning
Deep-learning seismic facies on state-of-the-art CNN architectures
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Lstmvis
Visualization Toolbox for Long Short Term Memory networks (LSTMs)
Stars: ✭ 959 (+2896.88%)
Mutual labels:  jupyter-notebook
Mckinsey Analytics Online Hackathon
Source Code for McKinsey Analytics Online Hackathon
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Notebooks
Stars: ✭ 31 (-3.12%)
Mutual labels:  jupyter-notebook
Pn2v
This is our implementation of Probabilistic Noise2Void
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Mooc Neurons And Synapses 2017
Reference data for the "Simulation Neuroscience:Neurons and Synapses" Massive Online Open Course
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Nbmultitask
multithreading/multiprocessing with ipywidgets and jupyter notebooks
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook
Ndap Fa2018
neuro data analysis in python
Stars: ✭ 32 (+0%)
Mutual labels:  jupyter-notebook

ML-Weekly

My weekly of machine learning. It is actually a collection of my implementations of machine learning algorithms.

Environments

It is based on python3 and jupyter notebook. I use pyenv and anaconda to solve my environment. Other topics about environment is covered in P6-Misc.

pyenv install anaconda3-5.1.0

# install tensorflow
conda install tensorflow

# install sklearn
conda install scikit-learn

# install pytorch
conda install pytorch torchvision -c pytorch

Some code may need tensorflow-gpu, opencv or other environments.

Topics

Reference

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