minimaxir / gpt-2-simple
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
https://github.com/minimaxir/gpt-2-simple
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
https://github.com/minimaxir/gpt-2-simple
GitHub
GitHub - minimaxir/gpt-2-simple: Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts
Python package to easily retrain OpenAI's GPT-2 text-generating model on new texts - minimaxir/gpt-2-simple
Took me a little while because I am still very much a beginner at coding, but I felt proud of myself today. In The Old Republic, you can talk to the droid by right-clicking him and he responds with various responses. I wanted to create code that could do that with R2. I was SO happy when it worked!
https://www.reddit.com/r/Python/comments/ej8rc2/took_me_a_little_while_because_i_am_still_very/
https://www.reddit.com/r/Python/comments/ej8rc2/took_me_a_little_while_because_i_am_still_very/
reddit
Took me a little while because I am still very much a beginner at...
Posted in r/Python by u/SarcasticAssbasket • 1 point and 0 comments
Top 3 Methods for Handling Skewed Data
Is skewed data messing up the power of your predictive model…
https://towardsdatascience.com/top-3-methods-for-handling-skewed-data-1334e0debf45
Is skewed data messing up the power of your predictive model…
https://towardsdatascience.com/top-3-methods-for-handling-skewed-data-1334e0debf45
Introducing Xverse! — A python package for feature selection and transformation
Xverse short for X…
https://towardsdatascience.com/introducing-xverse-a-python-package-for-feature-selection-and-transformation-17193cdcd067
Xverse short for X…
https://towardsdatascience.com/introducing-xverse-a-python-package-for-feature-selection-and-transformation-17193cdcd067
How to be fancy with OOP in Python
Learn about Python’s magic methods to make your life easier
https://towardsdatascience.com/how-to-be-fancy-with-python-part-2-70fab0a3e492
Learn about Python’s magic methods to make your life easier
https://towardsdatascience.com/how-to-be-fancy-with-python-part-2-70fab0a3e492
The Best New Geospatial Data Science Libraries In 2019
There have been so many new and amazing…
https://towardsdatascience.com/the-best-new-geospatial-data-science-libraries-in-2019-7f0174e2a0eb
There have been so many new and amazing…
https://towardsdatascience.com/the-best-new-geospatial-data-science-libraries-in-2019-7f0174e2a0eb
Label smoothing with Keras, TensorFlow, and Deep Learning
In this tutorial, you will learn two ways to implement label smoothing using Keras, TensorFlow, ...
https://www.pyimagesearch.com/2019/12/30/label-smoothing-with-keras-tensorflow-and-deep-learning/
In this tutorial, you will learn two ways to implement label smoothing using Keras, TensorFlow, ...
https://www.pyimagesearch.com/2019/12/30/label-smoothing-with-keras-tensorflow-and-deep-learning/
30 Python Best Practices, Tips, And Tricks
Improve your Python knowledge and skills
https://towardsdatascience.com/30-python-best-practices-tips-and-tricks-caefb9f8c5f5
Improve your Python knowledge and skills
https://towardsdatascience.com/30-python-best-practices-tips-and-tricks-caefb9f8c5f5
Project-Based Learning for Data Scientists
Becoming a Data Scientist just got a whole lot easier
https://towardsdatascience.com/project-based-learning-for-data-scientists-df6a8f74e4a1
Becoming a Data Scientist just got a whole lot easier
https://towardsdatascience.com/project-based-learning-for-data-scientists-df6a8f74e4a1
Use python to find a prime number that looks like any image if glanced upon from far away. [OC]
https://www.reddit.com/r/Python/comments/ekjr42/use_python_to_find_a_prime_number_that_looks_like/
https://www.reddit.com/r/Python/comments/ekjr42/use_python_to_find_a_prime_number_that_looks_like/
reddit
Use python to find a prime number that looks like any image if...
Posted in r/Python by u/Gedanke • 1,259 points and 71 comments
Copying data is wasteful, mutating data is dangerous
You have a large chunk of data—a NumPy array, or a Pandas DataFrame—and you need to do a series of ...
https://pythonspeed.com/articles/minimizing-copying/
You have a large chunk of data—a NumPy array, or a Pandas DataFrame—and you need to do a series of ...
https://pythonspeed.com/articles/minimizing-copying/
Python⇒Speed
Copying data is wasteful, mutating data is dangerous
Copying data wastes memory, and modifying/mutating data can lead to bugs. Learn how to implement a compromise between the two in Python: hidden mutability.
A script that generates randomized mazes/labrynths. Invented by accident. Link to repo : https://github.com/Perseus-Perry/Maze-Generator
https://www.reddit.com/r/Python/comments/e96pv9/a_script_that_generates_randomized_mazeslabrynths/
https://www.reddit.com/r/Python/comments/e96pv9/a_script_that_generates_randomized_mazeslabrynths/
GitHub
Perseus-Perry/Maze-Generator
A happy accident that generates amazing mazes. Contribute to Perseus-Perry/Maze-Generator development by creating an account on GitHub.
Getting started with giotto-learn: a Python library for topological machine learning
https://towardsdatascience.com/getting-started-with-giotto-learn-a-python-library-for-topological-machine-learning-451d88d2c4bc
https://towardsdatascience.com/getting-started-with-giotto-learn-a-python-library-for-topological-machine-learning-451d88d2c4bc
Raspberry Pi and Movidius NCS Face Recognition
In this tutorial you will learn how to use the Movidius NCS to speedup face detection and face ...
https://www.pyimagesearch.com/2020/01/06/raspberry-pi-and-movidius-ncs-face-recognition/
In this tutorial you will learn how to use the Movidius NCS to speedup face detection and face ...
https://www.pyimagesearch.com/2020/01/06/raspberry-pi-and-movidius-ncs-face-recognition/
Tutorial: Python Regex (Regular Expressions) for Data Scientists
In this tutorial, learn how to use regular expressions and the pandas library to manage large data ...
https://www.dataquest.io/blog/regular-expressions-data-scientists/
In this tutorial, learn how to use regular expressions and the pandas library to manage large data ...
https://www.dataquest.io/blog/regular-expressions-data-scientists/
Dataquest
Tutorial: Python Regex (Regular Expressions) for Data Scientists
In this Python regex tutorial, learn how to use regular expressions and the pandas library to manage large data sets during data analysis.
10 Numpy functions you should know
with data science and artificial intelligence examples
https://towardsdatascience.com/10-numpy-functions-you-should-know-1dc4863764c5
with data science and artificial intelligence examples
https://towardsdatascience.com/10-numpy-functions-you-should-know-1dc4863764c5
Data Science Crash Course 1/10: Introduction
Let’s learn Data Science in 2020.
https://medium.com/@pchojecki/data-science-crash-course-1-10-introduction-4c23260194c6
Let’s learn Data Science in 2020.
https://medium.com/@pchojecki/data-science-crash-course-1-10-introduction-4c23260194c6