├── .github └── FUNDING.yml ├── .gitignore ├── CLL_content_update └── medium.md ├── Language └── Python │ ├── 00-Introduction.ipynb │ ├── 01-Conditional Statements.ipynb │ ├── 01-Conditional-Statements.ipynb │ ├── 02-Looping.ipynb │ ├── 03-String.ipynb │ ├── 03-Strings.ipynb │ ├── 04-Fuctions.ipynb │ ├── 04-Functions.ipynb │ ├── 08 Exception Handling.ipynb │ ├── 2020-06-13 Exception Handling.ipynb │ ├── Classes -Methods and Callables.ipynb │ ├── Classes.ipynb │ ├── Databases-Python.ipynb │ ├── Exception Handling.ipynb │ ├── Modules.ipynb │ ├── Multithreading.ipynb │ ├── Networking-Python.ipynb │ ├── Pandas_Tutorial.ipynb │ ├── README.md │ ├── Regular Expressions.ipynb │ ├── Tuple.ipynb │ ├── cll.txt │ ├── dictnoary.ipynb │ ├── input and output.ipynb │ ├── interview_questions.md │ ├── list.ipynb │ └── numpy.ipynb ├── README.md ├── Technology └── Artificial Intelligence │ ├── CLL_Git_Star_watch.gif │ ├── CLL_Kaggle_Courses.md │ ├── Computer Vision │ ├── Concepts │ │ ├── Image Processing │ │ │ ├── Image Stitching.ipynb │ │ │ └── ImageStitching.png │ │ ├── Image classification │ │ │ ├── Dogs vs Cats Classification using Keras Transfer Learning │ │ │ │ ├── Readme.md │ │ │ │ ├── dogs_vs_cats.ipynb │ │ │ │ └── dogs_vs_cats.jpg │ │ │ ├── Hand gestures identification in Keras │ │ │ │ ├── ASL.png │ │ │ │ ├── AlexNet.png │ │ │ │ └── Hand Gestures.ipynb │ │ │ ├── Image Classification using Deep Learning (PyTorch) │ │ │ │ ├── Image Classifier.ipynb │ │ │ │ ├── assets │ │ │ │ │ ├── Flowers.png │ │ │ │ │ └── inference_example.png │ │ │ │ └── cat_to_name.json │ │ │ └── cars_vs_planes_keras │ │ │ │ ├── Readme.md │ │ │ │ ├── cars_vs_planes.ipynb │ │ │ │ ├── cars_vs_planes.jpg │ │ │ │ └── cars_vs_planes.tgz │ │ ├── Image recognition │ │ │ └── Digit recognition in Keras │ │ │ │ ├── MNIST.png │ │ │ │ ├── Readme.md │ │ │ │ └── digit_recognition_using_keras.ipynb │ │ ├── Labelling_Tools │ │ │ └── README.md │ │ ├── OCR │ │ │ ├── OCR.ipynb │ │ │ └── imgs │ │ │ │ ├── crnn.PNG │ │ │ │ ├── crnn_block_diagram.PNG │ │ │ │ ├── crnn_only.PNG │ │ │ │ ├── receptive_field_des.PNG │ │ │ │ └── receptive_field_only.PNG │ │ ├── Object_detection │ │ │ └── custom_object_detection_yolov2_darkflow │ │ │ │ ├── Readme.md │ │ │ │ └── mobile_detection.ipynb │ │ ├── digit_recognition_keras │ │ │ └── MNIST.png │ │ └── teachable-machine-using-tfjs │ │ │ ├── FAQ.md │ │ │ ├── README.md │ │ │ ├── teachable-audio-classifier │ │ │ ├── preview.gif │ │ │ └── src │ │ │ │ ├── finished │ │ │ │ ├── index.html │ │ │ │ └── sketch.js │ │ │ │ └── start │ │ │ │ ├── index.html │ │ │ │ └── sketch.js │ │ │ ├── teachable-image-classifier │ │ │ ├── preview.gif │ │ │ └── src │ │ │ │ ├── finished │ │ │ │ ├── index.html │ │ │ │ └── script.js │ │ │ │ └── start │ │ │ │ ├── index.html │ │ │ │ └── script.js │ │ │ ├── week_1_README.md │ │ │ ├── week_2_README.md │ │ │ ├── week_3_README.md │ │ │ └── week_4_README.md │ └── README.md │ ├── Deep learning │ ├── Neural-style-transfer │ │ ├── Style_Transfer_ExerciseColab.ipynb │ │ ├── images │ │ │ ├── ben_passmore.jpg │ │ │ ├── delaunay.jpg │ │ │ ├── hockney.jpg │ │ │ ├── janelle.png │ │ │ ├── kahlo.jpg │ │ │ ├── magritte.jpg │ │ │ ├── octavia.jpg │ │ │ ├── octopus.jpg │ │ │ ├── sotomayor.jpg │ │ │ └── space_needle.jpg │ │ └── notebook_ims │ │ │ ├── style_tx_cat.png │ │ │ └── vgg19_convlayers.png │ └── interview_questions.md │ ├── Machine learning │ ├── CLL_ML_classification_full_course.md │ ├── CLL_ML_regression_full_course.md │ ├── Feature engineering │ │ ├── Feature engineering.ipynb │ │ ├── ds_time_division.jpg │ │ ├── feature_engineering.png │ │ ├── fs_embedded_methods.webp │ │ ├── fs_filter_methods.webp │ │ ├── fs_wrapper_methods.png │ │ ├── iqr.jpeg │ │ └── type_of_skewness.gif │ ├── IPL Project.md │ ├── ML Interpretability │ │ ├── Decrypting ML models using LIME_final.pdf │ │ ├── README.md │ │ └── images │ │ │ ├── memeAI.PNG │ │ │ ├── playground.PNG │ │ │ └── saveCopy.PNG │ ├── ML_problem_statements.md │ └── interview_questions.md │ ├── Maths │ └── Prerequisite for AI │ │ ├── README.md │ │ ├── calculus │ │ └── beginner │ │ │ └── README.md │ │ ├── linear algebra │ │ └── beginner │ │ │ └── README.md │ │ ├── optimization theory │ │ └── README.md │ │ └── statistics and probability │ │ └── beginner │ │ └── README.md │ ├── Natural Language Processing │ ├── CLL_NLP_classification_full_course.md │ ├── Concepts │ │ ├── Chatbot │ │ │ ├── Alexa │ │ │ │ └── restaurant_bot │ │ │ │ │ ├── Services.py │ │ │ │ │ ├── lambda_function.py │ │ │ │ │ ├── requirements.txt │ │ │ │ │ └── skill_env.zip │ │ │ ├── Dialogflow │ │ │ │ ├── README.md │ │ │ │ └── restaurant_bot │ │ │ │ │ ├── InteractionModel │ │ │ │ │ └── RestaurantBot.zip │ │ │ │ │ ├── README.md │ │ │ │ │ ├── dialogflow-instructions.md │ │ │ │ │ ├── firebase-fulfillment-instructions.md │ │ │ │ │ ├── functions │ │ │ │ │ ├── index.js │ │ │ │ │ └── package.json │ │ │ │ │ ├── img │ │ │ │ │ ├── dialogflow-1.png │ │ │ │ │ ├── dialogflow-10.png │ │ │ │ │ ├── dialogflow-11.png │ │ │ │ │ ├── dialogflow-2.png │ │ │ │ │ ├── dialogflow-3.png │ │ │ │ │ ├── dialogflow-4.png │ │ │ │ │ ├── dialogflow-5.png │ │ │ │ │ ├── dialogflow-6.png │ │ │ │ │ ├── dialogflow-7.png │ │ │ │ │ ├── dialogflow-8.png │ │ │ │ │ ├── dialogflow-9.png │ │ │ │ │ ├── fulfillment-1.png │ │ │ │ │ ├── fulfillment-2.png │ │ │ │ │ ├── fulfillment-3.png │ │ │ │ │ ├── fulfillment-4.png │ │ │ │ │ ├── web-integration-1.png │ │ │ │ │ ├── web-integration-2.png │ │ │ │ │ └── workflow.png │ │ │ │ │ ├── installation-instructions.md │ │ │ │ │ └── web-integration-instructions.md │ │ │ ├── Multilingual Bot Using LASER │ │ │ │ ├── Multilingual Bot.ipynb │ │ │ │ └── Readme.md │ │ │ ├── RASA │ │ │ │ ├── .gitignore │ │ │ │ ├── restaurant_bot_1_x │ │ │ │ │ ├── Conversation-Design_Draw_IO_Phase1.xml │ │ │ │ │ ├── UI │ │ │ │ │ │ ├── README.md │ │ │ │ │ │ ├── index.html │ │ │ │ │ │ ├── startbot.js │ │ │ │ │ │ └── static │ │ │ │ │ │ │ ├── css │ │ │ │ │ │ │ ├── flickity.min.css │ │ │ │ │ │ │ ├── materialize.css │ │ │ │ │ │ │ ├── materialize.min.css │ │ │ │ │ │ │ └── style.css │ │ │ │ │ │ │ ├── img │ │ │ │ │ │ │ ├── GMCcoverge.png │ │ │ │ │ │ │ ├── Parentalplan.png │ │ │ │ │ │ │ ├── Parentaltopup.png │ │ │ │ │ │ │ ├── RefferralBonus.png │ │ │ │ │ │ │ ├── botAvatar.png │ │ │ │ │ │ │ ├── botAvatar_1.png │ │ │ │ │ │ │ ├── botAvatar_2.png │ │ │ │ │ │ │ ├── botAvatar_4.png │ │ │ │ │ │ │ ├── mysphere.PNG │ │ │ │ │ │ │ ├── topupplan.png │ │ │ │ │ │ │ ├── ui_1.PNG │ │ │ │ │ │ │ ├── ui_2.PNG │ │ │ │ │ │ │ ├── userAvatar.png │ │ │ │ │ │ │ └── userAvatar1.jpg │ │ │ │ │ │ │ └── js │ │ │ │ │ │ │ ├── jquery.min.js │ │ │ │ │ │ │ ├── materialize.min.js │ │ │ │ │ │ │ └── script.js │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── actions.py │ │ │ │ │ ├── chatbot_human_chat.png │ │ │ │ │ ├── config.yml │ │ │ │ │ ├── conversation_flow.jpg │ │ │ │ │ ├── credentials.yml │ │ │ │ │ ├── data │ │ │ │ │ │ ├── chitchat.md │ │ │ │ │ │ ├── faq.md │ │ │ │ │ │ ├── lookup_tables │ │ │ │ │ │ │ └── cuisine.txt │ │ │ │ │ │ ├── nlu.md │ │ │ │ │ │ ├── responses │ │ │ │ │ │ │ └── responses.md │ │ │ │ │ │ └── stories.md │ │ │ │ │ ├── domain.yml │ │ │ │ │ ├── endpoints.yml │ │ │ │ │ ├── events.db-shm │ │ │ │ │ ├── events.db-wal │ │ │ │ │ ├── facebook_integration_guide.md │ │ │ │ │ ├── fb images │ │ │ │ │ │ ├── Token_generated.jpg │ │ │ │ │ │ ├── app_secret.jpg │ │ │ │ │ │ ├── callback_url.jpg │ │ │ │ │ │ ├── fb_developer.png │ │ │ │ │ │ ├── ngrok.jpg │ │ │ │ │ │ └── verify.png │ │ │ │ │ ├── installation-instructions.md │ │ │ │ │ ├── location.py │ │ │ │ │ ├── rasa_architecture.png │ │ │ │ │ ├── requirements.txt │ │ │ │ │ ├── restaurant_bot mindmap (1).png │ │ │ │ │ └── tests │ │ │ │ │ │ └── conversation_tests.md │ │ │ │ └── restaurant_bot_2_0 │ │ │ │ │ ├── Conversation-Design_Draw_IO_Phase1.xml │ │ │ │ │ ├── README.md │ │ │ │ │ ├── __init__.py │ │ │ │ │ ├── actions.py │ │ │ │ │ ├── chatbot_human_chat.png │ │ │ │ │ ├── config.yml │ │ │ │ │ ├── config.yml.bak │ │ │ │ │ ├── conversation_flow.jpg │ │ │ │ │ ├── credentials.yml │ │ │ │ │ ├── data │ │ │ │ │ ├── nlu.yml │ │ │ │ │ ├── nlu │ │ │ │ │ │ ├── chitchat.yml │ │ │ │ │ │ ├── faq.yml │ │ │ │ │ │ ├── lookup_tables │ │ │ │ │ │ │ └── cuisine.yml │ │ │ │ │ │ └── nlu.yml │ │ │ │ │ ├── responses │ │ │ │ │ │ └── responses.yml │ │ │ │ │ ├── rules │ │ │ │ │ │ └── rules.yml │ │ │ │ │ ├── stories.yml │ │ │ │ │ └── stories │ │ │ │ │ │ └── stories.yml │ │ │ │ │ ├── domain.yml │ │ │ │ │ ├── endpoints.yml │ │ │ │ │ ├── events.db-shm │ │ │ │ │ ├── events.db-wal │ │ │ │ │ ├── facebook_integration_guide.md │ │ │ │ │ ├── fb images │ │ │ │ │ ├── Token_generated.jpg │ │ │ │ │ ├── app_secret.jpg │ │ │ │ │ ├── callback_url.jpg │ │ │ │ │ ├── fb_developer.png │ │ │ │ │ ├── ngrok.jpg │ │ │ │ │ └── verify.png │ │ │ │ │ ├── installation-instructions.md │ │ │ │ │ ├── location.py │ │ │ │ │ ├── rasa_architecture.png │ │ │ │ │ ├── requirements.txt │ │ │ │ │ └── tests │ │ │ │ │ ├── conversation_tests.md │ │ │ │ │ └── example.yml │ │ │ └── README.md │ │ ├── Machine Translation │ │ │ ├── Phase_1 Machine_Translation.ipynb │ │ │ ├── RNN.ipynb │ │ │ ├── bahdanau_attention.py │ │ │ └── pack_padded_sequences.py │ │ ├── Recommendation system │ │ │ ├── Content based Recommendation System │ │ │ │ └── Movie_Recommendation System.ipynb │ │ │ └── README.md │ │ ├── Text Classification │ │ │ ├── Text Classification using Deep Learning │ │ │ │ └── LSTM and Convolution1D Ensemble with Glove Embeddings.ipynb │ │ │ └── Text Classification using Machine Learning │ │ │ │ ├── Text classification.ipynb │ │ │ │ └── spam_filtering.png │ │ ├── Text Preprocessing │ │ │ ├── Azure_spell_check_output.PNG │ │ │ ├── Text preprocessing.ipynb │ │ │ └── Text preprocessing.png │ │ └── Topic Modelling │ │ │ └── Gensim Topic Modelling.ipynb │ ├── README.md │ └── utils │ │ └── contractions.json │ ├── Prediction │ ├── Customer_Churn_Prediction_Using_PySpark.ipynb │ └── banner.jpeg │ ├── README.md │ ├── Reinforcement Learning │ └── Introduction to Reinforcement Learning │ │ ├── Introduction To Reinforcement Learning.ipynb │ │ └── images │ │ ├── Agent_Environment_Interface.png │ │ ├── VennDia.png │ │ ├── reinforcement_learning_four_policies.png │ │ ├── reinforcement_learning_simple_world.png │ │ ├── rl_algorithms_9_15.svg │ │ └── types_of_envs_s.png │ ├── Time Series │ └── Concepts │ │ ├── CLL_ML_timeseries_full_course.md │ │ └── Time Series Analysis │ │ ├── LifeasaTimeSeries.png │ │ └── TimeSeriesAnalysis.ipynb │ ├── companies.md │ ├── facebook.png │ ├── interview_questions.md │ ├── interview_questions_deep_learning.md │ ├── interview_questions_machine_learning.md │ ├── jobs.md │ ├── project_based_learning │ ├── Restaurant Bot Demo.gif │ ├── machine-translation-demo.gif │ ├── machine_translation_nlp.md │ ├── resturantBot_rasa.md │ ├── teachable-machine-audio-classifier.gif │ ├── teachable-machine-image-classifier.gif │ └── teachable_machine_cv.md │ ├── telegram.png │ └── youtube.png ├── co_learning_activities.md ├── code-of-conduct.md ├── collaborative_learning.md ├── contribution_guidelines.md ├── images ├── Co-learning Lounge cover photo.jpg ├── Encoder_decoder_architecture.png ├── Encoder_decoder_simple_architecture.png ├── Machine_translation.gif ├── Maths.png ├── NLP_Pipeline.png ├── NLU-and-NLP.jpg ├── OthersVsUs.jpeg ├── Readme.md ├── Stemming_Lemmatization.PNG ├── aivsml.jpg ├── computer_vision_logo.jpg └── language_translation.png ├── project_based_learning.md ├── what_do_we_do.md ├── what_is_in_it_for_you.md └── what_you_can_contribute.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/.gitignore -------------------------------------------------------------------------------- /CLL_content_update/medium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/CLL_content_update/medium.md -------------------------------------------------------------------------------- /Language/Python/00-Introduction.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/00-Introduction.ipynb -------------------------------------------------------------------------------- /Language/Python/01-Conditional Statements.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/01-Conditional Statements.ipynb -------------------------------------------------------------------------------- /Language/Python/01-Conditional-Statements.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/01-Conditional-Statements.ipynb -------------------------------------------------------------------------------- /Language/Python/02-Looping.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/02-Looping.ipynb -------------------------------------------------------------------------------- /Language/Python/03-String.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/03-String.ipynb -------------------------------------------------------------------------------- /Language/Python/03-Strings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/03-Strings.ipynb -------------------------------------------------------------------------------- /Language/Python/04-Fuctions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/04-Fuctions.ipynb -------------------------------------------------------------------------------- /Language/Python/04-Functions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/04-Functions.ipynb -------------------------------------------------------------------------------- /Language/Python/08 Exception Handling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/08 Exception Handling.ipynb -------------------------------------------------------------------------------- /Language/Python/2020-06-13 Exception Handling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/2020-06-13 Exception Handling.ipynb -------------------------------------------------------------------------------- /Language/Python/Classes -Methods and Callables.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Classes -Methods and Callables.ipynb -------------------------------------------------------------------------------- /Language/Python/Classes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Classes.ipynb -------------------------------------------------------------------------------- /Language/Python/Databases-Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Databases-Python.ipynb -------------------------------------------------------------------------------- /Language/Python/Exception Handling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Exception Handling.ipynb -------------------------------------------------------------------------------- /Language/Python/Modules.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Modules.ipynb -------------------------------------------------------------------------------- /Language/Python/Multithreading.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Multithreading.ipynb -------------------------------------------------------------------------------- /Language/Python/Networking-Python.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Networking-Python.ipynb -------------------------------------------------------------------------------- /Language/Python/Pandas_Tutorial.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Pandas_Tutorial.ipynb -------------------------------------------------------------------------------- /Language/Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/README.md -------------------------------------------------------------------------------- /Language/Python/Regular Expressions.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Regular Expressions.ipynb -------------------------------------------------------------------------------- /Language/Python/Tuple.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/Tuple.ipynb -------------------------------------------------------------------------------- /Language/Python/cll.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/cll.txt -------------------------------------------------------------------------------- /Language/Python/dictnoary.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/dictnoary.ipynb -------------------------------------------------------------------------------- /Language/Python/input and output.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/input and output.ipynb -------------------------------------------------------------------------------- /Language/Python/interview_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/interview_questions.md -------------------------------------------------------------------------------- /Language/Python/list.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/list.ipynb -------------------------------------------------------------------------------- /Language/Python/numpy.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Language/Python/numpy.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/CLL_Git_Star_watch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/CLL_Git_Star_watch.gif -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/CLL_Kaggle_Courses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/CLL_Kaggle_Courses.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image Processing/Image Stitching.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image Processing/Image Stitching.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image Processing/ImageStitching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image Processing/ImageStitching.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Dogs vs Cats Classification using Keras Transfer Learning/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Dogs vs Cats Classification using Keras Transfer Learning/Readme.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Dogs vs Cats Classification using Keras Transfer Learning/dogs_vs_cats.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Dogs vs Cats Classification using Keras Transfer Learning/dogs_vs_cats.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Dogs vs Cats Classification using Keras Transfer Learning/dogs_vs_cats.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Dogs vs Cats Classification using Keras Transfer Learning/dogs_vs_cats.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Hand gestures identification in Keras/ASL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Hand gestures identification in Keras/ASL.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Hand gestures identification in Keras/AlexNet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Hand gestures identification in Keras/AlexNet.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Hand gestures identification in Keras/Hand Gestures.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Hand gestures identification in Keras/Hand Gestures.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Image Classification using Deep Learning (PyTorch)/Image Classifier.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Image Classification using Deep Learning (PyTorch)/Image Classifier.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Image Classification using Deep Learning (PyTorch)/assets/Flowers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Image Classification using Deep Learning (PyTorch)/assets/Flowers.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Image Classification using Deep Learning (PyTorch)/assets/inference_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Image Classification using Deep Learning (PyTorch)/assets/inference_example.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Image Classification using Deep Learning (PyTorch)/cat_to_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/Image Classification using Deep Learning (PyTorch)/cat_to_name.json -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/cars_vs_planes_keras/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/cars_vs_planes_keras/Readme.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/cars_vs_planes_keras/cars_vs_planes.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/cars_vs_planes_keras/cars_vs_planes.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/cars_vs_planes_keras/cars_vs_planes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/cars_vs_planes_keras/cars_vs_planes.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/cars_vs_planes_keras/cars_vs_planes.tgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image classification/cars_vs_planes_keras/cars_vs_planes.tgz -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image recognition/Digit recognition in Keras/MNIST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image recognition/Digit recognition in Keras/MNIST.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image recognition/Digit recognition in Keras/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image recognition/Digit recognition in Keras/Readme.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Image recognition/Digit recognition in Keras/digit_recognition_using_keras.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Image recognition/Digit recognition in Keras/digit_recognition_using_keras.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Labelling_Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Labelling_Tools/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/OCR.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/OCR.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/crnn.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/crnn.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/crnn_block_diagram.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/crnn_block_diagram.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/crnn_only.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/crnn_only.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/receptive_field_des.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/receptive_field_des.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/receptive_field_only.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/OCR/imgs/receptive_field_only.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Object_detection/custom_object_detection_yolov2_darkflow/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Object_detection/custom_object_detection_yolov2_darkflow/Readme.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/Object_detection/custom_object_detection_yolov2_darkflow/mobile_detection.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/Object_detection/custom_object_detection_yolov2_darkflow/mobile_detection.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/digit_recognition_keras/MNIST.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/digit_recognition_keras/MNIST.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/FAQ.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/preview.gif -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/src/finished/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/src/finished/index.html -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/src/finished/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/src/finished/sketch.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/src/start/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/src/start/index.html -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/src/start/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-audio-classifier/src/start/sketch.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/preview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/preview.gif -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/src/finished/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/src/finished/index.html -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/src/finished/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/src/finished/script.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/src/start/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/src/start/index.html -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/src/start/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/teachable-image-classifier/src/start/script.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/week_1_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/week_1_README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/week_2_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/week_2_README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/week_3_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/week_3_README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/week_4_README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/Concepts/teachable-machine-using-tfjs/week_4_README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Computer Vision/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Computer Vision/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/Style_Transfer_ExerciseColab.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/Style_Transfer_ExerciseColab.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/ben_passmore.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/ben_passmore.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/delaunay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/delaunay.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/hockney.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/hockney.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/janelle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/janelle.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/kahlo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/kahlo.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/magritte.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/magritte.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/octavia.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/octavia.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/octopus.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/octopus.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/sotomayor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/sotomayor.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/space_needle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/images/space_needle.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/notebook_ims/style_tx_cat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/notebook_ims/style_tx_cat.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/notebook_ims/vgg19_convlayers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/Neural-style-transfer/notebook_ims/vgg19_convlayers.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Deep learning/interview_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Deep learning/interview_questions.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/CLL_ML_classification_full_course.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/CLL_ML_classification_full_course.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/CLL_ML_regression_full_course.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/CLL_ML_regression_full_course.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/Feature engineering/Feature engineering.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/Feature engineering/Feature engineering.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/Feature engineering/ds_time_division.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/Feature engineering/ds_time_division.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/Feature engineering/feature_engineering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/Feature engineering/feature_engineering.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/Feature engineering/fs_embedded_methods.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/Feature engineering/fs_embedded_methods.webp -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/Feature engineering/fs_filter_methods.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/Feature engineering/fs_filter_methods.webp -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/Feature engineering/fs_wrapper_methods.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/Feature engineering/fs_wrapper_methods.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/Feature engineering/iqr.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/Feature engineering/iqr.jpeg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/Feature engineering/type_of_skewness.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/Feature engineering/type_of_skewness.gif -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/IPL Project.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/IPL Project.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/ML Interpretability/Decrypting ML models using LIME_final.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/ML Interpretability/Decrypting ML models using LIME_final.pdf -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/ML Interpretability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/ML Interpretability/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/ML Interpretability/images/memeAI.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/ML Interpretability/images/memeAI.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/ML Interpretability/images/playground.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/ML Interpretability/images/playground.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/ML Interpretability/images/saveCopy.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/ML Interpretability/images/saveCopy.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/ML_problem_statements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/ML_problem_statements.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Machine learning/interview_questions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Machine learning/interview_questions.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Maths/Prerequisite for AI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Maths/Prerequisite for AI/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Maths/Prerequisite for AI/calculus/beginner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Maths/Prerequisite for AI/calculus/beginner/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Maths/Prerequisite for AI/linear algebra/beginner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Maths/Prerequisite for AI/linear algebra/beginner/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Maths/Prerequisite for AI/optimization theory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Maths/Prerequisite for AI/optimization theory/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Maths/Prerequisite for AI/statistics and probability/beginner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Maths/Prerequisite for AI/statistics and probability/beginner/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/CLL_NLP_classification_full_course.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/CLL_NLP_classification_full_course.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Alexa/restaurant_bot/Services.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Alexa/restaurant_bot/Services.py -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Alexa/restaurant_bot/lambda_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Alexa/restaurant_bot/lambda_function.py -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Alexa/restaurant_bot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Alexa/restaurant_bot/requirements.txt -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Alexa/restaurant_bot/skill_env.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Alexa/restaurant_bot/skill_env.zip -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/InteractionModel/RestaurantBot.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/InteractionModel/RestaurantBot.zip -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/dialogflow-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/dialogflow-instructions.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/firebase-fulfillment-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/firebase-fulfillment-instructions.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/functions/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/functions/index.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/functions/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/functions/package.json -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-1.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-10.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-11.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-2.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-3.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-4.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-5.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-6.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-7.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-8.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/dialogflow-9.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/fulfillment-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/fulfillment-1.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/fulfillment-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/fulfillment-2.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/fulfillment-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/fulfillment-3.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/fulfillment-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/fulfillment-4.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/web-integration-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/web-integration-1.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/web-integration-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/web-integration-2.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/workflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/img/workflow.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/installation-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/installation-instructions.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/web-integration-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Dialogflow/restaurant_bot/web-integration-instructions.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Multilingual Bot Using LASER/Multilingual Bot.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Multilingual Bot Using LASER/Multilingual Bot.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/Multilingual Bot Using LASER/Readme.md: -------------------------------------------------------------------------------- 1 | Knowledge Transfer for Multilingual Bot. 2 | -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/.gitignore -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/Conversation-Design_Draw_IO_Phase1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/Conversation-Design_Draw_IO_Phase1.xml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/index.html -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/startbot.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/startbot.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/css/flickity.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/css/flickity.min.css -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/css/materialize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/css/materialize.css -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/css/materialize.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/css/materialize.min.css -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/css/style.css -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/GMCcoverge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/GMCcoverge.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/Parentalplan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/Parentalplan.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/Parentaltopup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/Parentaltopup.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/RefferralBonus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/RefferralBonus.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/botAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/botAvatar.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/botAvatar_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/botAvatar_1.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/botAvatar_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/botAvatar_2.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/botAvatar_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/botAvatar_4.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/mysphere.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/mysphere.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/topupplan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/topupplan.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/ui_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/ui_1.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/ui_2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/ui_2.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/userAvatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/userAvatar.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/userAvatar1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/img/userAvatar1.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/js/jquery.min.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/js/materialize.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/js/materialize.min.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/js/script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/UI/static/js/script.js -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/actions.py -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/chatbot_human_chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/chatbot_human_chat.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/config.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/conversation_flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/conversation_flow.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/credentials.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/credentials.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/chitchat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/chitchat.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/faq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/faq.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/lookup_tables/cuisine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/lookup_tables/cuisine.txt -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/nlu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/nlu.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/responses/responses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/responses/responses.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/stories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/data/stories.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/domain.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/domain.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/endpoints.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/endpoints.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/events.db-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/events.db-shm -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/events.db-wal: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/facebook_integration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/facebook_integration_guide.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/Token_generated.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/Token_generated.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/app_secret.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/app_secret.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/callback_url.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/callback_url.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/fb_developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/fb_developer.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/ngrok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/ngrok.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/verify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/fb images/verify.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/installation-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/installation-instructions.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/location.py -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/rasa_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/rasa_architecture.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/requirements.txt -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/restaurant_bot mindmap (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/restaurant_bot mindmap (1).png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/tests/conversation_tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_1_x/tests/conversation_tests.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/Conversation-Design_Draw_IO_Phase1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/Conversation-Design_Draw_IO_Phase1.xml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/actions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/actions.py -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/chatbot_human_chat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/chatbot_human_chat.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/config.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/config.yml.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/config.yml.bak -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/conversation_flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/conversation_flow.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/credentials.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/credentials.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu/chitchat.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu/chitchat.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu/faq.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu/faq.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu/lookup_tables/cuisine.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu/lookup_tables/cuisine.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu/nlu.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/nlu/nlu.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/responses/responses.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/responses/responses.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/rules/rules.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/rules/rules.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/stories.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/stories.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/stories/stories.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/data/stories/stories.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/domain.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/domain.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/endpoints.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/endpoints.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/events.db-shm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/events.db-shm -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/events.db-wal: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/facebook_integration_guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/facebook_integration_guide.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/Token_generated.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/Token_generated.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/app_secret.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/app_secret.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/callback_url.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/callback_url.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/fb_developer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/fb_developer.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/ngrok.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/ngrok.jpg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/verify.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/fb images/verify.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/installation-instructions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/installation-instructions.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/location.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/location.py -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/rasa_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/rasa_architecture.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/requirements.txt -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/tests/conversation_tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/tests/conversation_tests.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/tests/example.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/RASA/restaurant_bot_2_0/tests/example.yml -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Chatbot/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Machine Translation/Phase_1 Machine_Translation.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Machine Translation/Phase_1 Machine_Translation.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Machine Translation/RNN.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Machine Translation/RNN.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Machine Translation/bahdanau_attention.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Machine Translation/bahdanau_attention.py -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Machine Translation/pack_padded_sequences.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Machine Translation/pack_padded_sequences.py -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Recommendation system/Content based Recommendation System/Movie_Recommendation System.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Recommendation system/Content based Recommendation System/Movie_Recommendation System.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Recommendation system/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Recommendation system/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Classification/Text Classification using Deep Learning/LSTM and Convolution1D Ensemble with Glove Embeddings.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Classification/Text Classification using Deep Learning/LSTM and Convolution1D Ensemble with Glove Embeddings.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Classification/Text Classification using Machine Learning/Text classification.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Classification/Text Classification using Machine Learning/Text classification.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Classification/Text Classification using Machine Learning/spam_filtering.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Classification/Text Classification using Machine Learning/spam_filtering.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Preprocessing/Azure_spell_check_output.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Preprocessing/Azure_spell_check_output.PNG -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Preprocessing/Text preprocessing.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Preprocessing/Text preprocessing.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Preprocessing/Text preprocessing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Text Preprocessing/Text preprocessing.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/Concepts/Topic Modelling/Gensim Topic Modelling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/Concepts/Topic Modelling/Gensim Topic Modelling.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Natural Language Processing/utils/contractions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Natural Language Processing/utils/contractions.json -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Prediction/Customer_Churn_Prediction_Using_PySpark.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Prediction/Customer_Churn_Prediction_Using_PySpark.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Prediction/banner.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Prediction/banner.jpeg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/README.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/Introduction To Reinforcement Learning.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/Introduction To Reinforcement Learning.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/Agent_Environment_Interface.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/Agent_Environment_Interface.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/VennDia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/VennDia.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/reinforcement_learning_four_policies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/reinforcement_learning_four_policies.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/reinforcement_learning_simple_world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/reinforcement_learning_simple_world.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/rl_algorithms_9_15.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/rl_algorithms_9_15.svg -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/types_of_envs_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Reinforcement Learning/Introduction to Reinforcement Learning/images/types_of_envs_s.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Time Series/Concepts/CLL_ML_timeseries_full_course.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Time Series/Concepts/CLL_ML_timeseries_full_course.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Time Series/Concepts/Time Series Analysis/LifeasaTimeSeries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Time Series/Concepts/Time Series Analysis/LifeasaTimeSeries.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/Time Series/Concepts/Time Series Analysis/TimeSeriesAnalysis.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/Time Series/Concepts/Time Series Analysis/TimeSeriesAnalysis.ipynb -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/companies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/companies.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/facebook.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/facebook.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/interview_questions.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/interview_questions_deep_learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/interview_questions_deep_learning.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/interview_questions_machine_learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/interview_questions_machine_learning.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/jobs.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/project_based_learning/Restaurant Bot Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/project_based_learning/Restaurant Bot Demo.gif -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/project_based_learning/machine-translation-demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/project_based_learning/machine-translation-demo.gif -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/project_based_learning/machine_translation_nlp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/project_based_learning/machine_translation_nlp.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/project_based_learning/resturantBot_rasa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/project_based_learning/resturantBot_rasa.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/project_based_learning/teachable-machine-audio-classifier.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/project_based_learning/teachable-machine-audio-classifier.gif -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/project_based_learning/teachable-machine-image-classifier.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/project_based_learning/teachable-machine-image-classifier.gif -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/project_based_learning/teachable_machine_cv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/project_based_learning/teachable_machine_cv.md -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/telegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/telegram.png -------------------------------------------------------------------------------- /Technology/Artificial Intelligence/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/Technology/Artificial Intelligence/youtube.png -------------------------------------------------------------------------------- /co_learning_activities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/co_learning_activities.md -------------------------------------------------------------------------------- /code-of-conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/code-of-conduct.md -------------------------------------------------------------------------------- /collaborative_learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/collaborative_learning.md -------------------------------------------------------------------------------- /contribution_guidelines.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/contribution_guidelines.md -------------------------------------------------------------------------------- /images/Co-learning Lounge cover photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/Co-learning Lounge cover photo.jpg -------------------------------------------------------------------------------- /images/Encoder_decoder_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/Encoder_decoder_architecture.png -------------------------------------------------------------------------------- /images/Encoder_decoder_simple_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/Encoder_decoder_simple_architecture.png -------------------------------------------------------------------------------- /images/Machine_translation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/Machine_translation.gif -------------------------------------------------------------------------------- /images/Maths.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/Maths.png -------------------------------------------------------------------------------- /images/NLP_Pipeline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/NLP_Pipeline.png -------------------------------------------------------------------------------- /images/NLU-and-NLP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/NLU-and-NLP.jpg -------------------------------------------------------------------------------- /images/OthersVsUs.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/OthersVsUs.jpeg -------------------------------------------------------------------------------- /images/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/Readme.md -------------------------------------------------------------------------------- /images/Stemming_Lemmatization.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/Stemming_Lemmatization.PNG -------------------------------------------------------------------------------- /images/aivsml.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/aivsml.jpg -------------------------------------------------------------------------------- /images/computer_vision_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/computer_vision_logo.jpg -------------------------------------------------------------------------------- /images/language_translation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/images/language_translation.png -------------------------------------------------------------------------------- /project_based_learning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/project_based_learning.md -------------------------------------------------------------------------------- /what_do_we_do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/what_do_we_do.md -------------------------------------------------------------------------------- /what_is_in_it_for_you.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/what_is_in_it_for_you.md -------------------------------------------------------------------------------- /what_you_can_contribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/colearninglounge/co-learning-lounge/HEAD/what_you_can_contribute.md --------------------------------------------------------------------------------