Skip to content

RaspVOR est un blog présentant des codes Pythons et R qui solutionneront peut-être vos problèmes. Vous y trouverez aussi plein d'astuces sur la Raspberry Pi

Dog_Kaggle_Python

Kaggle Dog Breeds – Image recognition

Posted on 17 novembre 2017
My main code for image recognition : In [12]: %matplotlib inline import matplotlib.pyplot as plt import tensorflow as tf import numpy as np import time from datetime import timedelta import math [roar !!!! ]
0
2994 0
Titanic_Kaggle_Prediction_Python

Kaggle Titanic Case – Prediction Methods

Posted on 17 novembre 2017
Below, you will find a large code showing how to manipulate the data from the kaggle Titanic case. We will us pandas, seaborn, decision trees, random forest and xgboosting with [roar !!!! ]
0
1384 0
Neural_Network_python_part2

#4 Code en Vrac : Neural Network with Tensorflow by RaspVor (Part 2)

Posted on 23 juillet 201723 juillet 2017
This part is in progress. I need more time to properly explain how to modify your database in order to be put as an input in a neural network. The [roar !!!! ]
0
1271 0
Neural_Network_python_Part1

#3 Code en Vrac : Neural Network with Tensorflow by RaspVor (Part 1)

Posted on 23 juillet 201723 juillet 2017
Hi reader! Today, on RaspVor.com, let’s make a predictive model by using a Neural Network and Tensorflow. This is really a basis exercise where we will see how to import [roar !!!! ]
0
1234 0
formes aléatoires créées sous Python

#1 Code en Vrac : Créer des formes aléatoires sous Python

Posted on 7 juin 2017
Dans cet article, je vous expose un code « qui ne sert à rien ». L’idée est de créer des formes aléatoires sous Python. Pour cela nous créerons un nuage de points [roar !!!! ]
0
1709 0
Amis les Raspvors ! Ensemble dévorons du code !