Gradient Descent and Backpropagation: Theory and Implementation
http://www.deepideas.net/deep-learning-from-scratch-iv-gradient-descent-and-backpropagation/
/r/Python
https://redd.it/6zlay2
http://www.deepideas.net/deep-learning-from-scratch-iv-gradient-descent-and-backpropagation/
/r/Python
https://redd.it/6zlay2
deepideas.net
Deep Learning From Scratch IV: Gradient Descent and Backpropagation
This is part 4 of a series of tutorials, in which we develop the mathematical and algorithmic underpinnings of deep neural networks from scratch and implement our own neural network library in Python, mimicing the TensorFlow API. Start with the first part:…
Deploy an automated machine learning (AutoML) API in Flask
https://content.pivotal.io/blog/automated-machine-learning-deploying-automl-to-the-cloud
/r/Python
https://redd.it/6zhgd2
https://content.pivotal.io/blog/automated-machine-learning-deploying-automl-to-the-cloud
/r/Python
https://redd.it/6zhgd2
content.pivotal.io
Automated Machine Learning: Deploying AutoML to the Cloud
This may be the year that AutoML enters the data science vernacular. I share an AutoML setup to train and deploy pipelines in the cloud using Python, Flask, and two AutoML frameworks
Is there a way of inputing data into an excel spreadsheet from python?
I am trying to create a program for my school which would allows users to input the books they read, author, date finished etc and then have it stored into a personal spreadsheet. As someone who has little experience doing python how doable is this task? Manu Thanks.
/r/Python
https://redd.it/6zm0s7
I am trying to create a program for my school which would allows users to input the books they read, author, date finished etc and then have it stored into a personal spreadsheet. As someone who has little experience doing python how doable is this task? Manu Thanks.
/r/Python
https://redd.it/6zm0s7
reddit
Is there a way of inputing data into an excel... • r/Python
I am trying to create a program for my school which would allows users to input the books they read, author, date finished etc and then have it...
[R] Video Frame Interpolation via Adaptive Separable Convolution
https://github.com/sniklaus/pytorch-sepconv
/r/MachineLearning
https://redd.it/6zhy7u
https://github.com/sniklaus/pytorch-sepconv
/r/MachineLearning
https://redd.it/6zhy7u
GitHub
GitHub - sniklaus/sepconv-slomo: an implementation of Video Frame Interpolation via Adaptive Separable Convolution using PyTorch
an implementation of Video Frame Interpolation via Adaptive Separable Convolution using PyTorch - GitHub - sniklaus/sepconv-slomo: an implementation of Video Frame Interpolation via Adaptive Separa...
[D] Meet Geoffrey Hinton, U of T's Godfather of Deep Learning
https://www.youtube.com/watch?v=zPqFbkdcvWQ
/r/MachineLearning
https://redd.it/6zkeh0
https://www.youtube.com/watch?v=zPqFbkdcvWQ
/r/MachineLearning
https://redd.it/6zkeh0
YouTube
Meet Geoffrey Hinton, U of T's Godfather of Deep Learning
Meet Geoffrey Hinton: U of T Professor Emeritus of computer science, an Engineering Fellow at Google, and Chief Scientific Adviser at the Vector Institute for Artificial Intelligence.
In this interview with U of T News, Prof. Hinton discusses his career…
In this interview with U of T News, Prof. Hinton discusses his career…
Do all the databases work the same in django?
I think this is a stupid question but i have to ask. I'm a total noob and just started working on django. It keeps scaring by saying over and over again that we should use other databases for larger projects.
Honestly, i have no clue what this means. Moreover i don't have any experience with databases. I started learning python 3 months ago and now i'm thinking i should try django.
What i want to know is if the databases work the same in django? Like will sqlite3 and postgresql work the same or will i have to learn something before doing it? And should i learn databases before learning django or not? IT would help me alot if anyone could clear these things up for me.
/r/djangolearning
https://redd.it/6zlhs6
I think this is a stupid question but i have to ask. I'm a total noob and just started working on django. It keeps scaring by saying over and over again that we should use other databases for larger projects.
Honestly, i have no clue what this means. Moreover i don't have any experience with databases. I started learning python 3 months ago and now i'm thinking i should try django.
What i want to know is if the databases work the same in django? Like will sqlite3 and postgresql work the same or will i have to learn something before doing it? And should i learn databases before learning django or not? IT would help me alot if anyone could clear these things up for me.
/r/djangolearning
https://redd.it/6zlhs6
reddit
Do all the databases work the same in django? • r/djangolearning
I think this is a stupid question but i have to ask. I'm a total noob and just started working on django. It keeps scaring by saying over and over...
A series of notebooks that help teach kids principles of programming, python and maths.
https://github.com/mikkokotila/jupyter4kids
/r/IPython
https://redd.it/6zo3kj
https://github.com/mikkokotila/jupyter4kids
/r/IPython
https://redd.it/6zo3kj
GitHub
eka-foundation/numerical-computing-is-fun
Learning numerical computing with notebooks for all ages. - eka-foundation/numerical-computing-is-fun
Security best practices for Javascript generated field.
I'm using flask_wtf FlaskForm. I would like to sanitize string user input for a JavaScript generated form field. Now there are plenty of external libraries to do this, but I was hoping to find a way within the existing libraries. Any ideas?
/r/flask
https://redd.it/6zngt3
I'm using flask_wtf FlaskForm. I would like to sanitize string user input for a JavaScript generated form field. Now there are plenty of external libraries to do this, but I was hoping to find a way within the existing libraries. Any ideas?
/r/flask
https://redd.it/6zngt3
reddit
Security best practices for Javascript generated field. • r/flask
I'm using flask_wtf FlaskForm. I would like to sanitize string user input for a JavaScript generated form field. Now there are plenty of external...
Linking results to a notebook
In my work, I do a lot of 'misc' data analysis..and I often am in a situation where I send out results, then a month later, someone asks me to rerun or change something etc... what bugs me is not having to figure out which notebook produced a given results file. has anyone thought of a good system for this? I have thought of including the notebook name as part of the results filename..or maybe somehow including the notebook name in header data depending on the file type. I'd love to hear some recommendations.
/r/IPython
https://redd.it/6zpmbh
In my work, I do a lot of 'misc' data analysis..and I often am in a situation where I send out results, then a month later, someone asks me to rerun or change something etc... what bugs me is not having to figure out which notebook produced a given results file. has anyone thought of a good system for this? I have thought of including the notebook name as part of the results filename..or maybe somehow including the notebook name in header data depending on the file type. I'd love to hear some recommendations.
/r/IPython
https://redd.it/6zpmbh
reddit
Linking results to a notebook • r/IPython
In my work, I do a lot of 'misc' data analysis..and I often am in a situation where I send out results, then a month later, someone asks me to...
What's everyone working on this week?
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your current project or your pet project; whatever you want to share.
/r/Python
https://redd.it/6zn6fy
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your current project or your pet project; whatever you want to share.
/r/Python
https://redd.it/6zn6fy
reddit
What's everyone working on this week? • r/Python
Tell /r/python what you're working on this week! You can be bragging, grousing, sharing your passion, or explaining your pain. Talk about your...
Any IDE I can use to quickly create python GUIs
Simple question, does anyone know of any IDE I can use to quickly and easily create a GUI interface using python?
/r/Python
https://redd.it/6zre9p
Simple question, does anyone know of any IDE I can use to quickly and easily create a GUI interface using python?
/r/Python
https://redd.it/6zre9p
reddit
Any IDE I can use to quickly create python GUIs • r/Python
Simple question, does anyone know of any IDE I can use to quickly and easily create a GUI interface using python?
This media is not supported in your browser
VIEW IN TELEGRAM
A new version of Wilson's uniform spanning tree algorithm and BFS search animation made with pure python
/r/Python
https://redd.it/6zsvt7
/r/Python
https://redd.it/6zsvt7
Image Recognition with Python, Clarifai and Twilio
https://www.youtube.com/watch?v=MTVS2T8sjFA&feature=youtu.be
/r/Python
https://redd.it/6zn37m
https://www.youtube.com/watch?v=MTVS2T8sjFA&feature=youtu.be
/r/Python
https://redd.it/6zn37m
YouTube
Not Hot Dog via MMS with Clarifai Image Recognition and Python
Let’s see if we can use Clarifai to recreate the Not Hot Dog app made famous by HBO’s Silicon Valley. We’ll use Twilio MMS (https://www.twilio.com/docs/api/r...
Code Review request
Would anyone be kind enough to review my project.
It's...rather large and most of it is in spanish (well, spanglish). Do have a readme that I think covers most of it.
https://github.com/DullBlade0/neo-sigia
/r/djangolearning
https://redd.it/6zf3vz
Would anyone be kind enough to review my project.
It's...rather large and most of it is in spanish (well, spanglish). Do have a readme that I think covers most of it.
https://github.com/DullBlade0/neo-sigia
/r/djangolearning
https://redd.it/6zf3vz
GitHub
DullBlade0/neo-sigia
neo-sigia - Final Uni Project
How to write nested API using Django REST Framework - Part 1
http://blog.apptension.com/2017/09/13/simple-nested-api-using-django-rest-framework/?utm_source=reddit.com&utm_medium=referral&utm_campaign=reddit
/r/django
https://redd.it/6zu06q
http://blog.apptension.com/2017/09/13/simple-nested-api-using-django-rest-framework/?utm_source=reddit.com&utm_medium=referral&utm_campaign=reddit
/r/django
https://redd.it/6zu06q
Apptension
Simple Nested API Using Django REST Framework
In this article you will learn how to build a simple REST API using Django REST Framework. The code in this article was written with Python 3.6, Django 1.11 and DRF 3.6 in mind.
Hey I created my first web app with django and react, on this board you will find all videos, articles and tutorials I used to learn both frameworks
https://mindweb.network/board/build-a-webapp-with-django-and-reactjs
/r/Python
https://redd.it/6zuxbu
https://mindweb.network/board/build-a-webapp-with-django-and-reactjs
/r/Python
https://redd.it/6zuxbu
MindWeb
Build a webapp with Django and React.js
These materials were used by a total beginner to learn progr
ValueError: Unhandled pending operations for models
ValueError: Unhandled pending operations for models:
lists.list (referred to by fields: items.Item.list)
I'm getting this error when I try to migrate. I realized that it recently started happening after I installed django tastypie and started using it to make my API. Not sure what the error is exactly I haven't really modified my models much since then.
/r/django
https://redd.it/6zy179
ValueError: Unhandled pending operations for models:
lists.list (referred to by fields: items.Item.list)
I'm getting this error when I try to migrate. I realized that it recently started happening after I installed django tastypie and started using it to make my API. Not sure what the error is exactly I haven't really modified my models much since then.
/r/django
https://redd.it/6zy179
reddit
ValueError: Unhandled pending operations for models • r/django
ValueError: Unhandled pending operations for models: lists.list (referred to by fields: items.Item.list) I'm getting this error when I try to...
[D] openAI closing down gym toolkit website
If you go to https://gym.openai.com/ now it just redirects you to their github repo. There was no official statement about it, the site just went down out of the blue. Only source about it actually closing down right now is Greg Brockman's reply on twitter.
https://twitter.com/gdb/status/907855318591438848
> Yep, the Github repo has been the focus of the project for the past year. The Gym site looks cool but hasn't been maintained.
It is really sad news for me personally. The companion website was very useful, both as a benchmark and source of information on practical algo implementations and tricks via writeups. Greg mentioned lack of maintenance, but it I think it was good enough for what it offered.
Maybe if community lets openAI know website will be missed they'll reconsider?
/r/MachineLearning
https://redd.it/6zvlm2
If you go to https://gym.openai.com/ now it just redirects you to their github repo. There was no official statement about it, the site just went down out of the blue. Only source about it actually closing down right now is Greg Brockman's reply on twitter.
https://twitter.com/gdb/status/907855318591438848
> Yep, the Github repo has been the focus of the project for the past year. The Gym site looks cool but hasn't been maintained.
It is really sad news for me personally. The companion website was very useful, both as a benchmark and source of information on practical algo implementations and tricks via writeups. Greg mentioned lack of maintenance, but it I think it was good enough for what it offered.
Maybe if community lets openAI know website will be missed they'll reconsider?
/r/MachineLearning
https://redd.it/6zvlm2
SpeechPy - A Library for Speech Processing and Recognition
https://github.com/astorfi/speechpy
/r/Python
https://redd.it/6zzqvi
https://github.com/astorfi/speechpy
/r/Python
https://redd.it/6zzqvi
GitHub
GitHub - astorfi/speechpy: :speech_balloon: SpeechPy - A Library for Speech Processing and Recognition: http://speechpy.readth…
:speech_balloon: SpeechPy - A Library for Speech Processing and Recognition: http://speechpy.readthedocs.io/en/latest/ - astorfi/speechpy