Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Sample training small model
Post: RE: Sample training small model

Laptop has 1 TB whole disk (about 700 GB free), 20 GiB RAM, processor I3 8th generation, main problem is GPU build with CPU. If no NLP, is any small maybe toy problem?
AndrzejB Data Science 3 1,203 Mar-21-2023, 10:07 PM
    Thread: Sample training small model
Post: Sample training small model

I am just starting deep learning. I now have only laptop without dedicated GPU. I search code and dataset for deep learning model in reasonable time interval. One classic problem is handwritten letter...
AndrzejB Data Science 3 1,203 Mar-21-2023, 07:43 PM
    Thread: Non cryptographic hashes
Post: RE: Non cryptographic hashes

32 bit will be too short - birthday collisions mmh3 is good for 64+64 and 128 bit, faster than mmh3 32 bit
AndrzejB General Coding Help 3 824 Mar-21-2023, 07:36 PM
    Thread: Non cryptographic hashes
Post: Non cryptographic hashes

How to use fast but short, non cryptographic hashes - 32 and 64 bit?
AndrzejB General Coding Help 3 824 Mar-19-2023, 08:38 PM
    Thread: Which card for machine learning?
Post: Which card for machine learning?

I am planning to buy a computer. I use Linux Mint and often Python Which card will be good in this situation ? (speed , drivers etc) RTX 3070,3080, 3090 or 4080,4090 or Quadro A4000?
AndrzejB Bar 1 1,759 Mar-16-2023, 12:46 PM
    Thread: How to read Wikimedia multistream XML?
Post: How to read Wikimedia multistream XML?

I can read XML using Dom whole in memory or Sax using events? Wikimedia XML are large but fortunately have indices. I prefer read about 0.5 MB chunk from XML from byte n1 to byte n2 (from indices) and...
AndrzejB General Coding Help 1 887 Mar-08-2023, 05:22 PM
    Thread: Ask for explaining wmd-relax
Post: Ask for explaining wmd-relax

In https://github.com/src-d/wmd-relax is implemented Fast Word Mover's Distance. Distance between words I try compute by shortest path of Wordnet.(comparing) Here is code: import numpy from wmd impor...
AndrzejB Data Science 0 1,511 Aug-05-2020, 06:11 AM
    Thread: Multilingual translator with intelligent intermediate form
Post: RE: Multilingual translator with intelligent inter...

Main problem is Word Sense Disambiguation (WSD). Lesk algorithms works better than I though: https://github.com/alvations/pywsd + Explossion/spaCy.
AndrzejB Data Science 1 1,792 Jul-26-2020, 03:08 PM
    Thread: Multilingual translator with intelligent intermediate form
Post: Multilingual translator with intelligent intermedi...

Language to language translator without intermediate form need n*(n+1) labuage models whereas translator with intermediate form only 2*n For 100 languages will be 9900 comparing to 200,for 150 languag...
AndrzejB Data Science 1 1,792 Jul-23-2020, 06:34 PM
    Thread: [PyCharm] Working with virtual environment
Post: RE: [PyCharm] Working with virtual environment

Problems were because I have Mint 20 with Python 3.8 and old PyCharm installed via Software Center with Python 3.7. Now I install PyCharm by tar.gz and is OK (is Python 3.8)
AndrzejB General Coding Help 1 2,116 Jul-18-2020, 06:22 PM
    Thread: [PyCharm] Working with virtual environment
Post: [PyCharm] Working with virtual environment

I want test spaCy: https://spacy.io/ I do: pip install spacy python -m spacy download en_core_web_sm but in PyCharm I don't see module spacy. Fortunately I can install this module with PyCharm. PyC...
AndrzejB General Coding Help 1 2,116 Jul-18-2020, 06:49 AM
    Thread: I can't send topic
Post: I can't send topic

My posts are marked as spam, first I give examaple with downloader with web address, next I removed this line, but still I can' t post
AndrzejB Bar 1 1,811 Nov-23-2019, 06:34 PM
    Thread: How to use python 3.x instead of 2.x?
Post: RE: How to use python 3.x instead of 2.x?

I have installed python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose but still Quote:$ python3 main.py Traceback (most recent call last): File "main.py", line ...
AndrzejB General Coding Help 4 2,470 Nov-07-2019, 06:41 PM
    Thread: How to use python 3.x instead of 2.x?
Post: How to use python 3.x instead of 2.x?

I have Linux Mint and python 3.6 already installed. If I call "python" , Python 2.7.15 is called. If I call with -3, is the same and option -2 is not recognised.
AndrzejB General Coding Help 4 2,470 Nov-07-2019, 06:16 PM
    Thread: Graphical UI for Windows
Post: Graphical UI for Windows

Hi, I am programmimng with many languages but I am Python newbie. I have installed Python 3.x for Windows. File python.exe is interactive tool, pythonw.exe not responding, idle not found in package. H...
AndrzejB News and Discussions 1 1,915 Jul-05-2019, 09:14 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020