3,937 skills found · Page 12 of 132
freepose / Vscode CourseThis repository contains example codes and exercises for learning the C programming language, Data structure, and Algorithms. It is designed for beginners, and includes explanations to help understand the concepts.
alphamu / Android MVVM DataBinding RecyclerViewExampleA demo of how to use Jetpack architecture and lifecycle component to implement a RecyclerView. The example has async image loading and item click handling.
tyiannak / MultimodalAnalysisPython examples for the course "Multimodal Information Processing & Analysis" of the MSc in Data Science in NCSR Demokritos
imrahulr / Adversarial Robustness PytorchUnofficial implementation of the DeepMind papers "Uncovering the Limits of Adversarial Training against Norm-Bounded Adversarial Examples" & "Fixing Data Augmentation to Improve Adversarial Robustness" in PyTorch
facebookarchive / LearningSimpleAlgorithmsWe present an approach for learning simple algorithms such as copying, multi-digit addition and single digit multiplication directly from examples. Our framework consists of a set of interfaces, accessed by a controller. Typical interfaces are 1-D tapes or 2-D grids that hold the input and output data. For the controller, we explore a range of neural network-based models which vary in their ability to abstract the underlying algorithm from training instances and generalize to test examples with many thousands of digits. The controller is trained using Q-learning with several enhancements and we show that the bottleneck is in the capabilities of the controller rather than in the search incurred by Q-learning.
arangodb / Example DatasetsDemo Data for ArangoDB
FirebaseExtended / User Data ProtectionGeneralizable examples of protecting user data in Firebase Applications
gabrieldim / Algorithms And Data StructuresAlgorithms and data structures tasks - examples.
staples-sparx / Clj SchemaSchemas for Clojure data. With validation and example data for tests.
twtrubiks / DRF DataTable Example Server SideDataTables Example (server-side) - Python Django REST framework
rerun-io / Python Example Droid DatasetVisualizing the DROID dataset using Rerun
jeffdelmerico / Pointcloud TutorialCode examples for common operations on multidimensional data using both PCL and Open3D.
khuyentran1401 / Production Ready Data Science CodeTransform messy data science notebooks into production-ready code. Examples covering testing, CI/CD, MLOps, and scalable deployment practices.
RSpace / Aframe Meetup ExampleSimple example of building a virtual reality scene using A-Frame, React, Redux and data from Meetup
sctyner / GeomnetExamples and data for geom_net
abhishek305 / PyBot A ChatBot For Answering Python Queries Using NLPPybot can change the way learners try to learn python programming language in a more interactive way. This chatbot will try to solve or provide answer to almost every python related issues or queries that the user is asking for. We are implementing NLP for improving the efficiency of the chatbot. We will include voice feature for more interactivity to the user. By utilizing NLP, developers can organize and structure knowledge to perform tasks such as automatic summarization, translation, named entity recognition, relationship extraction, sentiment analysis, speech recognition, and topic segmentation. NLTK has been called “a wonderful tool for teaching and working in, computational linguistics using Python,” and “an amazing library to play with natural language.The main issue with text data is that it is all in text format (strings). However, the Machine learning algorithms need some sort of numerical feature vector in order to perform the task. So before we start with any NLP project we need to pre-process it to make it ideal for working. Converting the entire text into uppercase or lowercase, so that the algorithm does not treat the same words in different cases as different Tokenization is just the term used to describe the process of converting the normal text strings into a list of tokens i.e words that we actually want. Sentence tokenizer can be used to find the list of sentences and Word tokenizer can be used to find the list of words in strings.Removing Noise i.e everything that isn’t in a standard number or letter.Removing Stop words. Sometimes, some extremely common words which would appear to be of little value in helping select documents matching a user need are excluded from the vocabulary entirely. These words are called stop words.Stemming is the process of reducing inflected (or sometimes derived) words to their stem, base or root form — generally a written word form. Example if we were to stem the following words: “Stems”, “Stemming”, “Stemmed”, “and Stemtization”, the result would be a single word “stem”. A slight variant of stemming is lemmatization. The major difference between these is, that, stemming can often create non-existent words, whereas lemmas are actual words. So, your root stem, meaning the word you end up with, is not something you can just look up in a dictionary, but you can look up a lemma. Examples of Lemmatization are that “run” is a base form for words like “running” or “ran” or that the word “better” and “good” are in the same lemma so they are considered the same.
avatorl / Deneb Vega TemplatesData visualization templates for Deneb, a custom visual for Power BI. The templates are examples of Vega (not Vega-Lite) data visualizations that can be used in Deneb as is or as a starting point for developing more advanced custom data visualizations.
splunk / Splunk Demo Collector For AnalyticsjsExample Node.js based backend collector for client-side data
bdecon / Econ DataPython 3 examples of using economic data APIs and working with economic microdata. Includes bd CPS.
airbytehq / Open Data StackOpen Data Stack Projects: Examples of End to End Data Engineering Projects