importpython-barnner.png

该读

~ 文章, Blog, 教程...

In this post, we’ll create a demo to see how simple it is to develop a machine learning-based service using Python’s Flask library.

This is an update to a old blog post from 2006 called Fastest way to uniquify a list in Python. But this, time for Python 3.6. Why, because Python 3.6 preserves the order when inserting keys to a dictionary. How, because the way dicts are implemented in 3.6, the way it does that is different and as an implementation detail the order gets preserved. Then, in Python 3.7, which isn't released at the time of writing, that order preserving is guaranteed.

This week on the show Scott talks to Data Scientist and AI expert Paige Bailey. What's the difference between machine learning and deep learning? Do I need to learn R and Python to use machine learning models? Do models need to deploy regularly or can I use them forever? All these questions and more, this week!

Imagine being able to use a camera that’s able to tell when you’re playing a guitar, or creating a new dance, or just learning new skateboard tricks. It could use the raw image data to tell if you landed a trick or not. Or if you’re doing a new dance routine, what the series of poses are, and how they fit to the music.

I got in a small argument at a meetup about R. Something about python being a BetterLanguage[tm] than R. One of the arguments was that python is better because the language has support for generators. This was an interesting moment because I definately agree that the way that generators work in python is great. I would even argue that there are parts in python that work better for many tasks than R might (and vise versa). But I wouldn't argue that R does not a very similar feature to generators in python, but they do require you to think differently.

This post tries to explain web application performance. Performance means the number of requests per second that can be served by a deployed application.

I was curious, how much more efficient is Msgpack at packing a bunch of data into a file I can emit from a web service.

Whenever we do classification in ML, we often assume that target label is evenly distributed in our dataset. This helps the training algorithm to learn the features as we have enough examples for all the different cases. For example, in learning a spam filter, we should have good amount of data which corresponds to emails which are spam and non spam.

Python has turned into a data science and machine learning mainstay, while Julia was built from the ground up to do the job.

(是也乎:

所以, 在 Jupyter 的大光中其它数据分析语言, 也有了一丝活路?

)

Python 3.6.4 is the fourth maintenance release of Python 3.6.

(是也乎:

分别是:

Pipenv

Pipenv

; PyTorch ; Caffe2 ~ 叕一个 Fb 发现的 DSL ; Pendulum ; Dash ; PyFlux ; Fire ~ 叕一个 CLI 工具构造框架 ; imbalanced-learn ; FlashText ~ 叕一个正则表达式增强工具 ; Luminoth

作者又额外推荐了:

PyVips ~ 全新的图片处理模块 ; Requestium ; skorch ~ skorch PyTorch+scikit-learn

)

Simple linear regression is a statistical method that allows us to summarise and study relationships between two continuous (quantitative) variables. I hope today to prove to myself that I understand and can demonstrate linear regression by coding it from scratch in Python without using Scikit Learn.

Do you run a web application or web service? You probably do a couple of things to optimize the performance of your site. Make sure the database response quickly and more. But did you know a well of performance improvements live in your web servers themselves?

At Instagram, we have the world’s largest deployment of the Django web framework, which is written entirely in Python. We began using Python early on because of its simplicity, but we’ve had to do many hacks over the years to keep it simple as we’ve scaled. Last year we tried dismissing the Python garbage collection (GC) mechanism (which reclaims memory by collecting and freeing unused data), and gained 10% more capacity. However, as our engineering team and number of features have continued to grow, so has memory usage. Eventually, we started losing the gains we had achieved by disabling GC.

好物

~ 包/模块/库/片段...

Scan, index, and archive all of your paper documents.

(是也乎:

叕一则国人作品

logo

)

Neural Machine Translation Framework in PyTorch.

(是也乎:

其实一直在想 PyTorch 的主要用户的心理动机...

)

Build a thin client deep learning camera with the Raspberry Pi, Flask, and YOLO.

(是也乎:

这工程名起的实在 low... )

A tag based invalidation caching library

(是也乎:

zhihu

开源的基于 tag 的缓存系统

)

Evolving simple organisms using a genetic algorithm and deep learning from scratch with python.

(是也乎:

organism_v1

神经算法+深度学习框架, 已经是各种嗯哼的标准配置了

)

A script to modify your Firefox preferences to disable telemetry, built-in advertisements, and data collection anti-features.

(是也乎:

那什么, 这种后台接口这么嗯哼, 好嘛?

)

A Python dict which stores data in Redis.

(是也乎:

叕一个基于 Redis 的嗯哼...

)

An Open Source Public API for making Machine Learning powered recommendation system.

(是也乎:

哈?现在一推荐系统这么简单就可以有了?

Celery+Heroku+Docker ... )

python module for doing colour detection.

( ̄▽ ̄)

只需要给出散点数据, 自动生成漂亮的热力图

神奇的是作者同时果断也是位 SiFi 作家: 地球上的背包客 - Backpackers_on_Earth.pdf

是也乎


Comments


大妈的多重宇宙 - YouTube

全新自媒体系列...科学幻想,读书,说故事...
点击注册~> 获得 100$ 体验券: DigitalOcean Referral Badge

订阅 substack 体验古早写作:
Zoom.Quiet’s Chaos42 | Substack


关注公众号, 持续获得相关各种嗯哼:
zoomquiet


蟒营®编程思维提高班Python版

**2021.01.11** 因大妈再次创业暂停定期开设, 转换为预约触发:
  • + 任何问题, 随时邮件提问可也:
    askdama@googlegroups.com
-->