ݺߣshows by User: trebor74hr / http://www.slideshare.net/images/logo.gif ݺߣshows by User: trebor74hr / Fri, 15 May 2015 08:27:25 GMT ݺߣShare feed for ݺߣshows by User: trebor74hr Natural language processing (NLP) introduction /slideshow/natural-language-processing-nlp-introduction/48181734 nlp-introduction-en-150515082725-lva1-app6891
Introduction to natural language processing (NLP), goals, theory, TF-IDF, bag-of-words, machine learning, libraries, python]]>

Introduction to natural language processing (NLP), goals, theory, TF-IDF, bag-of-words, machine learning, libraries, python]]>
Fri, 15 May 2015 08:27:25 GMT /slideshow/natural-language-processing-nlp-introduction/48181734 trebor74hr@slideshare.net(trebor74hr) Natural language processing (NLP) introduction trebor74hr Introduction to natural language processing (NLP), goals, theory, TF-IDF, bag-of-words, machine learning, libraries, python <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/nlp-introduction-en-150515082725-lva1-app6891-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Introduction to natural language processing (NLP), goals, theory, TF-IDF, bag-of-words, machine learning, libraries, python
Natural language processing (NLP) introduction from Robert Lujo
]]>
13012 12 https://cdn.slidesharecdn.com/ss_thumbnails/nlp-introduction-en-150515082725-lva1-app6891-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
ElasticSearch - index server used as a document database /slideshow/robert-lujoelastic-searchasdocumentdatabase/39896552 robert-lujo-elasticsearch-as-document-database-141005143532-conversion-gate02
Presentation held on 5.10.2014 on http://2014.webcampzg.org/talks/. Although ElasticSearch (ES) primary purpose is to be used as index/search server, in its featureset ES overlaps with common NoSql database; better to say, document database. Why this could be interesting and how this could be used effectively? Talk overview: - ES - history, background, philosophy, featureset overview, focus on indexing/search features - short presentation on how to get started - installation, indexing and search/retrieving - Database should provide following functions: store, search, retrieve -> differences between relational, document and search databases - it is not unusual to use ES additionally as an document database (store and retrieve) - an use-case will be presented where ES can be used as a single database in the system (benefits and drawbacks) - what if a relational database is introduced in previosly demonstrated system (benefits and drawbacks) ES is a nice and in reality ready-to-use example that can change perspective of development of some type of software systems.]]>

Presentation held on 5.10.2014 on http://2014.webcampzg.org/talks/. Although ElasticSearch (ES) primary purpose is to be used as index/search server, in its featureset ES overlaps with common NoSql database; better to say, document database. Why this could be interesting and how this could be used effectively? Talk overview: - ES - history, background, philosophy, featureset overview, focus on indexing/search features - short presentation on how to get started - installation, indexing and search/retrieving - Database should provide following functions: store, search, retrieve -> differences between relational, document and search databases - it is not unusual to use ES additionally as an document database (store and retrieve) - an use-case will be presented where ES can be used as a single database in the system (benefits and drawbacks) - what if a relational database is introduced in previosly demonstrated system (benefits and drawbacks) ES is a nice and in reality ready-to-use example that can change perspective of development of some type of software systems.]]>
Sun, 05 Oct 2014 14:35:32 GMT /slideshow/robert-lujoelastic-searchasdocumentdatabase/39896552 trebor74hr@slideshare.net(trebor74hr) ElasticSearch - index server used as a document database trebor74hr Presentation held on 5.10.2014 on http://2014.webcampzg.org/talks/. Although ElasticSearch (ES) primary purpose is to be used as index/search server, in its featureset ES overlaps with common NoSql database; better to say, document database. Why this could be interesting and how this could be used effectively? Talk overview: - ES - history, background, philosophy, featureset overview, focus on indexing/search features - short presentation on how to get started - installation, indexing and search/retrieving - Database should provide following functions: store, search, retrieve -> differences between relational, document and search databases - it is not unusual to use ES additionally as an document database (store and retrieve) - an use-case will be presented where ES can be used as a single database in the system (benefits and drawbacks) - what if a relational database is introduced in previosly demonstrated system (benefits and drawbacks) ES is a nice and in reality ready-to-use example that can change perspective of development of some type of software systems. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/robert-lujo-elasticsearch-as-document-database-141005143532-conversion-gate02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Presentation held on 5.10.2014 on http://2014.webcampzg.org/talks/. Although ElasticSearch (ES) primary purpose is to be used as index/search server, in its featureset ES overlaps with common NoSql database; better to say, document database. Why this could be interesting and how this could be used effectively? Talk overview: - ES - history, background, philosophy, featureset overview, focus on indexing/search features - short presentation on how to get started - installation, indexing and search/retrieving - Database should provide following functions: store, search, retrieve -&gt; differences between relational, document and search databases - it is not unusual to use ES additionally as an document database (store and retrieve) - an use-case will be presented where ES can be used as a single database in the system (benefits and drawbacks) - what if a relational database is introduced in previosly demonstrated system (benefits and drawbacks) ES is a nice and in reality ready-to-use example that can change perspective of development of some type of software systems.
ElasticSearch - index server used as a document database from Robert Lujo
]]>
5490 6 https://cdn.slidesharecdn.com/ss_thumbnails/robert-lujo-elasticsearch-as-document-database-141005143532-conversion-gate02-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Django dev-env-my-way /slideshow/django-devenvmyway/39770506 django-dev-env-my-way-141001154020-phpapp01
This talk will try to cover the most important techniques and best practices used when creating Django web application. Overview of the topics covered: - development general principles and goals - python/django project initial setup - project layout, git&venv&pip&shell, settings - central project shell command - contains all commands to manage project - "IDE" - editor & shell - edit/run/test cycle - deploy/test-remotely cycle Disclaimer: techniques and practices presented are current AUTHOR'S optimal choice used for usual django project.]]>

This talk will try to cover the most important techniques and best practices used when creating Django web application. Overview of the topics covered: - development general principles and goals - python/django project initial setup - project layout, git&venv&pip&shell, settings - central project shell command - contains all commands to manage project - "IDE" - editor & shell - edit/run/test cycle - deploy/test-remotely cycle Disclaimer: techniques and practices presented are current AUTHOR'S optimal choice used for usual django project.]]>
Wed, 01 Oct 2014 15:40:20 GMT /slideshow/django-devenvmyway/39770506 trebor74hr@slideshare.net(trebor74hr) Django dev-env-my-way trebor74hr This talk will try to cover the most important techniques and best practices used when creating Django web application. Overview of the topics covered: - development general principles and goals - python/django project initial setup - project layout, git&venv&pip&shell, settings - central project shell command - contains all commands to manage project - "IDE" - editor & shell - edit/run/test cycle - deploy/test-remotely cycle Disclaimer: techniques and practices presented are current AUTHOR'S optimal choice used for usual django project. <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/django-dev-env-my-way-141001154020-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> This talk will try to cover the most important techniques and best practices used when creating Django web application. Overview of the topics covered: - development general principles and goals - python/django project initial setup - project layout, git&amp;venv&amp;pip&amp;shell, settings - central project shell command - contains all commands to manage project - &quot;IDE&quot; - editor &amp; shell - edit/run/test cycle - deploy/test-remotely cycle Disclaimer: techniques and practices presented are current AUTHOR&#39;S optimal choice used for usual django project.
Django dev-env-my-way from Robert Lujo
]]>
949 2 https://cdn.slidesharecdn.com/ss_thumbnails/django-dev-env-my-way-141001154020-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Object.__class__.__dict__ - python object model and friends - with examples /slideshow/objectclassdict-pythonen/35838533 objectclassdict-python-en-140613084857-phpapp02
Python object model - advanced and some not so advanced features, lot of code examples: building blocks, objects, classes, functions, mutable and immutable, everything is an object, variables, global context, "executing" the module, standard types inheritance, multiple inheritance, mixins and mro, dynamic classes, metaclasses, property function and descriptors context managers & with, useful __methods__ ]]>

Python object model - advanced and some not so advanced features, lot of code examples: building blocks, objects, classes, functions, mutable and immutable, everything is an object, variables, global context, "executing" the module, standard types inheritance, multiple inheritance, mixins and mro, dynamic classes, metaclasses, property function and descriptors context managers & with, useful __methods__ ]]>
Fri, 13 Jun 2014 08:48:57 GMT /slideshow/objectclassdict-pythonen/35838533 trebor74hr@slideshare.net(trebor74hr) Object.__class__.__dict__ - python object model and friends - with examples trebor74hr Python object model - advanced and some not so advanced features, lot of code examples: building blocks, objects, classes, functions, mutable and immutable, everything is an object, variables, global context, "executing" the module, standard types inheritance, multiple inheritance, mixins and mro, dynamic classes, metaclasses, property function and descriptors context managers & with, useful __methods__ <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/objectclassdict-python-en-140613084857-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Python object model - advanced and some not so advanced features, lot of code examples: building blocks, objects, classes, functions, mutable and immutable, everything is an object, variables, global context, &quot;executing&quot; the module, standard types inheritance, multiple inheritance, mixins and mro, dynamic classes, metaclasses, property function and descriptors context managers &amp; with, useful __methods__
Object.__class__.__dict__ - python object model and friends - with examples from Robert Lujo
]]>
5206 13 https://cdn.slidesharecdn.com/ss_thumbnails/objectclassdict-python-en-140613084857-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation Black http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Funkcija, objekt, python /slideshow/funkcija-objekt-python/35184092 funkcijaobjektpython-140527150732-phpapp02
Funkcije u pythonu, funkcijska paradigma, high order functions, first class citizens, closures, decorators]]>

Funkcije u pythonu, funkcijska paradigma, high order functions, first class citizens, closures, decorators]]>
Tue, 27 May 2014 15:07:32 GMT /slideshow/funkcija-objekt-python/35184092 trebor74hr@slideshare.net(trebor74hr) Funkcija, objekt, python trebor74hr Funkcije u pythonu, funkcijska paradigma, high order functions, first class citizens, closures, decorators <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/funkcijaobjektpython-140527150732-phpapp02-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> Funkcije u pythonu, funkcijska paradigma, high order functions, first class citizens, closures, decorators
Funkcija, objekt, python from Robert Lujo
]]>
1343 3 https://cdn.slidesharecdn.com/ss_thumbnails/funkcijaobjektpython-140527150732-phpapp02-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Python - na uzlazu ili silazu? /slideshow/python-na-uzlazu-ili-silazu/9551950 py-111005020108-phpapp01
]]>

]]>
Wed, 05 Oct 2011 02:01:06 GMT /slideshow/python-na-uzlazu-ili-silazu/9551950 trebor74hr@slideshare.net(trebor74hr) Python - na uzlazu ili silazu? trebor74hr <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/py-111005020108-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br>
Python - na uzlazu ili silazu? from Robert Lujo
]]>
545 0 https://cdn.slidesharecdn.com/ss_thumbnails/py-111005020108-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation 000000 http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
Razvoj softvera: crno/bijeli svijet? /slideshow/razvoj-softvera-crnobijeli-svijet/9551840 cb1-111005015330-phpapp01
LinuxLab, Linux Konferencije Linux korisnika 2011, http://ieee.riteh.hr/node/38. Prezentacija br1: Razvoj softvera: crno/bijeli svijet? pokušaj kritičkog pogleda na razvoj softvera u svijetu i kod nas s praktičnim savjetima.. Primjer: popularnost programskih jezika]]>

LinuxLab, Linux Konferencije Linux korisnika 2011, http://ieee.riteh.hr/node/38. Prezentacija br1: Razvoj softvera: crno/bijeli svijet? pokušaj kritičkog pogleda na razvoj softvera u svijetu i kod nas s praktičnim savjetima.. Primjer: popularnost programskih jezika]]>
Wed, 05 Oct 2011 01:53:27 GMT /slideshow/razvoj-softvera-crnobijeli-svijet/9551840 trebor74hr@slideshare.net(trebor74hr) Razvoj softvera: crno/bijeli svijet? trebor74hr LinuxLab, Linux Konferencije Linux korisnika 2011, http://ieee.riteh.hr/node/38. Prezentacija br1: Razvoj softvera: crno/bijeli svijet? pokušaj kritičkog pogleda na razvoj softvera u svijetu i kod nas s praktičnim savjetima.. Primjer: popularnost programskih jezika <img style="border:1px solid #C3E6D8;float:right;" alt="" src="https://cdn.slidesharecdn.com/ss_thumbnails/cb1-111005015330-phpapp01-thumbnail.jpg?width=120&amp;height=120&amp;fit=bounds" /><br> LinuxLab, Linux Konferencije Linux korisnika 2011, http://ieee.riteh.hr/node/38. Prezentacija br1: Razvoj softvera: crno/bijeli svijet? pokušaj kritičkog pogleda na razvoj softvera u svijetu i kod nas s praktičnim savjetima.. Primjer: popularnost programskih jezika
Razvoj softvera: crno/bijeli svijet? from Robert Lujo
]]>
338 0 https://cdn.slidesharecdn.com/ss_thumbnails/cb1-111005015330-phpapp01-thumbnail.jpg?width=120&height=120&fit=bounds presentation White http://activitystrea.ms/schema/1.0/post http://activitystrea.ms/schema/1.0/posted 0
https://cdn.slidesharecdn.com/profile-photo-trebor74hr-48x48.jpg?cb=1522839998 Sr. Software Engineer, Software project manager, System architect and analyst. Particularly interested in: - Agile software development - Development of rich internet applications (RIA) and desktop applications (GUI) - Business process analysis - Development of distributed systems - Software system integration - Quality assurance systems for software applications - Data visualization, analysis and reporting - Computer security. http://robert-lujo.com https://cdn.slidesharecdn.com/ss_thumbnails/nlp-introduction-en-150515082725-lva1-app6891-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/natural-language-processing-nlp-introduction/48181734 Natural language proce... https://cdn.slidesharecdn.com/ss_thumbnails/robert-lujo-elasticsearch-as-document-database-141005143532-conversion-gate02-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/robert-lujoelastic-searchasdocumentdatabase/39896552 ElasticSearch - index ... https://cdn.slidesharecdn.com/ss_thumbnails/django-dev-env-my-way-141001154020-phpapp01-thumbnail.jpg?width=320&height=320&fit=bounds slideshow/django-devenvmyway/39770506 Django dev-env-my-way