No video

How Fuzzy Text Search Works

  Рет қаралды 13,574

Big Python

Big Python

Күн бұрын

Пікірлер: 23
@jsp2518
@jsp2518 Жыл бұрын
I found this video right when i need and i have been getting back to it. Would be awesome to have more tutorials, really high quality here!
@BigPython
@BigPython Жыл бұрын
Glad you found the video useful! :) I'd like to create more videos this year, so please stay tuned.
@pavelkurek1715
@pavelkurek1715 5 күн бұрын
Great video really helpful
@SnekCato
@SnekCato 3 жыл бұрын
I cannot wait to be able to how to do this, i'm still a beginner but i love how you explain such cool topics.
@BigPython
@BigPython 3 жыл бұрын
Thank you! I used to do private tutoring while I studied at university, so I guess I miss explaining this stuff :D Teaching is a good way of learning, nothing quite makes you understand a subject like having to break it down for someone else. Your videos have a nice easy-to-understand presentation and great visuals, I'd love to see your take on some more advanced topics! I'm sure you'll get there in time :)
@RyanSteele82
@RyanSteele82 3 жыл бұрын
Thank you for this. Really good explanation!
@BigPython
@BigPython 3 жыл бұрын
Thanks, I'm glad it was helpful :)
@mohammadsheikh7564
@mohammadsheikh7564 3 жыл бұрын
Came across this right when I needed it, thanks for the video. Would love to see a video on the Finite State Machines as well.
@BigPython
@BigPython 3 жыл бұрын
Glad it was useful! I have something in the works on Levenshtein automata and Tries, that video is coming :)
@robimez
@robimez Жыл бұрын
very interesting , love how you explain things , subbed.
@user-cv7br5xd6i
@user-cv7br5xd6i 2 жыл бұрын
Pretty nice!! Good one you and everything is explained well and nice, thanks very much!
@lammelmiklos3765
@lammelmiklos3765 2 жыл бұрын
Very nice tutorial! I was wondering: what dev environment do you use here in the video? It seem to be some kind of Jupyter Notebook with some nice cusomization... How did you customize?
@BigPython
@BigPython 2 жыл бұрын
Thanks! It's Jupyter Notebook with github.com/dunovank/jupyter-themes and some custom CSS styles on top using github.com/openstyles/stylus
@lammelmiklos3765
@lammelmiklos3765 2 жыл бұрын
@@BigPython Thank you very much!
@lammelmiklos3765
@lammelmiklos3765 2 жыл бұрын
@@BigPython I played with the styles a little bit, and figured, that you were using the grade3 style. However my understanding of the openstyles, that is has to applied to the browser itself. Is that correct? Do you mind sharing your style?
@BigPython
@BigPython 2 жыл бұрын
@@lammelmiklos3765 Yes, it's applied at the browser level. I've added my current CSS to the git repo, feel free to have a look :) github.com/tkarabela/bigpython/blob/master/jupyter-grade3-bigpython.css
@Martin.Eriksson
@Martin.Eriksson 3 жыл бұрын
Great video
@BigPython
@BigPython 3 жыл бұрын
Thank you! :)
@thanhhuy5277
@thanhhuy5277 2 жыл бұрын
nice video , i see O(n^2), and i have 1 question ,if input text long 500 and has 1e7 item, how much is the time run?
@user-co7xp2bc3o
@user-co7xp2bc3o Жыл бұрын
there is any two sentence meaning nlp or algorithm is there? or not is there means can you tell which algo or nlp ?how that work
@andreaventurelli2359
@andreaventurelli2359 2 жыл бұрын
You talk about the possibility of change the weight of the (add,delete,replace) how can it is achievable?
@BigPython
@BigPython 2 жыл бұрын
In the Wagner-Fisher algorithm, when computing d[i, j] you take minimum of the neighbors d[i-1, j], d[i, j-1], d[i-1, j-1] with cost of the operation added to each. Usually all the costs (weights) are set to 1, except for the case of d[i-1, j-1] when a[i-1] == b[j-1] (which is a match, so it should not add to the distance).
The Algorithm Behind Spell Checkers
13:02
b001
Рет қаралды 411 М.
Exploring NLP Fuzzy Matching Algorithms
44:36
Women Who Code
Рет қаралды 12 М.
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 48 МЛН
Running With Bigger And Bigger Feastables
00:17
MrBeast
Рет қаралды 131 МЛН
The Giant sleep in the town 👹🛏️🏡
00:24
Construction Site
Рет қаралды 19 МЛН
Coding My Own Text Editor Again (Ded S02E01)
1:49:37
Tsoding Daily
Рет қаралды 92 М.
I run untested, viewer-submitted code on my 500-LED christmas tree.
45:17
Fuzzy String Matching with BERT, TF-IDF using PolyFuzz
9:20
Bhavesh Bhatt
Рет қаралды 5 М.
5 Useful F-String Tricks In Python
10:02
Indently
Рет қаралды 296 М.
How C++ took a turn for the worse
5:03
Code Persist
Рет қаралды 274 М.
Python 3.10 Pattern Matching in Action
11:53
Big Python
Рет қаралды 9 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 790 М.
Crust of Rust: async/await
2:34:01
Jon Gjengset
Рет қаралды 189 М.
Ouch.. 🤕
00:30
Celine & Michiel
Рет қаралды 48 МЛН